Package de.jplag.python3.grammar
Interface Python3Listener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
JplagPython3Listener,Python3BaseListener
public interface Python3Listener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
Python3Parser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byPython3Parser.and_expr().voidEnter a parse tree produced byPython3Parser.and_test().voidEnter a parse tree produced byPython3Parser.annassign().voidEnter a parse tree produced byPython3Parser.arglist().voidEnter a parse tree produced byPython3Parser.argument().voidEnter a parse tree produced byPython3Parser.arith_expr().voidEnter a parse tree produced byPython3Parser.assert_stmt().voidEnter a parse tree produced byPython3Parser.async_funcdef().voidEnter a parse tree produced byPython3Parser.async_stmt().voidEnter a parse tree produced byPython3Parser.atom().voidEnter a parse tree produced byPython3Parser.atom_expr().voidEnter a parse tree produced byPython3Parser.augassign().voidEnter a parse tree produced byPython3Parser.break_stmt().voidEnter a parse tree produced byPython3Parser.classdef().voidEnter a parse tree produced byPython3Parser.comp_for().voidEnter a parse tree produced byPython3Parser.comp_if().voidEnter a parse tree produced byPython3Parser.comp_iter().voidEnter a parse tree produced byPython3Parser.comp_op().voidEnter a parse tree produced byPython3Parser.comparison().voidEnter a parse tree produced byPython3Parser.compound_stmt().voidEnter a parse tree produced byPython3Parser.continue_stmt().voidEnter a parse tree produced byPython3Parser.decorated().voidEnter a parse tree produced byPython3Parser.decorator().voidEnter a parse tree produced byPython3Parser.decorators().voidEnter a parse tree produced byPython3Parser.del_stmt().voidEnter a parse tree produced byPython3Parser.dictorsetmaker().voidEnter a parse tree produced byPython3Parser.dotted_as_name().voidEnter a parse tree produced byPython3Parser.dotted_as_names().voidEnter a parse tree produced byPython3Parser.dotted_name().voidEnter a parse tree produced byPython3Parser.encoding_decl().voidEnter a parse tree produced byPython3Parser.eval_input().voidEnter a parse tree produced byPython3Parser.except_clause().voidEnter a parse tree produced byPython3Parser.expr().voidEnter a parse tree produced byPython3Parser.expr_stmt().voidEnter a parse tree produced byPython3Parser.exprlist().voidEnter a parse tree produced byPython3Parser.factor().voidEnter a parse tree produced byPython3Parser.file_input().voidEnter a parse tree produced byPython3Parser.flow_stmt().voidEnter a parse tree produced byPython3Parser.for_stmt().voidEnter a parse tree produced byPython3Parser.funcdef().voidEnter a parse tree produced byPython3Parser.global_stmt().voidEnter a parse tree produced byPython3Parser.if_stmt().voidEnter a parse tree produced byPython3Parser.import_as_name().voidEnter a parse tree produced byPython3Parser.import_as_names().voidEnter a parse tree produced byPython3Parser.import_from().voidEnter a parse tree produced byPython3Parser.import_name().voidEnter a parse tree produced byPython3Parser.import_stmt().voidEnter a parse tree produced byPython3Parser.lambdef().voidEnter a parse tree produced byPython3Parser.lambdef_nocond().voidEnter a parse tree produced byPython3Parser.nonlocal_stmt().voidEnter a parse tree produced byPython3Parser.not_test().voidEnter a parse tree produced byPython3Parser.or_test().voidEnter a parse tree produced byPython3Parser.parameters().voidEnter a parse tree produced byPython3Parser.pass_stmt().voidEnter a parse tree produced byPython3Parser.power().voidEnter a parse tree produced byPython3Parser.raise_stmt().voidEnter a parse tree produced byPython3Parser.return_stmt().voidEnter a parse tree produced byPython3Parser.shift_expr().voidEnter a parse tree produced byPython3Parser.simple_stmt().voidEnter a parse tree produced byPython3Parser.single_input().voidEnter a parse tree produced byPython3Parser.sliceop().voidEnter a parse tree produced byPython3Parser.small_stmt().voidEnter a parse tree produced byPython3Parser.star_expr().voidEnter a parse tree produced byPython3Parser.stmt().voidEnter a parse tree produced byPython3Parser.subscript().voidEnter a parse tree produced byPython3Parser.subscriptlist().voidEnter a parse tree produced byPython3Parser.suite().voidEnter a parse tree produced byPython3Parser.term().voidEnter a parse tree produced byPython3Parser.test().voidEnter a parse tree produced byPython3Parser.test_nocond().voidEnter a parse tree produced byPython3Parser.testlist().voidEnter a parse tree produced byPython3Parser.testlist_comp().voidEnter a parse tree produced byPython3Parser.testlist_star_expr().voidEnter a parse tree produced byPython3Parser.tfpdef().voidEnter a parse tree produced byPython3Parser.trailer().voidEnter a parse tree produced byPython3Parser.try_stmt().voidEnter a parse tree produced byPython3Parser.typedargslist().voidEnter a parse tree produced byPython3Parser.varargslist().voidEnter a parse tree produced byPython3Parser.vfpdef().voidEnter a parse tree produced byPython3Parser.while_stmt().voidEnter a parse tree produced byPython3Parser.with_item().voidEnter a parse tree produced byPython3Parser.with_stmt().voidEnter a parse tree produced byPython3Parser.xor_expr().voidEnter a parse tree produced byPython3Parser.yield_arg().voidEnter a parse tree produced byPython3Parser.yield_expr().voidEnter a parse tree produced byPython3Parser.yield_stmt().voidExit a parse tree produced byPython3Parser.and_expr().voidExit a parse tree produced byPython3Parser.and_test().voidExit a parse tree produced byPython3Parser.annassign().voidExit a parse tree produced byPython3Parser.arglist().voidExit a parse tree produced byPython3Parser.argument().voidExit a parse tree produced byPython3Parser.arith_expr().voidExit a parse tree produced byPython3Parser.assert_stmt().voidExit a parse tree produced byPython3Parser.async_funcdef().voidExit a parse tree produced byPython3Parser.async_stmt().voidExit a parse tree produced byPython3Parser.atom().voidExit a parse tree produced byPython3Parser.atom_expr().voidExit a parse tree produced byPython3Parser.augassign().voidExit a parse tree produced byPython3Parser.break_stmt().voidExit a parse tree produced byPython3Parser.classdef().voidExit a parse tree produced byPython3Parser.comp_for().voidExit a parse tree produced byPython3Parser.comp_if().voidExit a parse tree produced byPython3Parser.comp_iter().voidExit a parse tree produced byPython3Parser.comp_op().voidExit a parse tree produced byPython3Parser.comparison().voidExit a parse tree produced byPython3Parser.compound_stmt().voidExit a parse tree produced byPython3Parser.continue_stmt().voidExit a parse tree produced byPython3Parser.decorated().voidExit a parse tree produced byPython3Parser.decorator().voidExit a parse tree produced byPython3Parser.decorators().voidExit a parse tree produced byPython3Parser.del_stmt().voidExit a parse tree produced byPython3Parser.dictorsetmaker().voidExit a parse tree produced byPython3Parser.dotted_as_name().voidExit a parse tree produced byPython3Parser.dotted_as_names().voidExit a parse tree produced byPython3Parser.dotted_name().voidExit a parse tree produced byPython3Parser.encoding_decl().voidExit a parse tree produced byPython3Parser.eval_input().voidExit a parse tree produced byPython3Parser.except_clause().voidExit a parse tree produced byPython3Parser.expr().voidExit a parse tree produced byPython3Parser.expr_stmt().voidExit a parse tree produced byPython3Parser.exprlist().voidExit a parse tree produced byPython3Parser.factor().voidExit a parse tree produced byPython3Parser.file_input().voidExit a parse tree produced byPython3Parser.flow_stmt().voidExit a parse tree produced byPython3Parser.for_stmt().voidExit a parse tree produced byPython3Parser.funcdef().voidExit a parse tree produced byPython3Parser.global_stmt().voidExit a parse tree produced byPython3Parser.if_stmt().voidExit a parse tree produced byPython3Parser.import_as_name().voidExit a parse tree produced byPython3Parser.import_as_names().voidExit a parse tree produced byPython3Parser.import_from().voidExit a parse tree produced byPython3Parser.import_name().voidExit a parse tree produced byPython3Parser.import_stmt().voidExit a parse tree produced byPython3Parser.lambdef().voidExit a parse tree produced byPython3Parser.lambdef_nocond().voidExit a parse tree produced byPython3Parser.nonlocal_stmt().voidExit a parse tree produced byPython3Parser.not_test().voidExit a parse tree produced byPython3Parser.or_test().voidExit a parse tree produced byPython3Parser.parameters().voidExit a parse tree produced byPython3Parser.pass_stmt().voidExit a parse tree produced byPython3Parser.power().voidExit a parse tree produced byPython3Parser.raise_stmt().voidExit a parse tree produced byPython3Parser.return_stmt().voidExit a parse tree produced byPython3Parser.shift_expr().voidExit a parse tree produced byPython3Parser.simple_stmt().voidExit a parse tree produced byPython3Parser.single_input().voidExit a parse tree produced byPython3Parser.sliceop().voidExit a parse tree produced byPython3Parser.small_stmt().voidExit a parse tree produced byPython3Parser.star_expr().voidExit a parse tree produced byPython3Parser.stmt().voidExit a parse tree produced byPython3Parser.subscript().voidExit a parse tree produced byPython3Parser.subscriptlist().voidExit a parse tree produced byPython3Parser.suite().voidExit a parse tree produced byPython3Parser.term().voidExit a parse tree produced byPython3Parser.test().voidExit a parse tree produced byPython3Parser.test_nocond().voidExit a parse tree produced byPython3Parser.testlist().voidExit a parse tree produced byPython3Parser.testlist_comp().voidExit a parse tree produced byPython3Parser.testlist_star_expr().voidExit a parse tree produced byPython3Parser.tfpdef().voidExit a parse tree produced byPython3Parser.trailer().voidExit a parse tree produced byPython3Parser.try_stmt().voidExit a parse tree produced byPython3Parser.typedargslist().voidExit a parse tree produced byPython3Parser.varargslist().voidExit a parse tree produced byPython3Parser.vfpdef().voidExit a parse tree produced byPython3Parser.while_stmt().voidExit a parse tree produced byPython3Parser.with_item().voidExit a parse tree produced byPython3Parser.with_stmt().voidExit a parse tree produced byPython3Parser.xor_expr().voidExit a parse tree produced byPython3Parser.yield_arg().voidExit a parse tree produced byPython3Parser.yield_expr().voidExit a parse tree produced byPython3Parser.yield_stmt().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterSingle_input
Enter a parse tree produced byPython3Parser.single_input().- Parameters:
ctx- the parse tree
-
exitSingle_input
Exit a parse tree produced byPython3Parser.single_input().- Parameters:
ctx- the parse tree
-
enterFile_input
Enter a parse tree produced byPython3Parser.file_input().- Parameters:
ctx- the parse tree
-
exitFile_input
Exit a parse tree produced byPython3Parser.file_input().- Parameters:
ctx- the parse tree
-
enterEval_input
Enter a parse tree produced byPython3Parser.eval_input().- Parameters:
ctx- the parse tree
-
exitEval_input
Exit a parse tree produced byPython3Parser.eval_input().- Parameters:
ctx- the parse tree
-
enterDecorator
Enter a parse tree produced byPython3Parser.decorator().- Parameters:
ctx- the parse tree
-
exitDecorator
Exit a parse tree produced byPython3Parser.decorator().- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPython3Parser.decorators().- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPython3Parser.decorators().- Parameters:
ctx- the parse tree
-
enterDecorated
Enter a parse tree produced byPython3Parser.decorated().- Parameters:
ctx- the parse tree
-
exitDecorated
Exit a parse tree produced byPython3Parser.decorated().- Parameters:
ctx- the parse tree
-
enterAsync_funcdef
Enter a parse tree produced byPython3Parser.async_funcdef().- Parameters:
ctx- the parse tree
-
exitAsync_funcdef
Exit a parse tree produced byPython3Parser.async_funcdef().- Parameters:
ctx- the parse tree
-
enterFuncdef
Enter a parse tree produced byPython3Parser.funcdef().- Parameters:
ctx- the parse tree
-
exitFuncdef
Exit a parse tree produced byPython3Parser.funcdef().- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPython3Parser.parameters().- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPython3Parser.parameters().- Parameters:
ctx- the parse tree
-
enterTypedargslist
Enter a parse tree produced byPython3Parser.typedargslist().- Parameters:
ctx- the parse tree
-
exitTypedargslist
Exit a parse tree produced byPython3Parser.typedargslist().- Parameters:
ctx- the parse tree
-
enterTfpdef
Enter a parse tree produced byPython3Parser.tfpdef().- Parameters:
ctx- the parse tree
-
exitTfpdef
Exit a parse tree produced byPython3Parser.tfpdef().- Parameters:
ctx- the parse tree
-
enterVarargslist
Enter a parse tree produced byPython3Parser.varargslist().- Parameters:
ctx- the parse tree
-
exitVarargslist
Exit a parse tree produced byPython3Parser.varargslist().- Parameters:
ctx- the parse tree
-
enterVfpdef
Enter a parse tree produced byPython3Parser.vfpdef().- Parameters:
ctx- the parse tree
-
exitVfpdef
Exit a parse tree produced byPython3Parser.vfpdef().- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byPython3Parser.stmt().- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byPython3Parser.stmt().- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPython3Parser.simple_stmt().- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPython3Parser.simple_stmt().- Parameters:
ctx- the parse tree
-
enterSmall_stmt
Enter a parse tree produced byPython3Parser.small_stmt().- Parameters:
ctx- the parse tree
-
exitSmall_stmt
Exit a parse tree produced byPython3Parser.small_stmt().- Parameters:
ctx- the parse tree
-
enterExpr_stmt
Enter a parse tree produced byPython3Parser.expr_stmt().- Parameters:
ctx- the parse tree
-
exitExpr_stmt
Exit a parse tree produced byPython3Parser.expr_stmt().- Parameters:
ctx- the parse tree
-
enterAnnassign
Enter a parse tree produced byPython3Parser.annassign().- Parameters:
ctx- the parse tree
-
exitAnnassign
Exit a parse tree produced byPython3Parser.annassign().- Parameters:
ctx- the parse tree
-
enterTestlist_star_expr
Enter a parse tree produced byPython3Parser.testlist_star_expr().- Parameters:
ctx- the parse tree
-
exitTestlist_star_expr
Exit a parse tree produced byPython3Parser.testlist_star_expr().- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPython3Parser.augassign().- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPython3Parser.augassign().- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPython3Parser.del_stmt().- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPython3Parser.del_stmt().- Parameters:
ctx- the parse tree
-
enterPass_stmt
Enter a parse tree produced byPython3Parser.pass_stmt().- Parameters:
ctx- the parse tree
-
exitPass_stmt
Exit a parse tree produced byPython3Parser.pass_stmt().- Parameters:
ctx- the parse tree
-
enterFlow_stmt
Enter a parse tree produced byPython3Parser.flow_stmt().- Parameters:
ctx- the parse tree
-
exitFlow_stmt
Exit a parse tree produced byPython3Parser.flow_stmt().- Parameters:
ctx- the parse tree
-
enterBreak_stmt
Enter a parse tree produced byPython3Parser.break_stmt().- Parameters:
ctx- the parse tree
-
exitBreak_stmt
Exit a parse tree produced byPython3Parser.break_stmt().- Parameters:
ctx- the parse tree
-
enterContinue_stmt
Enter a parse tree produced byPython3Parser.continue_stmt().- Parameters:
ctx- the parse tree
-
exitContinue_stmt
Exit a parse tree produced byPython3Parser.continue_stmt().- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPython3Parser.return_stmt().- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPython3Parser.return_stmt().- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPython3Parser.yield_stmt().- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPython3Parser.yield_stmt().- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPython3Parser.raise_stmt().- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPython3Parser.raise_stmt().- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPython3Parser.import_stmt().- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPython3Parser.import_stmt().- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPython3Parser.import_name().- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPython3Parser.import_name().- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPython3Parser.import_from().- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPython3Parser.import_from().- Parameters:
ctx- the parse tree
-
enterImport_as_name
Enter a parse tree produced byPython3Parser.import_as_name().- Parameters:
ctx- the parse tree
-
exitImport_as_name
Exit a parse tree produced byPython3Parser.import_as_name().- Parameters:
ctx- the parse tree
-
enterDotted_as_name
Enter a parse tree produced byPython3Parser.dotted_as_name().- Parameters:
ctx- the parse tree
-
exitDotted_as_name
Exit a parse tree produced byPython3Parser.dotted_as_name().- Parameters:
ctx- the parse tree
-
enterImport_as_names
Enter a parse tree produced byPython3Parser.import_as_names().- Parameters:
ctx- the parse tree
-
exitImport_as_names
Exit a parse tree produced byPython3Parser.import_as_names().- Parameters:
ctx- the parse tree
-
enterDotted_as_names
Enter a parse tree produced byPython3Parser.dotted_as_names().- Parameters:
ctx- the parse tree
-
exitDotted_as_names
Exit a parse tree produced byPython3Parser.dotted_as_names().- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPython3Parser.dotted_name().- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPython3Parser.dotted_name().- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPython3Parser.global_stmt().- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPython3Parser.global_stmt().- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPython3Parser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPython3Parser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPython3Parser.assert_stmt().- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPython3Parser.assert_stmt().- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPython3Parser.compound_stmt().- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPython3Parser.compound_stmt().- Parameters:
ctx- the parse tree
-
enterAsync_stmt
Enter a parse tree produced byPython3Parser.async_stmt().- Parameters:
ctx- the parse tree
-
exitAsync_stmt
Exit a parse tree produced byPython3Parser.async_stmt().- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPython3Parser.if_stmt().- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPython3Parser.if_stmt().- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPython3Parser.while_stmt().- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPython3Parser.while_stmt().- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPython3Parser.for_stmt().- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPython3Parser.for_stmt().- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPython3Parser.try_stmt().- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPython3Parser.try_stmt().- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPython3Parser.with_stmt().- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPython3Parser.with_stmt().- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPython3Parser.with_item().- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPython3Parser.with_item().- Parameters:
ctx- the parse tree
-
enterExcept_clause
Enter a parse tree produced byPython3Parser.except_clause().- Parameters:
ctx- the parse tree
-
exitExcept_clause
Exit a parse tree produced byPython3Parser.except_clause().- Parameters:
ctx- the parse tree
-
enterSuite
Enter a parse tree produced byPython3Parser.suite().- Parameters:
ctx- the parse tree
-
exitSuite
Exit a parse tree produced byPython3Parser.suite().- Parameters:
ctx- the parse tree
-
enterTest
Enter a parse tree produced byPython3Parser.test().- Parameters:
ctx- the parse tree
-
exitTest
Exit a parse tree produced byPython3Parser.test().- Parameters:
ctx- the parse tree
-
enterTest_nocond
Enter a parse tree produced byPython3Parser.test_nocond().- Parameters:
ctx- the parse tree
-
exitTest_nocond
Exit a parse tree produced byPython3Parser.test_nocond().- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPython3Parser.lambdef().- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPython3Parser.lambdef().- Parameters:
ctx- the parse tree
-
enterLambdef_nocond
Enter a parse tree produced byPython3Parser.lambdef_nocond().- Parameters:
ctx- the parse tree
-
exitLambdef_nocond
Exit a parse tree produced byPython3Parser.lambdef_nocond().- Parameters:
ctx- the parse tree
-
enterOr_test
Enter a parse tree produced byPython3Parser.or_test().- Parameters:
ctx- the parse tree
-
exitOr_test
Exit a parse tree produced byPython3Parser.or_test().- Parameters:
ctx- the parse tree
-
enterAnd_test
Enter a parse tree produced byPython3Parser.and_test().- Parameters:
ctx- the parse tree
-
exitAnd_test
Exit a parse tree produced byPython3Parser.and_test().- Parameters:
ctx- the parse tree
-
enterNot_test
Enter a parse tree produced byPython3Parser.not_test().- Parameters:
ctx- the parse tree
-
exitNot_test
Exit a parse tree produced byPython3Parser.not_test().- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPython3Parser.comparison().- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPython3Parser.comparison().- Parameters:
ctx- the parse tree
-
enterComp_op
Enter a parse tree produced byPython3Parser.comp_op().- Parameters:
ctx- the parse tree
-
exitComp_op
Exit a parse tree produced byPython3Parser.comp_op().- Parameters:
ctx- the parse tree
-
enterStar_expr
Enter a parse tree produced byPython3Parser.star_expr().- Parameters:
ctx- the parse tree
-
exitStar_expr
Exit a parse tree produced byPython3Parser.star_expr().- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byPython3Parser.expr().- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byPython3Parser.expr().- Parameters:
ctx- the parse tree
-
enterXor_expr
Enter a parse tree produced byPython3Parser.xor_expr().- Parameters:
ctx- the parse tree
-
exitXor_expr
Exit a parse tree produced byPython3Parser.xor_expr().- Parameters:
ctx- the parse tree
-
enterAnd_expr
Enter a parse tree produced byPython3Parser.and_expr().- Parameters:
ctx- the parse tree
-
exitAnd_expr
Exit a parse tree produced byPython3Parser.and_expr().- Parameters:
ctx- the parse tree
-
enterShift_expr
Enter a parse tree produced byPython3Parser.shift_expr().- Parameters:
ctx- the parse tree
-
exitShift_expr
Exit a parse tree produced byPython3Parser.shift_expr().- Parameters:
ctx- the parse tree
-
enterArith_expr
Enter a parse tree produced byPython3Parser.arith_expr().- Parameters:
ctx- the parse tree
-
exitArith_expr
Exit a parse tree produced byPython3Parser.arith_expr().- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byPython3Parser.term().- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byPython3Parser.term().- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byPython3Parser.factor().- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byPython3Parser.factor().- Parameters:
ctx- the parse tree
-
enterPower
Enter a parse tree produced byPython3Parser.power().- Parameters:
ctx- the parse tree
-
exitPower
Exit a parse tree produced byPython3Parser.power().- Parameters:
ctx- the parse tree
-
enterAtom_expr
Enter a parse tree produced byPython3Parser.atom_expr().- Parameters:
ctx- the parse tree
-
exitAtom_expr
Exit a parse tree produced byPython3Parser.atom_expr().- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPython3Parser.atom().- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPython3Parser.atom().- Parameters:
ctx- the parse tree
-
enterTestlist_comp
Enter a parse tree produced byPython3Parser.testlist_comp().- Parameters:
ctx- the parse tree
-
exitTestlist_comp
Exit a parse tree produced byPython3Parser.testlist_comp().- Parameters:
ctx- the parse tree
-
enterTrailer
Enter a parse tree produced byPython3Parser.trailer().- Parameters:
ctx- the parse tree
-
exitTrailer
Exit a parse tree produced byPython3Parser.trailer().- Parameters:
ctx- the parse tree
-
enterSubscriptlist
Enter a parse tree produced byPython3Parser.subscriptlist().- Parameters:
ctx- the parse tree
-
exitSubscriptlist
Exit a parse tree produced byPython3Parser.subscriptlist().- Parameters:
ctx- the parse tree
-
enterSubscript
Enter a parse tree produced byPython3Parser.subscript().- Parameters:
ctx- the parse tree
-
exitSubscript
Exit a parse tree produced byPython3Parser.subscript().- Parameters:
ctx- the parse tree
-
enterSliceop
Enter a parse tree produced byPython3Parser.sliceop().- Parameters:
ctx- the parse tree
-
exitSliceop
Exit a parse tree produced byPython3Parser.sliceop().- Parameters:
ctx- the parse tree
-
enterExprlist
Enter a parse tree produced byPython3Parser.exprlist().- Parameters:
ctx- the parse tree
-
exitExprlist
Exit a parse tree produced byPython3Parser.exprlist().- Parameters:
ctx- the parse tree
-
enterTestlist
Enter a parse tree produced byPython3Parser.testlist().- Parameters:
ctx- the parse tree
-
exitTestlist
Exit a parse tree produced byPython3Parser.testlist().- Parameters:
ctx- the parse tree
-
enterDictorsetmaker
Enter a parse tree produced byPython3Parser.dictorsetmaker().- Parameters:
ctx- the parse tree
-
exitDictorsetmaker
Exit a parse tree produced byPython3Parser.dictorsetmaker().- Parameters:
ctx- the parse tree
-
enterClassdef
Enter a parse tree produced byPython3Parser.classdef().- Parameters:
ctx- the parse tree
-
exitClassdef
Exit a parse tree produced byPython3Parser.classdef().- Parameters:
ctx- the parse tree
-
enterArglist
Enter a parse tree produced byPython3Parser.arglist().- Parameters:
ctx- the parse tree
-
exitArglist
Exit a parse tree produced byPython3Parser.arglist().- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byPython3Parser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byPython3Parser.argument().- Parameters:
ctx- the parse tree
-
enterComp_iter
Enter a parse tree produced byPython3Parser.comp_iter().- Parameters:
ctx- the parse tree
-
exitComp_iter
Exit a parse tree produced byPython3Parser.comp_iter().- Parameters:
ctx- the parse tree
-
enterComp_for
Enter a parse tree produced byPython3Parser.comp_for().- Parameters:
ctx- the parse tree
-
exitComp_for
Exit a parse tree produced byPython3Parser.comp_for().- Parameters:
ctx- the parse tree
-
enterComp_if
Enter a parse tree produced byPython3Parser.comp_if().- Parameters:
ctx- the parse tree
-
exitComp_if
Exit a parse tree produced byPython3Parser.comp_if().- Parameters:
ctx- the parse tree
-
enterEncoding_decl
Enter a parse tree produced byPython3Parser.encoding_decl().- Parameters:
ctx- the parse tree
-
exitEncoding_decl
Exit a parse tree produced byPython3Parser.encoding_decl().- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPython3Parser.yield_expr().- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPython3Parser.yield_expr().- Parameters:
ctx- the parse tree
-
enterYield_arg
Enter a parse tree produced byPython3Parser.yield_arg().- Parameters:
ctx- the parse tree
-
exitYield_arg
Exit a parse tree produced byPython3Parser.yield_arg().- Parameters:
ctx- the parse tree
-