org.python.antlr.ast
Interface VisitorIF<R>
-
- All Known Implementing Classes:
- ArgListCompiler, AstConverter, CodeCompiler, ScopesCompiler, Visitor, VisitorBase
public interface VisitorIF<R>
-
-
Method Summary
-
-
-
Method Detail
-
visitInteractive
R visitInteractive(Interactive node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitExpression
R visitExpression(Expression node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitFunctionDef
R visitFunctionDef(FunctionDef node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitAugAssign
R visitAugAssign(AugAssign node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitTryExcept
R visitTryExcept(TryExcept node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitTryFinally
R visitTryFinally(TryFinally node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitImportFrom
R visitImportFrom(ImportFrom node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitGeneratorExp
R visitGeneratorExp(GeneratorExp node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitAttribute
R visitAttribute(Attribute node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitSubscript
R visitSubscript(Subscript node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
visitExceptHandler
R visitExceptHandler(ExceptHandler node) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG