Documentation of 'org.python.antlr.Visitor' Java class
Visitor
org.python.antlr

Class Visitor

    • Constructor Detail

      • Visitor

        public Visitor()
    • Method Detail

      • traverse

        public void traverse(PythonTree node)
                      throws java.lang.Exception
        Visit each of the children one by one.
        Specified by:
        traverse in class VisitorBase
        Parameters:
        node - The node whose children will be visited.
        Throws:
        java.lang.Exception
      • visit

        public void visit(PythonTree[] nodes)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • visit

        public java.lang.Object visit(PythonTree node)
                               throws java.lang.Exception
        Visit the node by calling a visitXXX method.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.