Class Python3ParserBaseListener
- All Implemented Interfaces:
Python3ParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
Python3ParserListener,
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_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.as_pattern().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.attr().voidEnter a parse tree produced byPython3Parser.augassign().voidEnter a parse tree produced byPython3Parser.block().voidEnter a parse tree produced byPython3Parser.break_stmt().voidEnter a parse tree produced byPython3Parser.capture_pattern().voidEnter a parse tree produced byPython3Parser.case_block().voidEnter a parse tree produced byPython3Parser.class_pattern().voidEnter a parse tree produced byPython3Parser.classdef().voidEnter a parse tree produced byPython3Parser.closed_pattern().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.complex_number().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.double_star_pattern().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.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.group_pattern().voidEnter a parse tree produced byPython3Parser.guard().voidEnter a parse tree produced byPython3Parser.if_stmt().voidEnter a parse tree produced byPython3Parser.imaginary_number().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.items_pattern().voidEnter a parse tree produced byPython3Parser.key_value_pattern().voidEnter a parse tree produced byPython3Parser.keyword_pattern().voidEnter a parse tree produced byPython3Parser.keyword_patterns().voidEnter a parse tree produced byPython3Parser.lambdef().voidEnter a parse tree produced byPython3Parser.lambdef_nocond().voidEnter a parse tree produced byPython3Parser.literal_expr().voidEnter a parse tree produced byPython3Parser.literal_pattern().voidEnter a parse tree produced byPython3Parser.mapping_pattern().voidEnter a parse tree produced byPython3Parser.match_stmt().voidEnter a parse tree produced byPython3Parser.maybe_sequence_pattern().voidEnter a parse tree produced byPython3Parser.maybe_star_pattern().voidEnter a parse tree produced byPython3Parser.name().voidEnter a parse tree produced byPython3Parser.name_or_attr().voidEnter a parse tree produced byPython3Parser.nonlocal_stmt().voidEnter a parse tree produced byPython3Parser.not_test().voidEnter a parse tree produced byPython3Parser.open_sequence_pattern().voidEnter a parse tree produced byPython3Parser.or_pattern().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.pattern().voidEnter a parse tree produced byPython3Parser.pattern_capture_target().voidEnter a parse tree produced byPython3Parser.patterns().voidEnter a parse tree produced byPython3Parser.positional_patterns().voidEnter a parse tree produced byPython3Parser.raise_stmt().voidEnter a parse tree produced byPython3Parser.real_number().voidEnter a parse tree produced byPython3Parser.return_stmt().voidEnter a parse tree produced byPython3Parser.sequence_pattern().voidEnter a parse tree produced byPython3Parser.signed_number().voidEnter a parse tree produced byPython3Parser.signed_real_number().voidEnter a parse tree produced byPython3Parser.simple_stmt().voidEnter a parse tree produced byPython3Parser.simple_stmts().voidEnter a parse tree produced byPython3Parser.single_input().voidEnter a parse tree produced byPython3Parser.sliceop().voidEnter a parse tree produced byPython3Parser.star_expr().voidEnter a parse tree produced byPython3Parser.star_named_expression().voidEnter a parse tree produced byPython3Parser.star_named_expressions().voidEnter a parse tree produced byPython3Parser.star_pattern().voidEnter a parse tree produced byPython3Parser.stmt().voidEnter a parse tree produced byPython3Parser.strings().voidEnter a parse tree produced byPython3Parser.subject_expr().voidEnter a parse tree produced byPython3Parser.subscript_().voidEnter a parse tree produced byPython3Parser.subscriptlist().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.value_pattern().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.wildcard_pattern().voidEnter a parse tree produced byPython3Parser.with_item().voidEnter a parse tree produced byPython3Parser.with_stmt().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_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.as_pattern().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.attr().voidExit a parse tree produced byPython3Parser.augassign().voidExit a parse tree produced byPython3Parser.block().voidExit a parse tree produced byPython3Parser.break_stmt().voidExit a parse tree produced byPython3Parser.capture_pattern().voidExit a parse tree produced byPython3Parser.case_block().voidExit a parse tree produced byPython3Parser.class_pattern().voidExit a parse tree produced byPython3Parser.classdef().voidExit a parse tree produced byPython3Parser.closed_pattern().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.complex_number().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.double_star_pattern().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.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.group_pattern().voidExit a parse tree produced byPython3Parser.guard().voidExit a parse tree produced byPython3Parser.if_stmt().voidExit a parse tree produced byPython3Parser.imaginary_number().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.items_pattern().voidExit a parse tree produced byPython3Parser.key_value_pattern().voidExit a parse tree produced byPython3Parser.keyword_pattern().voidExit a parse tree produced byPython3Parser.keyword_patterns().voidExit a parse tree produced byPython3Parser.lambdef().voidExit a parse tree produced byPython3Parser.lambdef_nocond().voidExit a parse tree produced byPython3Parser.literal_expr().voidExit a parse tree produced byPython3Parser.literal_pattern().voidExit a parse tree produced byPython3Parser.mapping_pattern().voidExit a parse tree produced byPython3Parser.match_stmt().voidExit a parse tree produced byPython3Parser.maybe_sequence_pattern().voidExit a parse tree produced byPython3Parser.maybe_star_pattern().voidExit a parse tree produced byPython3Parser.name().voidExit a parse tree produced byPython3Parser.name_or_attr().voidExit a parse tree produced byPython3Parser.nonlocal_stmt().voidExit a parse tree produced byPython3Parser.not_test().voidExit a parse tree produced byPython3Parser.open_sequence_pattern().voidExit a parse tree produced byPython3Parser.or_pattern().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.pattern().voidExit a parse tree produced byPython3Parser.pattern_capture_target().voidExit a parse tree produced byPython3Parser.patterns().voidExit a parse tree produced byPython3Parser.positional_patterns().voidExit a parse tree produced byPython3Parser.raise_stmt().voidExit a parse tree produced byPython3Parser.real_number().voidExit a parse tree produced byPython3Parser.return_stmt().voidExit a parse tree produced byPython3Parser.sequence_pattern().voidExit a parse tree produced byPython3Parser.signed_number().voidExit a parse tree produced byPython3Parser.signed_real_number().voidExit a parse tree produced byPython3Parser.simple_stmt().voidExit a parse tree produced byPython3Parser.simple_stmts().voidExit a parse tree produced byPython3Parser.single_input().voidExit a parse tree produced byPython3Parser.sliceop().voidExit a parse tree produced byPython3Parser.star_expr().voidExit a parse tree produced byPython3Parser.star_named_expression().voidExit a parse tree produced byPython3Parser.star_named_expressions().voidExit a parse tree produced byPython3Parser.star_pattern().voidExit a parse tree produced byPython3Parser.stmt().voidExit a parse tree produced byPython3Parser.strings().voidExit a parse tree produced byPython3Parser.subject_expr().voidExit a parse tree produced byPython3Parser.subscript_().voidExit a parse tree produced byPython3Parser.subscriptlist().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.value_pattern().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.wildcard_pattern().voidExit a parse tree produced byPython3Parser.with_item().voidExit a parse tree produced byPython3Parser.with_stmt().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
-
Python3ParserBaseListener
public Python3ParserBaseListener()
-
-
Method Details
-
enterSingle_input
Enter a parse tree produced byPython3Parser.single_input().The default implementation does nothing.
- Specified by:
enterSingle_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSingle_input
Exit a parse tree produced byPython3Parser.single_input().The default implementation does nothing.
- Specified by:
exitSingle_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterFile_input
Enter a parse tree produced byPython3Parser.file_input().The default implementation does nothing.
- Specified by:
enterFile_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitFile_input
Exit a parse tree produced byPython3Parser.file_input().The default implementation does nothing.
- Specified by:
exitFile_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterEval_input
Enter a parse tree produced byPython3Parser.eval_input().The default implementation does nothing.
- Specified by:
enterEval_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitEval_input
Exit a parse tree produced byPython3Parser.eval_input().The default implementation does nothing.
- Specified by:
exitEval_inputin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDecorator
Enter a parse tree produced byPython3Parser.decorator().The default implementation does nothing.
- Specified by:
enterDecoratorin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDecorator
Exit a parse tree produced byPython3Parser.decorator().The default implementation does nothing.
- Specified by:
exitDecoratorin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPython3Parser.decorators().The default implementation does nothing.
- Specified by:
enterDecoratorsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPython3Parser.decorators().The default implementation does nothing.
- Specified by:
exitDecoratorsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDecorated
Enter a parse tree produced byPython3Parser.decorated().The default implementation does nothing.
- Specified by:
enterDecoratedin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDecorated
Exit a parse tree produced byPython3Parser.decorated().The default implementation does nothing.
- Specified by:
exitDecoratedin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAsync_funcdef
Enter a parse tree produced byPython3Parser.async_funcdef().The default implementation does nothing.
- Specified by:
enterAsync_funcdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAsync_funcdef
Exit a parse tree produced byPython3Parser.async_funcdef().The default implementation does nothing.
- Specified by:
exitAsync_funcdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterFuncdef
Enter a parse tree produced byPython3Parser.funcdef().The default implementation does nothing.
- Specified by:
enterFuncdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitFuncdef
Exit a parse tree produced byPython3Parser.funcdef().The default implementation does nothing.
- Specified by:
exitFuncdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPython3Parser.parameters().The default implementation does nothing.
- Specified by:
enterParametersin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPython3Parser.parameters().The default implementation does nothing.
- Specified by:
exitParametersin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTypedargslist
Enter a parse tree produced byPython3Parser.typedargslist().The default implementation does nothing.
- Specified by:
enterTypedargslistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTypedargslist
Exit a parse tree produced byPython3Parser.typedargslist().The default implementation does nothing.
- Specified by:
exitTypedargslistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTfpdef
Enter a parse tree produced byPython3Parser.tfpdef().The default implementation does nothing.
- Specified by:
enterTfpdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTfpdef
Exit a parse tree produced byPython3Parser.tfpdef().The default implementation does nothing.
- Specified by:
exitTfpdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterVarargslist
Enter a parse tree produced byPython3Parser.varargslist().The default implementation does nothing.
- Specified by:
enterVarargslistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitVarargslist
Exit a parse tree produced byPython3Parser.varargslist().The default implementation does nothing.
- Specified by:
exitVarargslistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterVfpdef
Enter a parse tree produced byPython3Parser.vfpdef().The default implementation does nothing.
- Specified by:
enterVfpdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitVfpdef
Exit a parse tree produced byPython3Parser.vfpdef().The default implementation does nothing.
- Specified by:
exitVfpdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byPython3Parser.stmt().The default implementation does nothing.
- Specified by:
enterStmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byPython3Parser.stmt().The default implementation does nothing.
- Specified by:
exitStmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSimple_stmts
Enter a parse tree produced byPython3Parser.simple_stmts().The default implementation does nothing.
- Specified by:
enterSimple_stmtsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSimple_stmts
Exit a parse tree produced byPython3Parser.simple_stmts().The default implementation does nothing.
- Specified by:
exitSimple_stmtsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPython3Parser.simple_stmt().The default implementation does nothing.
- Specified by:
enterSimple_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPython3Parser.simple_stmt().The default implementation does nothing.
- Specified by:
exitSimple_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterExpr_stmt
Enter a parse tree produced byPython3Parser.expr_stmt().The default implementation does nothing.
- Specified by:
enterExpr_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitExpr_stmt
Exit a parse tree produced byPython3Parser.expr_stmt().The default implementation does nothing.
- Specified by:
exitExpr_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAnnassign
Enter a parse tree produced byPython3Parser.annassign().The default implementation does nothing.
- Specified by:
enterAnnassignin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAnnassign
Exit a parse tree produced byPython3Parser.annassign().The default implementation does nothing.
- Specified by:
exitAnnassignin interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPython3Parser.augassign().The default implementation does nothing.
- Specified by:
enterAugassignin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPython3Parser.augassign().The default implementation does nothing.
- Specified by:
exitAugassignin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPython3Parser.del_stmt().The default implementation does nothing.
- Specified by:
enterDel_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPython3Parser.del_stmt().The default implementation does nothing.
- Specified by:
exitDel_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterPass_stmt
Enter a parse tree produced byPython3Parser.pass_stmt().The default implementation does nothing.
- Specified by:
enterPass_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitPass_stmt
Exit a parse tree produced byPython3Parser.pass_stmt().The default implementation does nothing.
- Specified by:
exitPass_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterFlow_stmt
Enter a parse tree produced byPython3Parser.flow_stmt().The default implementation does nothing.
- Specified by:
enterFlow_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitFlow_stmt
Exit a parse tree produced byPython3Parser.flow_stmt().The default implementation does nothing.
- Specified by:
exitFlow_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterBreak_stmt
Enter a parse tree produced byPython3Parser.break_stmt().The default implementation does nothing.
- Specified by:
enterBreak_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitBreak_stmt
Exit a parse tree produced byPython3Parser.break_stmt().The default implementation does nothing.
- Specified by:
exitBreak_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterContinue_stmt
Enter a parse tree produced byPython3Parser.continue_stmt().The default implementation does nothing.
- Specified by:
enterContinue_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitContinue_stmt
Exit a parse tree produced byPython3Parser.continue_stmt().The default implementation does nothing.
- Specified by:
exitContinue_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPython3Parser.return_stmt().The default implementation does nothing.
- Specified by:
enterReturn_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPython3Parser.return_stmt().The default implementation does nothing.
- Specified by:
exitReturn_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPython3Parser.yield_stmt().The default implementation does nothing.
- Specified by:
enterYield_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPython3Parser.yield_stmt().The default implementation does nothing.
- Specified by:
exitYield_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPython3Parser.raise_stmt().The default implementation does nothing.
- Specified by:
enterRaise_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPython3Parser.raise_stmt().The default implementation does nothing.
- Specified by:
exitRaise_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPython3Parser.import_stmt().The default implementation does nothing.
- Specified by:
enterImport_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPython3Parser.import_stmt().The default implementation does nothing.
- Specified by:
exitImport_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPython3Parser.import_name().The default implementation does nothing.
- Specified by:
enterImport_namein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPython3Parser.import_name().The default implementation does nothing.
- Specified by:
exitImport_namein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPython3Parser.import_from().The default implementation does nothing.
- Specified by:
enterImport_fromin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPython3Parser.import_from().The default implementation does nothing.
- Specified by:
exitImport_fromin interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- 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 interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPython3Parser.dotted_name().The default implementation does nothing.
- Specified by:
enterDotted_namein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPython3Parser.dotted_name().The default implementation does nothing.
- Specified by:
exitDotted_namein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPython3Parser.global_stmt().The default implementation does nothing.
- Specified by:
enterGlobal_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPython3Parser.global_stmt().The default implementation does nothing.
- Specified by:
exitGlobal_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPython3Parser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
enterNonlocal_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPython3Parser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
exitNonlocal_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPython3Parser.assert_stmt().The default implementation does nothing.
- Specified by:
enterAssert_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPython3Parser.assert_stmt().The default implementation does nothing.
- Specified by:
exitAssert_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPython3Parser.compound_stmt().The default implementation does nothing.
- Specified by:
enterCompound_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPython3Parser.compound_stmt().The default implementation does nothing.
- Specified by:
exitCompound_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAsync_stmt
Enter a parse tree produced byPython3Parser.async_stmt().The default implementation does nothing.
- Specified by:
enterAsync_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAsync_stmt
Exit a parse tree produced byPython3Parser.async_stmt().The default implementation does nothing.
- Specified by:
exitAsync_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPython3Parser.if_stmt().The default implementation does nothing.
- Specified by:
enterIf_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPython3Parser.if_stmt().The default implementation does nothing.
- Specified by:
exitIf_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPython3Parser.while_stmt().The default implementation does nothing.
- Specified by:
enterWhile_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPython3Parser.while_stmt().The default implementation does nothing.
- Specified by:
exitWhile_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPython3Parser.for_stmt().The default implementation does nothing.
- Specified by:
enterFor_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPython3Parser.for_stmt().The default implementation does nothing.
- Specified by:
exitFor_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPython3Parser.try_stmt().The default implementation does nothing.
- Specified by:
enterTry_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPython3Parser.try_stmt().The default implementation does nothing.
- Specified by:
exitTry_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPython3Parser.with_stmt().The default implementation does nothing.
- Specified by:
enterWith_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPython3Parser.with_stmt().The default implementation does nothing.
- Specified by:
exitWith_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPython3Parser.with_item().The default implementation does nothing.
- Specified by:
enterWith_itemin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPython3Parser.with_item().The default implementation does nothing.
- Specified by:
exitWith_itemin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterExcept_clause
Enter a parse tree produced byPython3Parser.except_clause().The default implementation does nothing.
- Specified by:
enterExcept_clausein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitExcept_clause
Exit a parse tree produced byPython3Parser.except_clause().The default implementation does nothing.
- Specified by:
exitExcept_clausein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byPython3Parser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byPython3Parser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterMatch_stmt
Enter a parse tree produced byPython3Parser.match_stmt().The default implementation does nothing.
- Specified by:
enterMatch_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitMatch_stmt
Exit a parse tree produced byPython3Parser.match_stmt().The default implementation does nothing.
- Specified by:
exitMatch_stmtin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSubject_expr
Enter a parse tree produced byPython3Parser.subject_expr().The default implementation does nothing.
- Specified by:
enterSubject_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSubject_expr
Exit a parse tree produced byPython3Parser.subject_expr().The default implementation does nothing.
- Specified by:
exitSubject_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStar_named_expressions
Enter a parse tree produced byPython3Parser.star_named_expressions().The default implementation does nothing.
- Specified by:
enterStar_named_expressionsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStar_named_expressions
Exit a parse tree produced byPython3Parser.star_named_expressions().The default implementation does nothing.
- Specified by:
exitStar_named_expressionsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStar_named_expression
Enter a parse tree produced byPython3Parser.star_named_expression().The default implementation does nothing.
- Specified by:
enterStar_named_expressionin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStar_named_expression
Exit a parse tree produced byPython3Parser.star_named_expression().The default implementation does nothing.
- Specified by:
exitStar_named_expressionin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterCase_block
Enter a parse tree produced byPython3Parser.case_block().The default implementation does nothing.
- Specified by:
enterCase_blockin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitCase_block
Exit a parse tree produced byPython3Parser.case_block().The default implementation does nothing.
- Specified by:
exitCase_blockin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterGuard
Enter a parse tree produced byPython3Parser.guard().The default implementation does nothing.
- Specified by:
enterGuardin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitGuard
Exit a parse tree produced byPython3Parser.guard().The default implementation does nothing.
- Specified by:
exitGuardin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterPatterns
Enter a parse tree produced byPython3Parser.patterns().The default implementation does nothing.
- Specified by:
enterPatternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitPatterns
Exit a parse tree produced byPython3Parser.patterns().The default implementation does nothing.
- Specified by:
exitPatternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterPattern
Enter a parse tree produced byPython3Parser.pattern().The default implementation does nothing.
- Specified by:
enterPatternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitPattern
Exit a parse tree produced byPython3Parser.pattern().The default implementation does nothing.
- Specified by:
exitPatternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAs_pattern
Enter a parse tree produced byPython3Parser.as_pattern().The default implementation does nothing.
- Specified by:
enterAs_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAs_pattern
Exit a parse tree produced byPython3Parser.as_pattern().The default implementation does nothing.
- Specified by:
exitAs_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterOr_pattern
Enter a parse tree produced byPython3Parser.or_pattern().The default implementation does nothing.
- Specified by:
enterOr_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitOr_pattern
Exit a parse tree produced byPython3Parser.or_pattern().The default implementation does nothing.
- Specified by:
exitOr_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterClosed_pattern
Enter a parse tree produced byPython3Parser.closed_pattern().The default implementation does nothing.
- Specified by:
enterClosed_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitClosed_pattern
Exit a parse tree produced byPython3Parser.closed_pattern().The default implementation does nothing.
- Specified by:
exitClosed_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byPython3Parser.literal_pattern().The default implementation does nothing.
- Specified by:
enterLiteral_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byPython3Parser.literal_pattern().The default implementation does nothing.
- Specified by:
exitLiteral_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterLiteral_expr
Enter a parse tree produced byPython3Parser.literal_expr().The default implementation does nothing.
- Specified by:
enterLiteral_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitLiteral_expr
Exit a parse tree produced byPython3Parser.literal_expr().The default implementation does nothing.
- Specified by:
exitLiteral_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComplex_number
Enter a parse tree produced byPython3Parser.complex_number().The default implementation does nothing.
- Specified by:
enterComplex_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComplex_number
Exit a parse tree produced byPython3Parser.complex_number().The default implementation does nothing.
- Specified by:
exitComplex_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSigned_number
Enter a parse tree produced byPython3Parser.signed_number().The default implementation does nothing.
- Specified by:
enterSigned_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSigned_number
Exit a parse tree produced byPython3Parser.signed_number().The default implementation does nothing.
- Specified by:
exitSigned_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSigned_real_number
Enter a parse tree produced byPython3Parser.signed_real_number().The default implementation does nothing.
- Specified by:
enterSigned_real_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSigned_real_number
Exit a parse tree produced byPython3Parser.signed_real_number().The default implementation does nothing.
- Specified by:
exitSigned_real_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterReal_number
Enter a parse tree produced byPython3Parser.real_number().The default implementation does nothing.
- Specified by:
enterReal_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitReal_number
Exit a parse tree produced byPython3Parser.real_number().The default implementation does nothing.
- Specified by:
exitReal_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterImaginary_number
Enter a parse tree produced byPython3Parser.imaginary_number().The default implementation does nothing.
- Specified by:
enterImaginary_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitImaginary_number
Exit a parse tree produced byPython3Parser.imaginary_number().The default implementation does nothing.
- Specified by:
exitImaginary_numberin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterCapture_pattern
Enter a parse tree produced byPython3Parser.capture_pattern().The default implementation does nothing.
- Specified by:
enterCapture_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitCapture_pattern
Exit a parse tree produced byPython3Parser.capture_pattern().The default implementation does nothing.
- Specified by:
exitCapture_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterPattern_capture_target
Enter a parse tree produced byPython3Parser.pattern_capture_target().The default implementation does nothing.
- Specified by:
enterPattern_capture_targetin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitPattern_capture_target
Exit a parse tree produced byPython3Parser.pattern_capture_target().The default implementation does nothing.
- Specified by:
exitPattern_capture_targetin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterWildcard_pattern
Enter a parse tree produced byPython3Parser.wildcard_pattern().The default implementation does nothing.
- Specified by:
enterWildcard_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitWildcard_pattern
Exit a parse tree produced byPython3Parser.wildcard_pattern().The default implementation does nothing.
- Specified by:
exitWildcard_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterValue_pattern
Enter a parse tree produced byPython3Parser.value_pattern().The default implementation does nothing.
- Specified by:
enterValue_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitValue_pattern
Exit a parse tree produced byPython3Parser.value_pattern().The default implementation does nothing.
- Specified by:
exitValue_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAttr
Enter a parse tree produced byPython3Parser.attr().The default implementation does nothing.
- Specified by:
enterAttrin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAttr
Exit a parse tree produced byPython3Parser.attr().The default implementation does nothing.
- Specified by:
exitAttrin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterName_or_attr
Enter a parse tree produced byPython3Parser.name_or_attr().The default implementation does nothing.
- Specified by:
enterName_or_attrin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitName_or_attr
Exit a parse tree produced byPython3Parser.name_or_attr().The default implementation does nothing.
- Specified by:
exitName_or_attrin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterGroup_pattern
Enter a parse tree produced byPython3Parser.group_pattern().The default implementation does nothing.
- Specified by:
enterGroup_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitGroup_pattern
Exit a parse tree produced byPython3Parser.group_pattern().The default implementation does nothing.
- Specified by:
exitGroup_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSequence_pattern
Enter a parse tree produced byPython3Parser.sequence_pattern().The default implementation does nothing.
- Specified by:
enterSequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSequence_pattern
Exit a parse tree produced byPython3Parser.sequence_pattern().The default implementation does nothing.
- Specified by:
exitSequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterOpen_sequence_pattern
Enter a parse tree produced byPython3Parser.open_sequence_pattern().The default implementation does nothing.
- Specified by:
enterOpen_sequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitOpen_sequence_pattern
Exit a parse tree produced byPython3Parser.open_sequence_pattern().The default implementation does nothing.
- Specified by:
exitOpen_sequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterMaybe_sequence_pattern
Enter a parse tree produced byPython3Parser.maybe_sequence_pattern().The default implementation does nothing.
- Specified by:
enterMaybe_sequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitMaybe_sequence_pattern
Exit a parse tree produced byPython3Parser.maybe_sequence_pattern().The default implementation does nothing.
- Specified by:
exitMaybe_sequence_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterMaybe_star_pattern
Enter a parse tree produced byPython3Parser.maybe_star_pattern().The default implementation does nothing.
- Specified by:
enterMaybe_star_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitMaybe_star_pattern
Exit a parse tree produced byPython3Parser.maybe_star_pattern().The default implementation does nothing.
- Specified by:
exitMaybe_star_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStar_pattern
Enter a parse tree produced byPython3Parser.star_pattern().The default implementation does nothing.
- Specified by:
enterStar_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStar_pattern
Exit a parse tree produced byPython3Parser.star_pattern().The default implementation does nothing.
- Specified by:
exitStar_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterMapping_pattern
Enter a parse tree produced byPython3Parser.mapping_pattern().The default implementation does nothing.
- Specified by:
enterMapping_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitMapping_pattern
Exit a parse tree produced byPython3Parser.mapping_pattern().The default implementation does nothing.
- Specified by:
exitMapping_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterItems_pattern
Enter a parse tree produced byPython3Parser.items_pattern().The default implementation does nothing.
- Specified by:
enterItems_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitItems_pattern
Exit a parse tree produced byPython3Parser.items_pattern().The default implementation does nothing.
- Specified by:
exitItems_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterKey_value_pattern
Enter a parse tree produced byPython3Parser.key_value_pattern().The default implementation does nothing.
- Specified by:
enterKey_value_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitKey_value_pattern
Exit a parse tree produced byPython3Parser.key_value_pattern().The default implementation does nothing.
- Specified by:
exitKey_value_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDouble_star_pattern
Enter a parse tree produced byPython3Parser.double_star_pattern().The default implementation does nothing.
- Specified by:
enterDouble_star_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDouble_star_pattern
Exit a parse tree produced byPython3Parser.double_star_pattern().The default implementation does nothing.
- Specified by:
exitDouble_star_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterClass_pattern
Enter a parse tree produced byPython3Parser.class_pattern().The default implementation does nothing.
- Specified by:
enterClass_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitClass_pattern
Exit a parse tree produced byPython3Parser.class_pattern().The default implementation does nothing.
- Specified by:
exitClass_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterPositional_patterns
Enter a parse tree produced byPython3Parser.positional_patterns().The default implementation does nothing.
- Specified by:
enterPositional_patternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitPositional_patterns
Exit a parse tree produced byPython3Parser.positional_patterns().The default implementation does nothing.
- Specified by:
exitPositional_patternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterKeyword_patterns
Enter a parse tree produced byPython3Parser.keyword_patterns().The default implementation does nothing.
- Specified by:
enterKeyword_patternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitKeyword_patterns
Exit a parse tree produced byPython3Parser.keyword_patterns().The default implementation does nothing.
- Specified by:
exitKeyword_patternsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterKeyword_pattern
Enter a parse tree produced byPython3Parser.keyword_pattern().The default implementation does nothing.
- Specified by:
enterKeyword_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitKeyword_pattern
Exit a parse tree produced byPython3Parser.keyword_pattern().The default implementation does nothing.
- Specified by:
exitKeyword_patternin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTest
Enter a parse tree produced byPython3Parser.test().The default implementation does nothing.
- Specified by:
enterTestin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTest
Exit a parse tree produced byPython3Parser.test().The default implementation does nothing.
- Specified by:
exitTestin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTest_nocond
Enter a parse tree produced byPython3Parser.test_nocond().The default implementation does nothing.
- Specified by:
enterTest_nocondin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTest_nocond
Exit a parse tree produced byPython3Parser.test_nocond().The default implementation does nothing.
- Specified by:
exitTest_nocondin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPython3Parser.lambdef().The default implementation does nothing.
- Specified by:
enterLambdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPython3Parser.lambdef().The default implementation does nothing.
- Specified by:
exitLambdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterLambdef_nocond
Enter a parse tree produced byPython3Parser.lambdef_nocond().The default implementation does nothing.
- Specified by:
enterLambdef_nocondin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitLambdef_nocond
Exit a parse tree produced byPython3Parser.lambdef_nocond().The default implementation does nothing.
- Specified by:
exitLambdef_nocondin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterOr_test
Enter a parse tree produced byPython3Parser.or_test().The default implementation does nothing.
- Specified by:
enterOr_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitOr_test
Exit a parse tree produced byPython3Parser.or_test().The default implementation does nothing.
- Specified by:
exitOr_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAnd_test
Enter a parse tree produced byPython3Parser.and_test().The default implementation does nothing.
- Specified by:
enterAnd_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAnd_test
Exit a parse tree produced byPython3Parser.and_test().The default implementation does nothing.
- Specified by:
exitAnd_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterNot_test
Enter a parse tree produced byPython3Parser.not_test().The default implementation does nothing.
- Specified by:
enterNot_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitNot_test
Exit a parse tree produced byPython3Parser.not_test().The default implementation does nothing.
- Specified by:
exitNot_testin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPython3Parser.comparison().The default implementation does nothing.
- Specified by:
enterComparisonin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPython3Parser.comparison().The default implementation does nothing.
- Specified by:
exitComparisonin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComp_op
Enter a parse tree produced byPython3Parser.comp_op().The default implementation does nothing.
- Specified by:
enterComp_opin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComp_op
Exit a parse tree produced byPython3Parser.comp_op().The default implementation does nothing.
- Specified by:
exitComp_opin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStar_expr
Enter a parse tree produced byPython3Parser.star_expr().The default implementation does nothing.
- Specified by:
enterStar_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStar_expr
Exit a parse tree produced byPython3Parser.star_expr().The default implementation does nothing.
- Specified by:
exitStar_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byPython3Parser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byPython3Parser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAtom_expr
Enter a parse tree produced byPython3Parser.atom_expr().The default implementation does nothing.
- Specified by:
enterAtom_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAtom_expr
Exit a parse tree produced byPython3Parser.atom_expr().The default implementation does nothing.
- Specified by:
exitAtom_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPython3Parser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPython3Parser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byPython3Parser.name().The default implementation does nothing.
- Specified by:
enterNamein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byPython3Parser.name().The default implementation does nothing.
- Specified by:
exitNamein interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTestlist_comp
Enter a parse tree produced byPython3Parser.testlist_comp().The default implementation does nothing.
- Specified by:
enterTestlist_compin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTestlist_comp
Exit a parse tree produced byPython3Parser.testlist_comp().The default implementation does nothing.
- Specified by:
exitTestlist_compin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTrailer
Enter a parse tree produced byPython3Parser.trailer().The default implementation does nothing.
- Specified by:
enterTrailerin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTrailer
Exit a parse tree produced byPython3Parser.trailer().The default implementation does nothing.
- Specified by:
exitTrailerin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSubscriptlist
Enter a parse tree produced byPython3Parser.subscriptlist().The default implementation does nothing.
- Specified by:
enterSubscriptlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSubscriptlist
Exit a parse tree produced byPython3Parser.subscriptlist().The default implementation does nothing.
- Specified by:
exitSubscriptlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSubscript_
Enter a parse tree produced byPython3Parser.subscript_().The default implementation does nothing.
- Specified by:
enterSubscript_in interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSubscript_
Exit a parse tree produced byPython3Parser.subscript_().The default implementation does nothing.
- Specified by:
exitSubscript_in interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterSliceop
Enter a parse tree produced byPython3Parser.sliceop().The default implementation does nothing.
- Specified by:
enterSliceopin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitSliceop
Exit a parse tree produced byPython3Parser.sliceop().The default implementation does nothing.
- Specified by:
exitSliceopin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterExprlist
Enter a parse tree produced byPython3Parser.exprlist().The default implementation does nothing.
- Specified by:
enterExprlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitExprlist
Exit a parse tree produced byPython3Parser.exprlist().The default implementation does nothing.
- Specified by:
exitExprlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterTestlist
Enter a parse tree produced byPython3Parser.testlist().The default implementation does nothing.
- Specified by:
enterTestlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitTestlist
Exit a parse tree produced byPython3Parser.testlist().The default implementation does nothing.
- Specified by:
exitTestlistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterDictorsetmaker
Enter a parse tree produced byPython3Parser.dictorsetmaker().The default implementation does nothing.
- Specified by:
enterDictorsetmakerin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitDictorsetmaker
Exit a parse tree produced byPython3Parser.dictorsetmaker().The default implementation does nothing.
- Specified by:
exitDictorsetmakerin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterClassdef
Enter a parse tree produced byPython3Parser.classdef().The default implementation does nothing.
- Specified by:
enterClassdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitClassdef
Exit a parse tree produced byPython3Parser.classdef().The default implementation does nothing.
- Specified by:
exitClassdefin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterArglist
Enter a parse tree produced byPython3Parser.arglist().The default implementation does nothing.
- Specified by:
enterArglistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitArglist
Exit a parse tree produced byPython3Parser.arglist().The default implementation does nothing.
- Specified by:
exitArglistin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byPython3Parser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byPython3Parser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComp_iter
Enter a parse tree produced byPython3Parser.comp_iter().The default implementation does nothing.
- Specified by:
enterComp_iterin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComp_iter
Exit a parse tree produced byPython3Parser.comp_iter().The default implementation does nothing.
- Specified by:
exitComp_iterin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComp_for
Enter a parse tree produced byPython3Parser.comp_for().The default implementation does nothing.
- Specified by:
enterComp_forin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComp_for
Exit a parse tree produced byPython3Parser.comp_for().The default implementation does nothing.
- Specified by:
exitComp_forin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterComp_if
Enter a parse tree produced byPython3Parser.comp_if().The default implementation does nothing.
- Specified by:
enterComp_ifin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitComp_if
Exit a parse tree produced byPython3Parser.comp_if().The default implementation does nothing.
- Specified by:
exitComp_ifin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterEncoding_decl
Enter a parse tree produced byPython3Parser.encoding_decl().The default implementation does nothing.
- Specified by:
enterEncoding_declin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitEncoding_decl
Exit a parse tree produced byPython3Parser.encoding_decl().The default implementation does nothing.
- Specified by:
exitEncoding_declin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPython3Parser.yield_expr().The default implementation does nothing.
- Specified by:
enterYield_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPython3Parser.yield_expr().The default implementation does nothing.
- Specified by:
exitYield_exprin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterYield_arg
Enter a parse tree produced byPython3Parser.yield_arg().The default implementation does nothing.
- Specified by:
enterYield_argin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitYield_arg
Exit a parse tree produced byPython3Parser.yield_arg().The default implementation does nothing.
- Specified by:
exitYield_argin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
enterStrings
Enter a parse tree produced byPython3Parser.strings().The default implementation does nothing.
- Specified by:
enterStringsin interfacePython3ParserListener- Parameters:
ctx- the parse tree
-
exitStrings
Exit a parse tree produced byPython3Parser.strings().The default implementation does nothing.
- Specified by:
exitStringsin interfacePython3ParserListener- 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
-