Class Python3BaseListener
- All Implemented Interfaces:
Python3Listener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
JplagPython3Listener
Python3Listener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
Python3BaseListener
public Python3BaseListener()
-
-
Method Details
-
enterSingle_input
Enter a parse tree produced byPython3Parser.single_input().The default implementation does nothing.
- Specified by:
enterSingle_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSingle_input
Exit a parse tree produced byPython3Parser.single_input().The default implementation does nothing.
- Specified by:
exitSingle_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterFile_input
Enter a parse tree produced byPython3Parser.file_input().The default implementation does nothing.
- Specified by:
enterFile_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitFile_input
Exit a parse tree produced byPython3Parser.file_input().The default implementation does nothing.
- Specified by:
exitFile_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterEval_input
Enter a parse tree produced byPython3Parser.eval_input().The default implementation does nothing.
- Specified by:
enterEval_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitEval_input
Exit a parse tree produced byPython3Parser.eval_input().The default implementation does nothing.
- Specified by:
exitEval_inputin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDecorator
Enter a parse tree produced byPython3Parser.decorator().The default implementation does nothing.
- Specified by:
enterDecoratorin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDecorator
Exit a parse tree produced byPython3Parser.decorator().The default implementation does nothing.
- Specified by:
exitDecoratorin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPython3Parser.decorators().The default implementation does nothing.
- Specified by:
enterDecoratorsin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPython3Parser.decorators().The default implementation does nothing.
- Specified by:
exitDecoratorsin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDecorated
Enter a parse tree produced byPython3Parser.decorated().The default implementation does nothing.
- Specified by:
enterDecoratedin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDecorated
Exit a parse tree produced byPython3Parser.decorated().The default implementation does nothing.
- Specified by:
exitDecoratedin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAsync_funcdef
Enter a parse tree produced byPython3Parser.async_funcdef().The default implementation does nothing.
- Specified by:
enterAsync_funcdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAsync_funcdef
Exit a parse tree produced byPython3Parser.async_funcdef().The default implementation does nothing.
- Specified by:
exitAsync_funcdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterFuncdef
Enter a parse tree produced byPython3Parser.funcdef().The default implementation does nothing.
- Specified by:
enterFuncdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitFuncdef
Exit a parse tree produced byPython3Parser.funcdef().The default implementation does nothing.
- Specified by:
exitFuncdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPython3Parser.parameters().The default implementation does nothing.
- Specified by:
enterParametersin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPython3Parser.parameters().The default implementation does nothing.
- Specified by:
exitParametersin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTypedargslist
Enter a parse tree produced byPython3Parser.typedargslist().The default implementation does nothing.
- Specified by:
enterTypedargslistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTypedargslist
Exit a parse tree produced byPython3Parser.typedargslist().The default implementation does nothing.
- Specified by:
exitTypedargslistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTfpdef
Enter a parse tree produced byPython3Parser.tfpdef().The default implementation does nothing.
- Specified by:
enterTfpdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTfpdef
Exit a parse tree produced byPython3Parser.tfpdef().The default implementation does nothing.
- Specified by:
exitTfpdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterVarargslist
Enter a parse tree produced byPython3Parser.varargslist().The default implementation does nothing.
- Specified by:
enterVarargslistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitVarargslist
Exit a parse tree produced byPython3Parser.varargslist().The default implementation does nothing.
- Specified by:
exitVarargslistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterVfpdef
Enter a parse tree produced byPython3Parser.vfpdef().The default implementation does nothing.
- Specified by:
enterVfpdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitVfpdef
Exit a parse tree produced byPython3Parser.vfpdef().The default implementation does nothing.
- Specified by:
exitVfpdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byPython3Parser.stmt().The default implementation does nothing.
- Specified by:
enterStmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byPython3Parser.stmt().The default implementation does nothing.
- Specified by:
exitStmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPython3Parser.simple_stmt().The default implementation does nothing.
- Specified by:
enterSimple_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPython3Parser.simple_stmt().The default implementation does nothing.
- Specified by:
exitSimple_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSmall_stmt
Enter a parse tree produced byPython3Parser.small_stmt().The default implementation does nothing.
- Specified by:
enterSmall_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSmall_stmt
Exit a parse tree produced byPython3Parser.small_stmt().The default implementation does nothing.
- Specified by:
exitSmall_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterExpr_stmt
Enter a parse tree produced byPython3Parser.expr_stmt().The default implementation does nothing.
- Specified by:
enterExpr_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitExpr_stmt
Exit a parse tree produced byPython3Parser.expr_stmt().The default implementation does nothing.
- Specified by:
exitExpr_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAnnassign
Enter a parse tree produced byPython3Parser.annassign().The default implementation does nothing.
- Specified by:
enterAnnassignin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAnnassign
Exit a parse tree produced byPython3Parser.annassign().The default implementation does nothing.
- Specified by:
exitAnnassignin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTestlist_star_expr
Enter a parse tree produced byPython3Parser.testlist_star_expr().The default implementation does nothing.
- Specified by:
enterTestlist_star_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTestlist_star_expr
Exit a parse tree produced byPython3Parser.testlist_star_expr().The default implementation does nothing.
- Specified by:
exitTestlist_star_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPython3Parser.augassign().The default implementation does nothing.
- Specified by:
enterAugassignin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPython3Parser.augassign().The default implementation does nothing.
- Specified by:
exitAugassignin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPython3Parser.del_stmt().The default implementation does nothing.
- Specified by:
enterDel_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPython3Parser.del_stmt().The default implementation does nothing.
- Specified by:
exitDel_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterPass_stmt
Enter a parse tree produced byPython3Parser.pass_stmt().The default implementation does nothing.
- Specified by:
enterPass_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitPass_stmt
Exit a parse tree produced byPython3Parser.pass_stmt().The default implementation does nothing.
- Specified by:
exitPass_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterFlow_stmt
Enter a parse tree produced byPython3Parser.flow_stmt().The default implementation does nothing.
- Specified by:
enterFlow_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitFlow_stmt
Exit a parse tree produced byPython3Parser.flow_stmt().The default implementation does nothing.
- Specified by:
exitFlow_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterBreak_stmt
Enter a parse tree produced byPython3Parser.break_stmt().The default implementation does nothing.
- Specified by:
enterBreak_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitBreak_stmt
Exit a parse tree produced byPython3Parser.break_stmt().The default implementation does nothing.
- Specified by:
exitBreak_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterContinue_stmt
Enter a parse tree produced byPython3Parser.continue_stmt().The default implementation does nothing.
- Specified by:
enterContinue_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitContinue_stmt
Exit a parse tree produced byPython3Parser.continue_stmt().The default implementation does nothing.
- Specified by:
exitContinue_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPython3Parser.return_stmt().The default implementation does nothing.
- Specified by:
enterReturn_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPython3Parser.return_stmt().The default implementation does nothing.
- Specified by:
exitReturn_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPython3Parser.yield_stmt().The default implementation does nothing.
- Specified by:
enterYield_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPython3Parser.yield_stmt().The default implementation does nothing.
- Specified by:
exitYield_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPython3Parser.raise_stmt().The default implementation does nothing.
- Specified by:
enterRaise_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPython3Parser.raise_stmt().The default implementation does nothing.
- Specified by:
exitRaise_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPython3Parser.import_stmt().The default implementation does nothing.
- Specified by:
enterImport_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPython3Parser.import_stmt().The default implementation does nothing.
- Specified by:
exitImport_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPython3Parser.import_name().The default implementation does nothing.
- Specified by:
enterImport_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPython3Parser.import_name().The default implementation does nothing.
- Specified by:
exitImport_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPython3Parser.import_from().The default implementation does nothing.
- Specified by:
enterImport_fromin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPython3Parser.import_from().The default implementation does nothing.
- Specified by:
exitImport_fromin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterImport_as_name
Enter a parse tree produced byPython3Parser.import_as_name().The default implementation does nothing.
- Specified by:
enterImport_as_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitImport_as_name
Exit a parse tree produced byPython3Parser.import_as_name().The default implementation does nothing.
- Specified by:
exitImport_as_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDotted_as_name
Enter a parse tree produced byPython3Parser.dotted_as_name().The default implementation does nothing.
- Specified by:
enterDotted_as_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDotted_as_name
Exit a parse tree produced byPython3Parser.dotted_as_name().The default implementation does nothing.
- Specified by:
exitDotted_as_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterImport_as_names
Enter a parse tree produced byPython3Parser.import_as_names().The default implementation does nothing.
- Specified by:
enterImport_as_namesin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitImport_as_names
Exit a parse tree produced byPython3Parser.import_as_names().The default implementation does nothing.
- Specified by:
exitImport_as_namesin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDotted_as_names
Enter a parse tree produced byPython3Parser.dotted_as_names().The default implementation does nothing.
- Specified by:
enterDotted_as_namesin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDotted_as_names
Exit a parse tree produced byPython3Parser.dotted_as_names().The default implementation does nothing.
- Specified by:
exitDotted_as_namesin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPython3Parser.dotted_name().The default implementation does nothing.
- Specified by:
enterDotted_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPython3Parser.dotted_name().The default implementation does nothing.
- Specified by:
exitDotted_namein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPython3Parser.global_stmt().The default implementation does nothing.
- Specified by:
enterGlobal_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPython3Parser.global_stmt().The default implementation does nothing.
- Specified by:
exitGlobal_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPython3Parser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
enterNonlocal_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPython3Parser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
exitNonlocal_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPython3Parser.assert_stmt().The default implementation does nothing.
- Specified by:
enterAssert_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPython3Parser.assert_stmt().The default implementation does nothing.
- Specified by:
exitAssert_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPython3Parser.compound_stmt().The default implementation does nothing.
- Specified by:
enterCompound_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPython3Parser.compound_stmt().The default implementation does nothing.
- Specified by:
exitCompound_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAsync_stmt
Enter a parse tree produced byPython3Parser.async_stmt().The default implementation does nothing.
- Specified by:
enterAsync_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAsync_stmt
Exit a parse tree produced byPython3Parser.async_stmt().The default implementation does nothing.
- Specified by:
exitAsync_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPython3Parser.if_stmt().The default implementation does nothing.
- Specified by:
enterIf_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPython3Parser.if_stmt().The default implementation does nothing.
- Specified by:
exitIf_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPython3Parser.while_stmt().The default implementation does nothing.
- Specified by:
enterWhile_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPython3Parser.while_stmt().The default implementation does nothing.
- Specified by:
exitWhile_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPython3Parser.for_stmt().The default implementation does nothing.
- Specified by:
enterFor_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPython3Parser.for_stmt().The default implementation does nothing.
- Specified by:
exitFor_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPython3Parser.try_stmt().The default implementation does nothing.
- Specified by:
enterTry_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPython3Parser.try_stmt().The default implementation does nothing.
- Specified by:
exitTry_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPython3Parser.with_stmt().The default implementation does nothing.
- Specified by:
enterWith_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPython3Parser.with_stmt().The default implementation does nothing.
- Specified by:
exitWith_stmtin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPython3Parser.with_item().The default implementation does nothing.
- Specified by:
enterWith_itemin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPython3Parser.with_item().The default implementation does nothing.
- Specified by:
exitWith_itemin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterExcept_clause
Enter a parse tree produced byPython3Parser.except_clause().The default implementation does nothing.
- Specified by:
enterExcept_clausein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitExcept_clause
Exit a parse tree produced byPython3Parser.except_clause().The default implementation does nothing.
- Specified by:
exitExcept_clausein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSuite
Enter a parse tree produced byPython3Parser.suite().The default implementation does nothing.
- Specified by:
enterSuitein interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSuite
Exit a parse tree produced byPython3Parser.suite().The default implementation does nothing.
- Specified by:
exitSuitein interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTest
Enter a parse tree produced byPython3Parser.test().The default implementation does nothing.
- Specified by:
enterTestin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTest
Exit a parse tree produced byPython3Parser.test().The default implementation does nothing.
- Specified by:
exitTestin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTest_nocond
Enter a parse tree produced byPython3Parser.test_nocond().The default implementation does nothing.
- Specified by:
enterTest_nocondin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTest_nocond
Exit a parse tree produced byPython3Parser.test_nocond().The default implementation does nothing.
- Specified by:
exitTest_nocondin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPython3Parser.lambdef().The default implementation does nothing.
- Specified by:
enterLambdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPython3Parser.lambdef().The default implementation does nothing.
- Specified by:
exitLambdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterLambdef_nocond
Enter a parse tree produced byPython3Parser.lambdef_nocond().The default implementation does nothing.
- Specified by:
enterLambdef_nocondin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitLambdef_nocond
Exit a parse tree produced byPython3Parser.lambdef_nocond().The default implementation does nothing.
- Specified by:
exitLambdef_nocondin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterOr_test
Enter a parse tree produced byPython3Parser.or_test().The default implementation does nothing.
- Specified by:
enterOr_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitOr_test
Exit a parse tree produced byPython3Parser.or_test().The default implementation does nothing.
- Specified by:
exitOr_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAnd_test
Enter a parse tree produced byPython3Parser.and_test().The default implementation does nothing.
- Specified by:
enterAnd_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAnd_test
Exit a parse tree produced byPython3Parser.and_test().The default implementation does nothing.
- Specified by:
exitAnd_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterNot_test
Enter a parse tree produced byPython3Parser.not_test().The default implementation does nothing.
- Specified by:
enterNot_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitNot_test
Exit a parse tree produced byPython3Parser.not_test().The default implementation does nothing.
- Specified by:
exitNot_testin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPython3Parser.comparison().The default implementation does nothing.
- Specified by:
enterComparisonin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPython3Parser.comparison().The default implementation does nothing.
- Specified by:
exitComparisonin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterComp_op
Enter a parse tree produced byPython3Parser.comp_op().The default implementation does nothing.
- Specified by:
enterComp_opin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitComp_op
Exit a parse tree produced byPython3Parser.comp_op().The default implementation does nothing.
- Specified by:
exitComp_opin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterStar_expr
Enter a parse tree produced byPython3Parser.star_expr().The default implementation does nothing.
- Specified by:
enterStar_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitStar_expr
Exit a parse tree produced byPython3Parser.star_expr().The default implementation does nothing.
- Specified by:
exitStar_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byPython3Parser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byPython3Parser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterXor_expr
Enter a parse tree produced byPython3Parser.xor_expr().The default implementation does nothing.
- Specified by:
enterXor_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitXor_expr
Exit a parse tree produced byPython3Parser.xor_expr().The default implementation does nothing.
- Specified by:
exitXor_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAnd_expr
Enter a parse tree produced byPython3Parser.and_expr().The default implementation does nothing.
- Specified by:
enterAnd_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAnd_expr
Exit a parse tree produced byPython3Parser.and_expr().The default implementation does nothing.
- Specified by:
exitAnd_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterShift_expr
Enter a parse tree produced byPython3Parser.shift_expr().The default implementation does nothing.
- Specified by:
enterShift_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitShift_expr
Exit a parse tree produced byPython3Parser.shift_expr().The default implementation does nothing.
- Specified by:
exitShift_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterArith_expr
Enter a parse tree produced byPython3Parser.arith_expr().The default implementation does nothing.
- Specified by:
enterArith_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitArith_expr
Exit a parse tree produced byPython3Parser.arith_expr().The default implementation does nothing.
- Specified by:
exitArith_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byPython3Parser.term().The default implementation does nothing.
- Specified by:
enterTermin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byPython3Parser.term().The default implementation does nothing.
- Specified by:
exitTermin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byPython3Parser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byPython3Parser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterPower
Enter a parse tree produced byPython3Parser.power().The default implementation does nothing.
- Specified by:
enterPowerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitPower
Exit a parse tree produced byPython3Parser.power().The default implementation does nothing.
- Specified by:
exitPowerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAtom_expr
Enter a parse tree produced byPython3Parser.atom_expr().The default implementation does nothing.
- Specified by:
enterAtom_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAtom_expr
Exit a parse tree produced byPython3Parser.atom_expr().The default implementation does nothing.
- Specified by:
exitAtom_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPython3Parser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPython3Parser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTestlist_comp
Enter a parse tree produced byPython3Parser.testlist_comp().The default implementation does nothing.
- Specified by:
enterTestlist_compin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTestlist_comp
Exit a parse tree produced byPython3Parser.testlist_comp().The default implementation does nothing.
- Specified by:
exitTestlist_compin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTrailer
Enter a parse tree produced byPython3Parser.trailer().The default implementation does nothing.
- Specified by:
enterTrailerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTrailer
Exit a parse tree produced byPython3Parser.trailer().The default implementation does nothing.
- Specified by:
exitTrailerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSubscriptlist
Enter a parse tree produced byPython3Parser.subscriptlist().The default implementation does nothing.
- Specified by:
enterSubscriptlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSubscriptlist
Exit a parse tree produced byPython3Parser.subscriptlist().The default implementation does nothing.
- Specified by:
exitSubscriptlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSubscript
Enter a parse tree produced byPython3Parser.subscript().The default implementation does nothing.
- Specified by:
enterSubscriptin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSubscript
Exit a parse tree produced byPython3Parser.subscript().The default implementation does nothing.
- Specified by:
exitSubscriptin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterSliceop
Enter a parse tree produced byPython3Parser.sliceop().The default implementation does nothing.
- Specified by:
enterSliceopin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitSliceop
Exit a parse tree produced byPython3Parser.sliceop().The default implementation does nothing.
- Specified by:
exitSliceopin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterExprlist
Enter a parse tree produced byPython3Parser.exprlist().The default implementation does nothing.
- Specified by:
enterExprlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitExprlist
Exit a parse tree produced byPython3Parser.exprlist().The default implementation does nothing.
- Specified by:
exitExprlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterTestlist
Enter a parse tree produced byPython3Parser.testlist().The default implementation does nothing.
- Specified by:
enterTestlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitTestlist
Exit a parse tree produced byPython3Parser.testlist().The default implementation does nothing.
- Specified by:
exitTestlistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterDictorsetmaker
Enter a parse tree produced byPython3Parser.dictorsetmaker().The default implementation does nothing.
- Specified by:
enterDictorsetmakerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitDictorsetmaker
Exit a parse tree produced byPython3Parser.dictorsetmaker().The default implementation does nothing.
- Specified by:
exitDictorsetmakerin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterClassdef
Enter a parse tree produced byPython3Parser.classdef().The default implementation does nothing.
- Specified by:
enterClassdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitClassdef
Exit a parse tree produced byPython3Parser.classdef().The default implementation does nothing.
- Specified by:
exitClassdefin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterArglist
Enter a parse tree produced byPython3Parser.arglist().The default implementation does nothing.
- Specified by:
enterArglistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitArglist
Exit a parse tree produced byPython3Parser.arglist().The default implementation does nothing.
- Specified by:
exitArglistin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byPython3Parser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byPython3Parser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterComp_iter
Enter a parse tree produced byPython3Parser.comp_iter().The default implementation does nothing.
- Specified by:
enterComp_iterin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitComp_iter
Exit a parse tree produced byPython3Parser.comp_iter().The default implementation does nothing.
- Specified by:
exitComp_iterin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterComp_for
Enter a parse tree produced byPython3Parser.comp_for().The default implementation does nothing.
- Specified by:
enterComp_forin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitComp_for
Exit a parse tree produced byPython3Parser.comp_for().The default implementation does nothing.
- Specified by:
exitComp_forin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterComp_if
Enter a parse tree produced byPython3Parser.comp_if().The default implementation does nothing.
- Specified by:
enterComp_ifin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitComp_if
Exit a parse tree produced byPython3Parser.comp_if().The default implementation does nothing.
- Specified by:
exitComp_ifin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterEncoding_decl
Enter a parse tree produced byPython3Parser.encoding_decl().The default implementation does nothing.
- Specified by:
enterEncoding_declin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitEncoding_decl
Exit a parse tree produced byPython3Parser.encoding_decl().The default implementation does nothing.
- Specified by:
exitEncoding_declin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPython3Parser.yield_expr().The default implementation does nothing.
- Specified by:
enterYield_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPython3Parser.yield_expr().The default implementation does nothing.
- Specified by:
exitYield_exprin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterYield_arg
Enter a parse tree produced byPython3Parser.yield_arg().The default implementation does nothing.
- Specified by:
enterYield_argin interfacePython3Listener- Parameters:
ctx- the parse tree
-
exitYield_arg
Exit a parse tree produced byPython3Parser.yield_arg().The default implementation does nothing.
- Specified by:
exitYield_argin interfacePython3Listener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-