Documentation of 'org.python.indexer.ast.NBreak' Java class
NBreak
org.python.indexer.ast

Class NBreak

  • All Implemented Interfaces:
    java.io.Serializable


    public class NBreak
    extends NNode
    See Also:
    Serialized Form
    • Constructor Detail

      • NBreak

        public NBreak()
      • NBreak

        public NBreak(int start,
                      int end)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • visit

        public void visit(NNodeVisitor v)
        Description copied from class: NNode
        Visits this node and optionally its children.

        Specified by:
        visit in class NNode
        Parameters:
        v - the object to call with this node. If the visitor returns true, the node also passes its children to the visitor.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.