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