public class Python3BaseListener extends Object implements Python3Listener
Python3Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
Python3BaseListener() |
public void enterSingle_input(Python3Parser.Single_inputContext ctx)
Python3Parser.single_input().
The default implementation does nothing.
enterSingle_input in interface Python3Listenerctx - the parse treepublic void exitSingle_input(Python3Parser.Single_inputContext ctx)
Python3Parser.single_input().
The default implementation does nothing.
exitSingle_input in interface Python3Listenerctx - the parse treepublic void enterFile_input(Python3Parser.File_inputContext ctx)
Python3Parser.file_input().
The default implementation does nothing.
enterFile_input in interface Python3Listenerctx - the parse treepublic void exitFile_input(Python3Parser.File_inputContext ctx)
Python3Parser.file_input().
The default implementation does nothing.
exitFile_input in interface Python3Listenerctx - the parse treepublic void enterEval_input(Python3Parser.Eval_inputContext ctx)
Python3Parser.eval_input().
The default implementation does nothing.
enterEval_input in interface Python3Listenerctx - the parse treepublic void exitEval_input(Python3Parser.Eval_inputContext ctx)
Python3Parser.eval_input().
The default implementation does nothing.
exitEval_input in interface Python3Listenerctx - the parse treepublic void enterDecorator(Python3Parser.DecoratorContext ctx)
Python3Parser.decorator().
The default implementation does nothing.
enterDecorator in interface Python3Listenerctx - the parse treepublic void exitDecorator(Python3Parser.DecoratorContext ctx)
Python3Parser.decorator().
The default implementation does nothing.
exitDecorator in interface Python3Listenerctx - the parse treepublic void enterDecorators(Python3Parser.DecoratorsContext ctx)
Python3Parser.decorators().
The default implementation does nothing.
enterDecorators in interface Python3Listenerctx - the parse treepublic void exitDecorators(Python3Parser.DecoratorsContext ctx)
Python3Parser.decorators().
The default implementation does nothing.
exitDecorators in interface Python3Listenerctx - the parse treepublic void enterDecorated(Python3Parser.DecoratedContext ctx)
Python3Parser.decorated().
The default implementation does nothing.
enterDecorated in interface Python3Listenerctx - the parse treepublic void exitDecorated(Python3Parser.DecoratedContext ctx)
Python3Parser.decorated().
The default implementation does nothing.
exitDecorated in interface Python3Listenerctx - the parse treepublic void enterAsync_funcdef(Python3Parser.Async_funcdefContext ctx)
Python3Parser.async_funcdef().
The default implementation does nothing.
enterAsync_funcdef in interface Python3Listenerctx - the parse treepublic void exitAsync_funcdef(Python3Parser.Async_funcdefContext ctx)
Python3Parser.async_funcdef().
The default implementation does nothing.
exitAsync_funcdef in interface Python3Listenerctx - the parse treepublic void enterFuncdef(Python3Parser.FuncdefContext ctx)
Python3Parser.funcdef().
The default implementation does nothing.
enterFuncdef in interface Python3Listenerctx - the parse treepublic void exitFuncdef(Python3Parser.FuncdefContext ctx)
Python3Parser.funcdef().
The default implementation does nothing.
exitFuncdef in interface Python3Listenerctx - the parse treepublic void enterParameters(Python3Parser.ParametersContext ctx)
Python3Parser.parameters().
The default implementation does nothing.
enterParameters in interface Python3Listenerctx - the parse treepublic void exitParameters(Python3Parser.ParametersContext ctx)
Python3Parser.parameters().
The default implementation does nothing.
exitParameters in interface Python3Listenerctx - the parse treepublic void enterTypedargslist(Python3Parser.TypedargslistContext ctx)
Python3Parser.typedargslist().
The default implementation does nothing.
enterTypedargslist in interface Python3Listenerctx - the parse treepublic void exitTypedargslist(Python3Parser.TypedargslistContext ctx)
Python3Parser.typedargslist().
The default implementation does nothing.
exitTypedargslist in interface Python3Listenerctx - the parse treepublic void enterTfpdef(Python3Parser.TfpdefContext ctx)
Python3Parser.tfpdef().
The default implementation does nothing.
enterTfpdef in interface Python3Listenerctx - the parse treepublic void exitTfpdef(Python3Parser.TfpdefContext ctx)
Python3Parser.tfpdef().
The default implementation does nothing.
exitTfpdef in interface Python3Listenerctx - the parse treepublic void enterVarargslist(Python3Parser.VarargslistContext ctx)
Python3Parser.varargslist().
The default implementation does nothing.
enterVarargslist in interface Python3Listenerctx - the parse treepublic void exitVarargslist(Python3Parser.VarargslistContext ctx)
Python3Parser.varargslist().
The default implementation does nothing.
exitVarargslist in interface Python3Listenerctx - the parse treepublic void enterVfpdef(Python3Parser.VfpdefContext ctx)
Python3Parser.vfpdef().
The default implementation does nothing.
enterVfpdef in interface Python3Listenerctx - the parse treepublic void exitVfpdef(Python3Parser.VfpdefContext ctx)
Python3Parser.vfpdef().
The default implementation does nothing.
exitVfpdef in interface Python3Listenerctx - the parse treepublic void enterStmt(Python3Parser.StmtContext ctx)
Python3Parser.stmt().
The default implementation does nothing.
enterStmt in interface Python3Listenerctx - the parse treepublic void exitStmt(Python3Parser.StmtContext ctx)
Python3Parser.stmt().
The default implementation does nothing.
exitStmt in interface Python3Listenerctx - the parse treepublic void enterSimple_stmt(Python3Parser.Simple_stmtContext ctx)
Python3Parser.simple_stmt().
The default implementation does nothing.
enterSimple_stmt in interface Python3Listenerctx - the parse treepublic void exitSimple_stmt(Python3Parser.Simple_stmtContext ctx)
Python3Parser.simple_stmt().
The default implementation does nothing.
exitSimple_stmt in interface Python3Listenerctx - the parse treepublic void enterSmall_stmt(Python3Parser.Small_stmtContext ctx)
Python3Parser.small_stmt().
The default implementation does nothing.
enterSmall_stmt in interface Python3Listenerctx - the parse treepublic void exitSmall_stmt(Python3Parser.Small_stmtContext ctx)
Python3Parser.small_stmt().
The default implementation does nothing.
exitSmall_stmt in interface Python3Listenerctx - the parse treepublic void enterExpr_stmt(Python3Parser.Expr_stmtContext ctx)
Python3Parser.expr_stmt().
The default implementation does nothing.
enterExpr_stmt in interface Python3Listenerctx - the parse treepublic void exitExpr_stmt(Python3Parser.Expr_stmtContext ctx)
Python3Parser.expr_stmt().
The default implementation does nothing.
exitExpr_stmt in interface Python3Listenerctx - the parse treepublic void enterAnnassign(Python3Parser.AnnassignContext ctx)
Python3Parser.annassign().
The default implementation does nothing.
enterAnnassign in interface Python3Listenerctx - the parse treepublic void exitAnnassign(Python3Parser.AnnassignContext ctx)
Python3Parser.annassign().
The default implementation does nothing.
exitAnnassign in interface Python3Listenerctx - the parse treepublic void enterTestlist_star_expr(Python3Parser.Testlist_star_exprContext ctx)
Python3Parser.testlist_star_expr().
The default implementation does nothing.
enterTestlist_star_expr in interface Python3Listenerctx - the parse treepublic void exitTestlist_star_expr(Python3Parser.Testlist_star_exprContext ctx)
Python3Parser.testlist_star_expr().
The default implementation does nothing.
exitTestlist_star_expr in interface Python3Listenerctx - the parse treepublic void enterAugassign(Python3Parser.AugassignContext ctx)
Python3Parser.augassign().
The default implementation does nothing.
enterAugassign in interface Python3Listenerctx - the parse treepublic void exitAugassign(Python3Parser.AugassignContext ctx)
Python3Parser.augassign().
The default implementation does nothing.
exitAugassign in interface Python3Listenerctx - the parse treepublic void enterDel_stmt(Python3Parser.Del_stmtContext ctx)
Python3Parser.del_stmt().
The default implementation does nothing.
enterDel_stmt in interface Python3Listenerctx - the parse treepublic void exitDel_stmt(Python3Parser.Del_stmtContext ctx)
Python3Parser.del_stmt().
The default implementation does nothing.
exitDel_stmt in interface Python3Listenerctx - the parse treepublic void enterPass_stmt(Python3Parser.Pass_stmtContext ctx)
Python3Parser.pass_stmt().
The default implementation does nothing.
enterPass_stmt in interface Python3Listenerctx - the parse treepublic void exitPass_stmt(Python3Parser.Pass_stmtContext ctx)
Python3Parser.pass_stmt().
The default implementation does nothing.
exitPass_stmt in interface Python3Listenerctx - the parse treepublic void enterFlow_stmt(Python3Parser.Flow_stmtContext ctx)
Python3Parser.flow_stmt().
The default implementation does nothing.
enterFlow_stmt in interface Python3Listenerctx - the parse treepublic void exitFlow_stmt(Python3Parser.Flow_stmtContext ctx)
Python3Parser.flow_stmt().
The default implementation does nothing.
exitFlow_stmt in interface Python3Listenerctx - the parse treepublic void enterBreak_stmt(Python3Parser.Break_stmtContext ctx)
Python3Parser.break_stmt().
The default implementation does nothing.
enterBreak_stmt in interface Python3Listenerctx - the parse treepublic void exitBreak_stmt(Python3Parser.Break_stmtContext ctx)
Python3Parser.break_stmt().
The default implementation does nothing.
exitBreak_stmt in interface Python3Listenerctx - the parse treepublic void enterContinue_stmt(Python3Parser.Continue_stmtContext ctx)
Python3Parser.continue_stmt().
The default implementation does nothing.
enterContinue_stmt in interface Python3Listenerctx - the parse treepublic void exitContinue_stmt(Python3Parser.Continue_stmtContext ctx)
Python3Parser.continue_stmt().
The default implementation does nothing.
exitContinue_stmt in interface Python3Listenerctx - the parse treepublic void enterReturn_stmt(Python3Parser.Return_stmtContext ctx)
Python3Parser.return_stmt().
The default implementation does nothing.
enterReturn_stmt in interface Python3Listenerctx - the parse treepublic void exitReturn_stmt(Python3Parser.Return_stmtContext ctx)
Python3Parser.return_stmt().
The default implementation does nothing.
exitReturn_stmt in interface Python3Listenerctx - the parse treepublic void enterYield_stmt(Python3Parser.Yield_stmtContext ctx)
Python3Parser.yield_stmt().
The default implementation does nothing.
enterYield_stmt in interface Python3Listenerctx - the parse treepublic void exitYield_stmt(Python3Parser.Yield_stmtContext ctx)
Python3Parser.yield_stmt().
The default implementation does nothing.
exitYield_stmt in interface Python3Listenerctx - the parse treepublic void enterRaise_stmt(Python3Parser.Raise_stmtContext ctx)
Python3Parser.raise_stmt().
The default implementation does nothing.
enterRaise_stmt in interface Python3Listenerctx - the parse treepublic void exitRaise_stmt(Python3Parser.Raise_stmtContext ctx)
Python3Parser.raise_stmt().
The default implementation does nothing.
exitRaise_stmt in interface Python3Listenerctx - the parse treepublic void enterImport_stmt(Python3Parser.Import_stmtContext ctx)
Python3Parser.import_stmt().
The default implementation does nothing.
enterImport_stmt in interface Python3Listenerctx - the parse treepublic void exitImport_stmt(Python3Parser.Import_stmtContext ctx)
Python3Parser.import_stmt().
The default implementation does nothing.
exitImport_stmt in interface Python3Listenerctx - the parse treepublic void enterImport_name(Python3Parser.Import_nameContext ctx)
Python3Parser.import_name().
The default implementation does nothing.
enterImport_name in interface Python3Listenerctx - the parse treepublic void exitImport_name(Python3Parser.Import_nameContext ctx)
Python3Parser.import_name().
The default implementation does nothing.
exitImport_name in interface Python3Listenerctx - the parse treepublic void enterImport_from(Python3Parser.Import_fromContext ctx)
Python3Parser.import_from().
The default implementation does nothing.
enterImport_from in interface Python3Listenerctx - the parse treepublic void exitImport_from(Python3Parser.Import_fromContext ctx)
Python3Parser.import_from().
The default implementation does nothing.
exitImport_from in interface Python3Listenerctx - the parse treepublic void enterImport_as_name(Python3Parser.Import_as_nameContext ctx)
Python3Parser.import_as_name().
The default implementation does nothing.
enterImport_as_name in interface Python3Listenerctx - the parse treepublic void exitImport_as_name(Python3Parser.Import_as_nameContext ctx)
Python3Parser.import_as_name().
The default implementation does nothing.
exitImport_as_name in interface Python3Listenerctx - the parse treepublic void enterDotted_as_name(Python3Parser.Dotted_as_nameContext ctx)
Python3Parser.dotted_as_name().
The default implementation does nothing.
enterDotted_as_name in interface Python3Listenerctx - the parse treepublic void exitDotted_as_name(Python3Parser.Dotted_as_nameContext ctx)
Python3Parser.dotted_as_name().
The default implementation does nothing.
exitDotted_as_name in interface Python3Listenerctx - the parse treepublic void enterImport_as_names(Python3Parser.Import_as_namesContext ctx)
Python3Parser.import_as_names().
The default implementation does nothing.
enterImport_as_names in interface Python3Listenerctx - the parse treepublic void exitImport_as_names(Python3Parser.Import_as_namesContext ctx)
Python3Parser.import_as_names().
The default implementation does nothing.
exitImport_as_names in interface Python3Listenerctx - the parse treepublic void enterDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Python3Parser.dotted_as_names().
The default implementation does nothing.
enterDotted_as_names in interface Python3Listenerctx - the parse treepublic void exitDotted_as_names(Python3Parser.Dotted_as_namesContext ctx)
Python3Parser.dotted_as_names().
The default implementation does nothing.
exitDotted_as_names in interface Python3Listenerctx - the parse treepublic void enterDotted_name(Python3Parser.Dotted_nameContext ctx)
Python3Parser.dotted_name().
The default implementation does nothing.
enterDotted_name in interface Python3Listenerctx - the parse treepublic void exitDotted_name(Python3Parser.Dotted_nameContext ctx)
Python3Parser.dotted_name().
The default implementation does nothing.
exitDotted_name in interface Python3Listenerctx - the parse treepublic void enterGlobal_stmt(Python3Parser.Global_stmtContext ctx)
Python3Parser.global_stmt().
The default implementation does nothing.
enterGlobal_stmt in interface Python3Listenerctx - the parse treepublic void exitGlobal_stmt(Python3Parser.Global_stmtContext ctx)
Python3Parser.global_stmt().
The default implementation does nothing.
exitGlobal_stmt in interface Python3Listenerctx - the parse treepublic void enterNonlocal_stmt(Python3Parser.Nonlocal_stmtContext ctx)
Python3Parser.nonlocal_stmt().
The default implementation does nothing.
enterNonlocal_stmt in interface Python3Listenerctx - the parse treepublic void exitNonlocal_stmt(Python3Parser.Nonlocal_stmtContext ctx)
Python3Parser.nonlocal_stmt().
The default implementation does nothing.
exitNonlocal_stmt in interface Python3Listenerctx - the parse treepublic void enterAssert_stmt(Python3Parser.Assert_stmtContext ctx)
Python3Parser.assert_stmt().
The default implementation does nothing.
enterAssert_stmt in interface Python3Listenerctx - the parse treepublic void exitAssert_stmt(Python3Parser.Assert_stmtContext ctx)
Python3Parser.assert_stmt().
The default implementation does nothing.
exitAssert_stmt in interface Python3Listenerctx - the parse treepublic void enterCompound_stmt(Python3Parser.Compound_stmtContext ctx)
Python3Parser.compound_stmt().
The default implementation does nothing.
enterCompound_stmt in interface Python3Listenerctx - the parse treepublic void exitCompound_stmt(Python3Parser.Compound_stmtContext ctx)
Python3Parser.compound_stmt().
The default implementation does nothing.
exitCompound_stmt in interface Python3Listenerctx - the parse treepublic void enterAsync_stmt(Python3Parser.Async_stmtContext ctx)
Python3Parser.async_stmt().
The default implementation does nothing.
enterAsync_stmt in interface Python3Listenerctx - the parse treepublic void exitAsync_stmt(Python3Parser.Async_stmtContext ctx)
Python3Parser.async_stmt().
The default implementation does nothing.
exitAsync_stmt in interface Python3Listenerctx - the parse treepublic void enterIf_stmt(Python3Parser.If_stmtContext ctx)
Python3Parser.if_stmt().
The default implementation does nothing.
enterIf_stmt in interface Python3Listenerctx - the parse treepublic void exitIf_stmt(Python3Parser.If_stmtContext ctx)
Python3Parser.if_stmt().
The default implementation does nothing.
exitIf_stmt in interface Python3Listenerctx - the parse treepublic void enterWhile_stmt(Python3Parser.While_stmtContext ctx)
Python3Parser.while_stmt().
The default implementation does nothing.
enterWhile_stmt in interface Python3Listenerctx - the parse treepublic void exitWhile_stmt(Python3Parser.While_stmtContext ctx)
Python3Parser.while_stmt().
The default implementation does nothing.
exitWhile_stmt in interface Python3Listenerctx - the parse treepublic void enterFor_stmt(Python3Parser.For_stmtContext ctx)
Python3Parser.for_stmt().
The default implementation does nothing.
enterFor_stmt in interface Python3Listenerctx - the parse treepublic void exitFor_stmt(Python3Parser.For_stmtContext ctx)
Python3Parser.for_stmt().
The default implementation does nothing.
exitFor_stmt in interface Python3Listenerctx - the parse treepublic void enterTry_stmt(Python3Parser.Try_stmtContext ctx)
Python3Parser.try_stmt().
The default implementation does nothing.
enterTry_stmt in interface Python3Listenerctx - the parse treepublic void exitTry_stmt(Python3Parser.Try_stmtContext ctx)
Python3Parser.try_stmt().
The default implementation does nothing.
exitTry_stmt in interface Python3Listenerctx - the parse treepublic void enterWith_stmt(Python3Parser.With_stmtContext ctx)
Python3Parser.with_stmt().
The default implementation does nothing.
enterWith_stmt in interface Python3Listenerctx - the parse treepublic void exitWith_stmt(Python3Parser.With_stmtContext ctx)
Python3Parser.with_stmt().
The default implementation does nothing.
exitWith_stmt in interface Python3Listenerctx - the parse treepublic void enterWith_item(Python3Parser.With_itemContext ctx)
Python3Parser.with_item().
The default implementation does nothing.
enterWith_item in interface Python3Listenerctx - the parse treepublic void exitWith_item(Python3Parser.With_itemContext ctx)
Python3Parser.with_item().
The default implementation does nothing.
exitWith_item in interface Python3Listenerctx - the parse treepublic void enterExcept_clause(Python3Parser.Except_clauseContext ctx)
Python3Parser.except_clause().
The default implementation does nothing.
enterExcept_clause in interface Python3Listenerctx - the parse treepublic void exitExcept_clause(Python3Parser.Except_clauseContext ctx)
Python3Parser.except_clause().
The default implementation does nothing.
exitExcept_clause in interface Python3Listenerctx - the parse treepublic void enterSuite(Python3Parser.SuiteContext ctx)
Python3Parser.suite().
The default implementation does nothing.
enterSuite in interface Python3Listenerctx - the parse treepublic void exitSuite(Python3Parser.SuiteContext ctx)
Python3Parser.suite().
The default implementation does nothing.
exitSuite in interface Python3Listenerctx - the parse treepublic void enterTest(Python3Parser.TestContext ctx)
Python3Parser.test().
The default implementation does nothing.
enterTest in interface Python3Listenerctx - the parse treepublic void exitTest(Python3Parser.TestContext ctx)
Python3Parser.test().
The default implementation does nothing.
exitTest in interface Python3Listenerctx - the parse treepublic void enterTest_nocond(Python3Parser.Test_nocondContext ctx)
Python3Parser.test_nocond().
The default implementation does nothing.
enterTest_nocond in interface Python3Listenerctx - the parse treepublic void exitTest_nocond(Python3Parser.Test_nocondContext ctx)
Python3Parser.test_nocond().
The default implementation does nothing.
exitTest_nocond in interface Python3Listenerctx - the parse treepublic void enterLambdef(Python3Parser.LambdefContext ctx)
Python3Parser.lambdef().
The default implementation does nothing.
enterLambdef in interface Python3Listenerctx - the parse treepublic void exitLambdef(Python3Parser.LambdefContext ctx)
Python3Parser.lambdef().
The default implementation does nothing.
exitLambdef in interface Python3Listenerctx - the parse treepublic void enterLambdef_nocond(Python3Parser.Lambdef_nocondContext ctx)
Python3Parser.lambdef_nocond().
The default implementation does nothing.
enterLambdef_nocond in interface Python3Listenerctx - the parse treepublic void exitLambdef_nocond(Python3Parser.Lambdef_nocondContext ctx)
Python3Parser.lambdef_nocond().
The default implementation does nothing.
exitLambdef_nocond in interface Python3Listenerctx - the parse treepublic void enterOr_test(Python3Parser.Or_testContext ctx)
Python3Parser.or_test().
The default implementation does nothing.
enterOr_test in interface Python3Listenerctx - the parse treepublic void exitOr_test(Python3Parser.Or_testContext ctx)
Python3Parser.or_test().
The default implementation does nothing.
exitOr_test in interface Python3Listenerctx - the parse treepublic void enterAnd_test(Python3Parser.And_testContext ctx)
Python3Parser.and_test().
The default implementation does nothing.
enterAnd_test in interface Python3Listenerctx - the parse treepublic void exitAnd_test(Python3Parser.And_testContext ctx)
Python3Parser.and_test().
The default implementation does nothing.
exitAnd_test in interface Python3Listenerctx - the parse treepublic void enterNot_test(Python3Parser.Not_testContext ctx)
Python3Parser.not_test().
The default implementation does nothing.
enterNot_test in interface Python3Listenerctx - the parse treepublic void exitNot_test(Python3Parser.Not_testContext ctx)
Python3Parser.not_test().
The default implementation does nothing.
exitNot_test in interface Python3Listenerctx - the parse treepublic void enterComparison(Python3Parser.ComparisonContext ctx)
Python3Parser.comparison().
The default implementation does nothing.
enterComparison in interface Python3Listenerctx - the parse treepublic void exitComparison(Python3Parser.ComparisonContext ctx)
Python3Parser.comparison().
The default implementation does nothing.
exitComparison in interface Python3Listenerctx - the parse treepublic void enterComp_op(Python3Parser.Comp_opContext ctx)
Python3Parser.comp_op().
The default implementation does nothing.
enterComp_op in interface Python3Listenerctx - the parse treepublic void exitComp_op(Python3Parser.Comp_opContext ctx)
Python3Parser.comp_op().
The default implementation does nothing.
exitComp_op in interface Python3Listenerctx - the parse treepublic void enterStar_expr(Python3Parser.Star_exprContext ctx)
Python3Parser.star_expr().
The default implementation does nothing.
enterStar_expr in interface Python3Listenerctx - the parse treepublic void exitStar_expr(Python3Parser.Star_exprContext ctx)
Python3Parser.star_expr().
The default implementation does nothing.
exitStar_expr in interface Python3Listenerctx - the parse treepublic void enterExpr(Python3Parser.ExprContext ctx)
Python3Parser.expr().
The default implementation does nothing.
enterExpr in interface Python3Listenerctx - the parse treepublic void exitExpr(Python3Parser.ExprContext ctx)
Python3Parser.expr().
The default implementation does nothing.
exitExpr in interface Python3Listenerctx - the parse treepublic void enterXor_expr(Python3Parser.Xor_exprContext ctx)
Python3Parser.xor_expr().
The default implementation does nothing.
enterXor_expr in interface Python3Listenerctx - the parse treepublic void exitXor_expr(Python3Parser.Xor_exprContext ctx)
Python3Parser.xor_expr().
The default implementation does nothing.
exitXor_expr in interface Python3Listenerctx - the parse treepublic void enterAnd_expr(Python3Parser.And_exprContext ctx)
Python3Parser.and_expr().
The default implementation does nothing.
enterAnd_expr in interface Python3Listenerctx - the parse treepublic void exitAnd_expr(Python3Parser.And_exprContext ctx)
Python3Parser.and_expr().
The default implementation does nothing.
exitAnd_expr in interface Python3Listenerctx - the parse treepublic void enterShift_expr(Python3Parser.Shift_exprContext ctx)
Python3Parser.shift_expr().
The default implementation does nothing.
enterShift_expr in interface Python3Listenerctx - the parse treepublic void exitShift_expr(Python3Parser.Shift_exprContext ctx)
Python3Parser.shift_expr().
The default implementation does nothing.
exitShift_expr in interface Python3Listenerctx - the parse treepublic void enterArith_expr(Python3Parser.Arith_exprContext ctx)
Python3Parser.arith_expr().
The default implementation does nothing.
enterArith_expr in interface Python3Listenerctx - the parse treepublic void exitArith_expr(Python3Parser.Arith_exprContext ctx)
Python3Parser.arith_expr().
The default implementation does nothing.
exitArith_expr in interface Python3Listenerctx - the parse treepublic void enterTerm(Python3Parser.TermContext ctx)
Python3Parser.term().
The default implementation does nothing.
enterTerm in interface Python3Listenerctx - the parse treepublic void exitTerm(Python3Parser.TermContext ctx)
Python3Parser.term().
The default implementation does nothing.
exitTerm in interface Python3Listenerctx - the parse treepublic void enterFactor(Python3Parser.FactorContext ctx)
Python3Parser.factor().
The default implementation does nothing.
enterFactor in interface Python3Listenerctx - the parse treepublic void exitFactor(Python3Parser.FactorContext ctx)
Python3Parser.factor().
The default implementation does nothing.
exitFactor in interface Python3Listenerctx - the parse treepublic void enterPower(Python3Parser.PowerContext ctx)
Python3Parser.power().
The default implementation does nothing.
enterPower in interface Python3Listenerctx - the parse treepublic void exitPower(Python3Parser.PowerContext ctx)
Python3Parser.power().
The default implementation does nothing.
exitPower in interface Python3Listenerctx - the parse treepublic void enterAtom_expr(Python3Parser.Atom_exprContext ctx)
Python3Parser.atom_expr().
The default implementation does nothing.
enterAtom_expr in interface Python3Listenerctx - the parse treepublic void exitAtom_expr(Python3Parser.Atom_exprContext ctx)
Python3Parser.atom_expr().
The default implementation does nothing.
exitAtom_expr in interface Python3Listenerctx - the parse treepublic void enterAtom(Python3Parser.AtomContext ctx)
Python3Parser.atom().
The default implementation does nothing.
enterAtom in interface Python3Listenerctx - the parse treepublic void exitAtom(Python3Parser.AtomContext ctx)
Python3Parser.atom().
The default implementation does nothing.
exitAtom in interface Python3Listenerctx - the parse treepublic void enterTestlist_comp(Python3Parser.Testlist_compContext ctx)
Python3Parser.testlist_comp().
The default implementation does nothing.
enterTestlist_comp in interface Python3Listenerctx - the parse treepublic void exitTestlist_comp(Python3Parser.Testlist_compContext ctx)
Python3Parser.testlist_comp().
The default implementation does nothing.
exitTestlist_comp in interface Python3Listenerctx - the parse treepublic void enterTrailer(Python3Parser.TrailerContext ctx)
Python3Parser.trailer().
The default implementation does nothing.
enterTrailer in interface Python3Listenerctx - the parse treepublic void exitTrailer(Python3Parser.TrailerContext ctx)
Python3Parser.trailer().
The default implementation does nothing.
exitTrailer in interface Python3Listenerctx - the parse treepublic void enterSubscriptlist(Python3Parser.SubscriptlistContext ctx)
Python3Parser.subscriptlist().
The default implementation does nothing.
enterSubscriptlist in interface Python3Listenerctx - the parse treepublic void exitSubscriptlist(Python3Parser.SubscriptlistContext ctx)
Python3Parser.subscriptlist().
The default implementation does nothing.
exitSubscriptlist in interface Python3Listenerctx - the parse treepublic void enterSubscript(Python3Parser.SubscriptContext ctx)
Python3Parser.subscript().
The default implementation does nothing.
enterSubscript in interface Python3Listenerctx - the parse treepublic void exitSubscript(Python3Parser.SubscriptContext ctx)
Python3Parser.subscript().
The default implementation does nothing.
exitSubscript in interface Python3Listenerctx - the parse treepublic void enterSliceop(Python3Parser.SliceopContext ctx)
Python3Parser.sliceop().
The default implementation does nothing.
enterSliceop in interface Python3Listenerctx - the parse treepublic void exitSliceop(Python3Parser.SliceopContext ctx)
Python3Parser.sliceop().
The default implementation does nothing.
exitSliceop in interface Python3Listenerctx - the parse treepublic void enterExprlist(Python3Parser.ExprlistContext ctx)
Python3Parser.exprlist().
The default implementation does nothing.
enterExprlist in interface Python3Listenerctx - the parse treepublic void exitExprlist(Python3Parser.ExprlistContext ctx)
Python3Parser.exprlist().
The default implementation does nothing.
exitExprlist in interface Python3Listenerctx - the parse treepublic void enterTestlist(Python3Parser.TestlistContext ctx)
Python3Parser.testlist().
The default implementation does nothing.
enterTestlist in interface Python3Listenerctx - the parse treepublic void exitTestlist(Python3Parser.TestlistContext ctx)
Python3Parser.testlist().
The default implementation does nothing.
exitTestlist in interface Python3Listenerctx - the parse treepublic void enterDictorsetmaker(Python3Parser.DictorsetmakerContext ctx)
Python3Parser.dictorsetmaker().
The default implementation does nothing.
enterDictorsetmaker in interface Python3Listenerctx - the parse treepublic void exitDictorsetmaker(Python3Parser.DictorsetmakerContext ctx)
Python3Parser.dictorsetmaker().
The default implementation does nothing.
exitDictorsetmaker in interface Python3Listenerctx - the parse treepublic void enterClassdef(Python3Parser.ClassdefContext ctx)
Python3Parser.classdef().
The default implementation does nothing.
enterClassdef in interface Python3Listenerctx - the parse treepublic void exitClassdef(Python3Parser.ClassdefContext ctx)
Python3Parser.classdef().
The default implementation does nothing.
exitClassdef in interface Python3Listenerctx - the parse treepublic void enterArglist(Python3Parser.ArglistContext ctx)
Python3Parser.arglist().
The default implementation does nothing.
enterArglist in interface Python3Listenerctx - the parse treepublic void exitArglist(Python3Parser.ArglistContext ctx)
Python3Parser.arglist().
The default implementation does nothing.
exitArglist in interface Python3Listenerctx - the parse treepublic void enterArgument(Python3Parser.ArgumentContext ctx)
Python3Parser.argument().
The default implementation does nothing.
enterArgument in interface Python3Listenerctx - the parse treepublic void exitArgument(Python3Parser.ArgumentContext ctx)
Python3Parser.argument().
The default implementation does nothing.
exitArgument in interface Python3Listenerctx - the parse treepublic void enterComp_iter(Python3Parser.Comp_iterContext ctx)
Python3Parser.comp_iter().
The default implementation does nothing.
enterComp_iter in interface Python3Listenerctx - the parse treepublic void exitComp_iter(Python3Parser.Comp_iterContext ctx)
Python3Parser.comp_iter().
The default implementation does nothing.
exitComp_iter in interface Python3Listenerctx - the parse treepublic void enterComp_for(Python3Parser.Comp_forContext ctx)
Python3Parser.comp_for().
The default implementation does nothing.
enterComp_for in interface Python3Listenerctx - the parse treepublic void exitComp_for(Python3Parser.Comp_forContext ctx)
Python3Parser.comp_for().
The default implementation does nothing.
exitComp_for in interface Python3Listenerctx - the parse treepublic void enterComp_if(Python3Parser.Comp_ifContext ctx)
Python3Parser.comp_if().
The default implementation does nothing.
enterComp_if in interface Python3Listenerctx - the parse treepublic void exitComp_if(Python3Parser.Comp_ifContext ctx)
Python3Parser.comp_if().
The default implementation does nothing.
exitComp_if in interface Python3Listenerctx - the parse treepublic void enterEncoding_decl(Python3Parser.Encoding_declContext ctx)
Python3Parser.encoding_decl().
The default implementation does nothing.
enterEncoding_decl in interface Python3Listenerctx - the parse treepublic void exitEncoding_decl(Python3Parser.Encoding_declContext ctx)
Python3Parser.encoding_decl().
The default implementation does nothing.
exitEncoding_decl in interface Python3Listenerctx - the parse treepublic void enterYield_expr(Python3Parser.Yield_exprContext ctx)
Python3Parser.yield_expr().
The default implementation does nothing.
enterYield_expr in interface Python3Listenerctx - the parse treepublic void exitYield_expr(Python3Parser.Yield_exprContext ctx)
Python3Parser.yield_expr().
The default implementation does nothing.
exitYield_expr in interface Python3Listenerctx - the parse treepublic void enterYield_arg(Python3Parser.Yield_argContext ctx)
Python3Parser.yield_arg().
The default implementation does nothing.
enterYield_arg in interface Python3Listenerctx - the parse treepublic void exitYield_arg(Python3Parser.Yield_argContext ctx)
Python3Parser.yield_arg().
The default implementation does nothing.
exitYield_arg in interface Python3Listenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021 Markus Heberling. All rights reserved.