Documentation of 'org.python.antlr.ast.VisitorBase' Java class
VisitorBase
org.python.antlr.ast

Class VisitorBase<R>

  • All Implemented Interfaces:
    VisitorIF<R>
    Direct Known Subclasses:
    Visitor


    public abstract class VisitorBase<R>
    extends java.lang.Object
    implements VisitorIF<R>
    • Constructor Detail

      • VisitorBase

        public VisitorBase()
    • Method Detail

      • visitModule

        public R visitModule(Module node)
                      throws java.lang.Exception
        Specified by:
        visitModule in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitSuite

        public R visitSuite(Suite node)
                     throws java.lang.Exception
        Specified by:
        visitSuite in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitClassDef

        public R visitClassDef(ClassDef node)
                        throws java.lang.Exception
        Specified by:
        visitClassDef in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitReturn

        public R visitReturn(Return node)
                      throws java.lang.Exception
        Specified by:
        visitReturn in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitDelete

        public R visitDelete(Delete node)
                      throws java.lang.Exception
        Specified by:
        visitDelete in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitAssign

        public R visitAssign(Assign node)
                      throws java.lang.Exception
        Specified by:
        visitAssign in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitAugAssign

        public R visitAugAssign(AugAssign node)
                         throws java.lang.Exception
        Specified by:
        visitAugAssign in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitPrint

        public R visitPrint(Print node)
                     throws java.lang.Exception
        Specified by:
        visitPrint in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitFor

        public R visitFor(For node)
                   throws java.lang.Exception
        Specified by:
        visitFor in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitWhile

        public R visitWhile(While node)
                     throws java.lang.Exception
        Specified by:
        visitWhile in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitIf

        public R visitIf(If node)
                  throws java.lang.Exception
        Specified by:
        visitIf in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitWith

        public R visitWith(With node)
                    throws java.lang.Exception
        Specified by:
        visitWith in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitRaise

        public R visitRaise(Raise node)
                     throws java.lang.Exception
        Specified by:
        visitRaise in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitTryExcept

        public R visitTryExcept(TryExcept node)
                         throws java.lang.Exception
        Specified by:
        visitTryExcept in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitAssert

        public R visitAssert(Assert node)
                      throws java.lang.Exception
        Specified by:
        visitAssert in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitImport

        public R visitImport(Import node)
                      throws java.lang.Exception
        Specified by:
        visitImport in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitExec

        public R visitExec(Exec node)
                    throws java.lang.Exception
        Specified by:
        visitExec in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitGlobal

        public R visitGlobal(Global node)
                      throws java.lang.Exception
        Specified by:
        visitGlobal in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitExpr

        public R visitExpr(Expr node)
                    throws java.lang.Exception
        Specified by:
        visitExpr in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitPass

        public R visitPass(Pass node)
                    throws java.lang.Exception
        Specified by:
        visitPass in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitBreak

        public R visitBreak(Break node)
                     throws java.lang.Exception
        Specified by:
        visitBreak in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitContinue

        public R visitContinue(Continue node)
                        throws java.lang.Exception
        Specified by:
        visitContinue in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitBoolOp

        public R visitBoolOp(BoolOp node)
                      throws java.lang.Exception
        Specified by:
        visitBoolOp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitBinOp

        public R visitBinOp(BinOp node)
                     throws java.lang.Exception
        Specified by:
        visitBinOp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitUnaryOp

        public R visitUnaryOp(UnaryOp node)
                       throws java.lang.Exception
        Specified by:
        visitUnaryOp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitLambda

        public R visitLambda(Lambda node)
                      throws java.lang.Exception
        Specified by:
        visitLambda in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitIfExp

        public R visitIfExp(IfExp node)
                     throws java.lang.Exception
        Specified by:
        visitIfExp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitDict

        public R visitDict(Dict node)
                    throws java.lang.Exception
        Specified by:
        visitDict in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitSet

        public R visitSet(Set node)
                   throws java.lang.Exception
        Specified by:
        visitSet in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitListComp

        public R visitListComp(ListComp node)
                        throws java.lang.Exception
        Specified by:
        visitListComp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitSetComp

        public R visitSetComp(SetComp node)
                       throws java.lang.Exception
        Specified by:
        visitSetComp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitDictComp

        public R visitDictComp(DictComp node)
                        throws java.lang.Exception
        Specified by:
        visitDictComp in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitYield

        public R visitYield(Yield node)
                     throws java.lang.Exception
        Specified by:
        visitYield in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitCompare

        public R visitCompare(Compare node)
                       throws java.lang.Exception
        Specified by:
        visitCompare in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitCall

        public R visitCall(Call node)
                    throws java.lang.Exception
        Specified by:
        visitCall in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitRepr

        public R visitRepr(Repr node)
                    throws java.lang.Exception
        Specified by:
        visitRepr in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitNum

        public R visitNum(Num node)
                   throws java.lang.Exception
        Specified by:
        visitNum in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitStr

        public R visitStr(Str node)
                   throws java.lang.Exception
        Specified by:
        visitStr in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitAttribute

        public R visitAttribute(Attribute node)
                         throws java.lang.Exception
        Specified by:
        visitAttribute in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitSubscript

        public R visitSubscript(Subscript node)
                         throws java.lang.Exception
        Specified by:
        visitSubscript in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitName

        public R visitName(Name node)
                    throws java.lang.Exception
        Specified by:
        visitName in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitList

        public R visitList(List node)
                    throws java.lang.Exception
        Specified by:
        visitList in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitTuple

        public R visitTuple(Tuple node)
                     throws java.lang.Exception
        Specified by:
        visitTuple in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitEllipsis

        public R visitEllipsis(Ellipsis node)
                        throws java.lang.Exception
        Specified by:
        visitEllipsis in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitSlice

        public R visitSlice(Slice node)
                     throws java.lang.Exception
        Specified by:
        visitSlice in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitExtSlice

        public R visitExtSlice(ExtSlice node)
                        throws java.lang.Exception
        Specified by:
        visitExtSlice in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • visitIndex

        public R visitIndex(Index node)
                     throws java.lang.Exception
        Specified by:
        visitIndex in interface VisitorIF<R>
        Throws:
        java.lang.Exception
      • traverse

        public abstract void traverse(PythonTree node)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.