Package de.jplag.python3.grammar
Interface Python3ParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
Python3ParserBaseListener
public interface Python3ParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
Python3Parser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byPython3Parser.and_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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterSingle_input
Enter a parse tree produced byPython3Parser.single_input().- Parameters:
ctx- the parse tree
-
exitSingle_input
Exit a parse tree produced byPython3Parser.single_input().- Parameters:
ctx- the parse tree
-
enterFile_input
Enter a parse tree produced byPython3Parser.file_input().- Parameters:
ctx- the parse tree
-
exitFile_input
Exit a parse tree produced byPython3Parser.file_input().- Parameters:
ctx- the parse tree
-
enterEval_input
Enter a parse tree produced byPython3Parser.eval_input().- Parameters:
ctx- the parse tree
-
exitEval_input
Exit a parse tree produced byPython3Parser.eval_input().- Parameters:
ctx- the parse tree
-
enterDecorator
Enter a parse tree produced byPython3Parser.decorator().- Parameters:
ctx- the parse tree
-
exitDecorator
Exit a parse tree produced byPython3Parser.decorator().- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPython3Parser.decorators().- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPython3Parser.decorators().- Parameters:
ctx- the parse tree
-
enterDecorated
Enter a parse tree produced byPython3Parser.decorated().- Parameters:
ctx- the parse tree
-
exitDecorated
Exit a parse tree produced byPython3Parser.decorated().- Parameters:
ctx- the parse tree
-
enterAsync_funcdef
Enter a parse tree produced byPython3Parser.async_funcdef().- Parameters:
ctx- the parse tree
-
exitAsync_funcdef
Exit a parse tree produced byPython3Parser.async_funcdef().- Parameters:
ctx- the parse tree
-
enterFuncdef
Enter a parse tree produced byPython3Parser.funcdef().- Parameters:
ctx- the parse tree
-
exitFuncdef
Exit a parse tree produced byPython3Parser.funcdef().- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPython3Parser.parameters().- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPython3Parser.parameters().- Parameters:
ctx- the parse tree
-
enterTypedargslist
Enter a parse tree produced byPython3Parser.typedargslist().- Parameters:
ctx- the parse tree
-
exitTypedargslist
Exit a parse tree produced byPython3Parser.typedargslist().- Parameters:
ctx- the parse tree
-
enterTfpdef
Enter a parse tree produced byPython3Parser.tfpdef().- Parameters:
ctx- the parse tree
-
exitTfpdef
Exit a parse tree produced byPython3Parser.tfpdef().- Parameters:
ctx- the parse tree
-
enterVarargslist
Enter a parse tree produced byPython3Parser.varargslist().- Parameters:
ctx- the parse tree
-
exitVarargslist
Exit a parse tree produced byPython3Parser.varargslist().- Parameters:
ctx- the parse tree
-
enterVfpdef
Enter a parse tree produced byPython3Parser.vfpdef().- Parameters:
ctx- the parse tree
-
exitVfpdef
Exit a parse tree produced byPython3Parser.vfpdef().- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byPython3Parser.stmt().- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byPython3Parser.stmt().- Parameters:
ctx- the parse tree
-
enterSimple_stmts
Enter a parse tree produced byPython3Parser.simple_stmts().- Parameters:
ctx- the parse tree
-
exitSimple_stmts
Exit a parse tree produced byPython3Parser.simple_stmts().- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPython3Parser.simple_stmt().- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPython3Parser.simple_stmt().- Parameters:
ctx- the parse tree
-
enterExpr_stmt
Enter a parse tree produced byPython3Parser.expr_stmt().- Parameters:
ctx- the parse tree
-
exitExpr_stmt
Exit a parse tree produced byPython3Parser.expr_stmt().- Parameters:
ctx- the parse tree
-
enterAnnassign
Enter a parse tree produced byPython3Parser.annassign().- Parameters:
ctx- the parse tree
-
exitAnnassign
Exit a parse tree produced byPython3Parser.annassign().- Parameters:
ctx- the parse tree
-
enterTestlist_star_expr
Enter a parse tree produced byPython3Parser.testlist_star_expr().- Parameters:
ctx- the parse tree
-
exitTestlist_star_expr
Exit a parse tree produced byPython3Parser.testlist_star_expr().- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPython3Parser.augassign().- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPython3Parser.augassign().- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPython3Parser.del_stmt().- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPython3Parser.del_stmt().- Parameters:
ctx- the parse tree
-
enterPass_stmt
Enter a parse tree produced byPython3Parser.pass_stmt().- Parameters:
ctx- the parse tree
-
exitPass_stmt
Exit a parse tree produced byPython3Parser.pass_stmt().- Parameters:
ctx- the parse tree
-
enterFlow_stmt
Enter a parse tree produced byPython3Parser.flow_stmt().- Parameters:
ctx- the parse tree
-
exitFlow_stmt
Exit a parse tree produced byPython3Parser.flow_stmt().- Parameters:
ctx- the parse tree
-
enterBreak_stmt
Enter a parse tree produced byPython3Parser.break_stmt().- Parameters:
ctx- the parse tree
-
exitBreak_stmt
Exit a parse tree produced byPython3Parser.break_stmt().- Parameters:
ctx- the parse tree
-
enterContinue_stmt
Enter a parse tree produced byPython3Parser.continue_stmt().- Parameters:
ctx- the parse tree
-
exitContinue_stmt
Exit a parse tree produced byPython3Parser.continue_stmt().- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPython3Parser.return_stmt().- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPython3Parser.return_stmt().- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPython3Parser.yield_stmt().- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPython3Parser.yield_stmt().- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPython3Parser.raise_stmt().- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPython3Parser.raise_stmt().- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPython3Parser.import_stmt().- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPython3Parser.import_stmt().- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPython3Parser.import_name().- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPython3Parser.import_name().- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPython3Parser.import_from().- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPython3Parser.import_from().- Parameters:
ctx- the parse tree
-
enterImport_as_name
Enter a parse tree produced byPython3Parser.import_as_name().- Parameters:
ctx- the parse tree
-
exitImport_as_name
Exit a parse tree produced byPython3Parser.import_as_name().- Parameters:
ctx- the parse tree
-
enterDotted_as_name
Enter a parse tree produced byPython3Parser.dotted_as_name().- Parameters:
ctx- the parse tree
-
exitDotted_as_name
Exit a parse tree produced byPython3Parser.dotted_as_name().- Parameters:
ctx- the parse tree
-
enterImport_as_names
Enter a parse tree produced byPython3Parser.import_as_names().- Parameters:
ctx- the parse tree
-
exitImport_as_names
Exit a parse tree produced byPython3Parser.import_as_names().- Parameters:
ctx- the parse tree
-
enterDotted_as_names
Enter a parse tree produced byPython3Parser.dotted_as_names().- Parameters:
ctx- the parse tree
-
exitDotted_as_names
Exit a parse tree produced byPython3Parser.dotted_as_names().- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPython3Parser.dotted_name().- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPython3Parser.dotted_name().- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPython3Parser.global_stmt().- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPython3Parser.global_stmt().- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPython3Parser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPython3Parser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPython3Parser.assert_stmt().- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPython3Parser.assert_stmt().- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPython3Parser.compound_stmt().- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPython3Parser.compound_stmt().- Parameters:
ctx- the parse tree
-
enterAsync_stmt
Enter a parse tree produced byPython3Parser.async_stmt().- Parameters:
ctx- the parse tree
-
exitAsync_stmt
Exit a parse tree produced byPython3Parser.async_stmt().- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPython3Parser.if_stmt().- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPython3Parser.if_stmt().- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPython3Parser.while_stmt().- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPython3Parser.while_stmt().- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPython3Parser.for_stmt().- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPython3Parser.for_stmt().- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPython3Parser.try_stmt().- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPython3Parser.try_stmt().- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPython3Parser.with_stmt().- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPython3Parser.with_stmt().- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPython3Parser.with_item().- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPython3Parser.with_item().- Parameters:
ctx- the parse tree
-
enterExcept_clause
Enter a parse tree produced byPython3Parser.except_clause().- Parameters:
ctx- the parse tree
-
exitExcept_clause
Exit a parse tree produced byPython3Parser.except_clause().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byPython3Parser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byPython3Parser.block().- Parameters:
ctx- the parse tree
-
enterMatch_stmt
Enter a parse tree produced byPython3Parser.match_stmt().- Parameters:
ctx- the parse tree
-
exitMatch_stmt
Exit a parse tree produced byPython3Parser.match_stmt().- Parameters:
ctx- the parse tree
-
enterSubject_expr
Enter a parse tree produced byPython3Parser.subject_expr().- Parameters:
ctx- the parse tree
-
exitSubject_expr
Exit a parse tree produced byPython3Parser.subject_expr().- Parameters:
ctx- the parse tree
-
enterStar_named_expressions
Enter a parse tree produced byPython3Parser.star_named_expressions().- Parameters:
ctx- the parse tree
-
exitStar_named_expressions
Exit a parse tree produced byPython3Parser.star_named_expressions().- Parameters:
ctx- the parse tree
-
enterStar_named_expression
Enter a parse tree produced byPython3Parser.star_named_expression().- Parameters:
ctx- the parse tree
-
exitStar_named_expression
Exit a parse tree produced byPython3Parser.star_named_expression().- Parameters:
ctx- the parse tree
-
enterCase_block
Enter a parse tree produced byPython3Parser.case_block().- Parameters:
ctx- the parse tree
-
exitCase_block
Exit a parse tree produced byPython3Parser.case_block().- Parameters:
ctx- the parse tree
-
enterGuard
Enter a parse tree produced byPython3Parser.guard().- Parameters:
ctx- the parse tree
-
exitGuard
Exit a parse tree produced byPython3Parser.guard().- Parameters:
ctx- the parse tree
-
enterPatterns
Enter a parse tree produced byPython3Parser.patterns().- Parameters:
ctx- the parse tree
-
exitPatterns
Exit a parse tree produced byPython3Parser.patterns().- Parameters:
ctx- the parse tree
-
enterPattern
Enter a parse tree produced byPython3Parser.pattern().- Parameters:
ctx- the parse tree
-
exitPattern
Exit a parse tree produced byPython3Parser.pattern().- Parameters:
ctx- the parse tree
-
enterAs_pattern
Enter a parse tree produced byPython3Parser.as_pattern().- Parameters:
ctx- the parse tree
-
exitAs_pattern
Exit a parse tree produced byPython3Parser.as_pattern().- Parameters:
ctx- the parse tree
-
enterOr_pattern
Enter a parse tree produced byPython3Parser.or_pattern().- Parameters:
ctx- the parse tree
-
exitOr_pattern
Exit a parse tree produced byPython3Parser.or_pattern().- Parameters:
ctx- the parse tree
-
enterClosed_pattern
Enter a parse tree produced byPython3Parser.closed_pattern().- Parameters:
ctx- the parse tree
-
exitClosed_pattern
Exit a parse tree produced byPython3Parser.closed_pattern().- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byPython3Parser.literal_pattern().- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byPython3Parser.literal_pattern().- Parameters:
ctx- the parse tree
-
enterLiteral_expr
Enter a parse tree produced byPython3Parser.literal_expr().- Parameters:
ctx- the parse tree
-
exitLiteral_expr
Exit a parse tree produced byPython3Parser.literal_expr().- Parameters:
ctx- the parse tree
-
enterComplex_number
Enter a parse tree produced byPython3Parser.complex_number().- Parameters:
ctx- the parse tree
-
exitComplex_number
Exit a parse tree produced byPython3Parser.complex_number().- Parameters:
ctx- the parse tree
-
enterSigned_number
Enter a parse tree produced byPython3Parser.signed_number().- Parameters:
ctx- the parse tree
-
exitSigned_number
Exit a parse tree produced byPython3Parser.signed_number().- Parameters:
ctx- the parse tree
-
enterSigned_real_number
Enter a parse tree produced byPython3Parser.signed_real_number().- Parameters:
ctx- the parse tree
-
exitSigned_real_number
Exit a parse tree produced byPython3Parser.signed_real_number().- Parameters:
ctx- the parse tree
-
enterReal_number
Enter a parse tree produced byPython3Parser.real_number().- Parameters:
ctx- the parse tree
-
exitReal_number
Exit a parse tree produced byPython3Parser.real_number().- Parameters:
ctx- the parse tree
-
enterImaginary_number
Enter a parse tree produced byPython3Parser.imaginary_number().- Parameters:
ctx- the parse tree
-
exitImaginary_number
Exit a parse tree produced byPython3Parser.imaginary_number().- Parameters:
ctx- the parse tree
-
enterCapture_pattern
Enter a parse tree produced byPython3Parser.capture_pattern().- Parameters:
ctx- the parse tree
-
exitCapture_pattern
Exit a parse tree produced byPython3Parser.capture_pattern().- Parameters:
ctx- the parse tree
-
enterPattern_capture_target
Enter a parse tree produced byPython3Parser.pattern_capture_target().- Parameters:
ctx- the parse tree
-
exitPattern_capture_target
Exit a parse tree produced byPython3Parser.pattern_capture_target().- Parameters:
ctx- the parse tree
-
enterWildcard_pattern
Enter a parse tree produced byPython3Parser.wildcard_pattern().- Parameters:
ctx- the parse tree
-
exitWildcard_pattern
Exit a parse tree produced byPython3Parser.wildcard_pattern().- Parameters:
ctx- the parse tree
-
enterValue_pattern
Enter a parse tree produced byPython3Parser.value_pattern().- Parameters:
ctx- the parse tree
-
exitValue_pattern
Exit a parse tree produced byPython3Parser.value_pattern().- Parameters:
ctx- the parse tree
-
enterAttr
Enter a parse tree produced byPython3Parser.attr().- Parameters:
ctx- the parse tree
-
exitAttr
Exit a parse tree produced byPython3Parser.attr().- Parameters:
ctx- the parse tree
-
enterName_or_attr
Enter a parse tree produced byPython3Parser.name_or_attr().- Parameters:
ctx- the parse tree
-
exitName_or_attr
Exit a parse tree produced byPython3Parser.name_or_attr().- Parameters:
ctx- the parse tree
-
enterGroup_pattern
Enter a parse tree produced byPython3Parser.group_pattern().- Parameters:
ctx- the parse tree
-
exitGroup_pattern
Exit a parse tree produced byPython3Parser.group_pattern().- Parameters:
ctx- the parse tree
-
enterSequence_pattern
Enter a parse tree produced byPython3Parser.sequence_pattern().- Parameters:
ctx- the parse tree
-
exitSequence_pattern
Exit a parse tree produced byPython3Parser.sequence_pattern().- Parameters:
ctx- the parse tree
-
enterOpen_sequence_pattern
Enter a parse tree produced byPython3Parser.open_sequence_pattern().- Parameters:
ctx- the parse tree
-
exitOpen_sequence_pattern
Exit a parse tree produced byPython3Parser.open_sequence_pattern().- Parameters:
ctx- the parse tree
-
enterMaybe_sequence_pattern
Enter a parse tree produced byPython3Parser.maybe_sequence_pattern().- Parameters:
ctx- the parse tree
-
exitMaybe_sequence_pattern
Exit a parse tree produced byPython3Parser.maybe_sequence_pattern().- Parameters:
ctx- the parse tree
-
enterMaybe_star_pattern
Enter a parse tree produced byPython3Parser.maybe_star_pattern().- Parameters:
ctx- the parse tree
-
exitMaybe_star_pattern
Exit a parse tree produced byPython3Parser.maybe_star_pattern().- Parameters:
ctx- the parse tree
-
enterStar_pattern
Enter a parse tree produced byPython3Parser.star_pattern().- Parameters:
ctx- the parse tree
-
exitStar_pattern
Exit a parse tree produced byPython3Parser.star_pattern().- Parameters:
ctx- the parse tree
-
enterMapping_pattern
Enter a parse tree produced byPython3Parser.mapping_pattern().- Parameters:
ctx- the parse tree
-
exitMapping_pattern
Exit a parse tree produced byPython3Parser.mapping_pattern().- Parameters:
ctx- the parse tree
-
enterItems_pattern
Enter a parse tree produced byPython3Parser.items_pattern().- Parameters:
ctx- the parse tree
-
exitItems_pattern
Exit a parse tree produced byPython3Parser.items_pattern().- Parameters:
ctx- the parse tree
-
enterKey_value_pattern
Enter a parse tree produced byPython3Parser.key_value_pattern().- Parameters:
ctx- the parse tree
-
exitKey_value_pattern
Exit a parse tree produced byPython3Parser.key_value_pattern().- Parameters:
ctx- the parse tree
-
enterDouble_star_pattern
Enter a parse tree produced byPython3Parser.double_star_pattern().- Parameters:
ctx- the parse tree
-
exitDouble_star_pattern
Exit a parse tree produced byPython3Parser.double_star_pattern().- Parameters:
ctx- the parse tree
-
enterClass_pattern
Enter a parse tree produced byPython3Parser.class_pattern().- Parameters:
ctx- the parse tree
-
exitClass_pattern
Exit a parse tree produced byPython3Parser.class_pattern().- Parameters:
ctx- the parse tree
-
enterPositional_patterns
Enter a parse tree produced byPython3Parser.positional_patterns().- Parameters:
ctx- the parse tree
-
exitPositional_patterns
Exit a parse tree produced byPython3Parser.positional_patterns().- Parameters:
ctx- the parse tree
-
enterKeyword_patterns
Enter a parse tree produced byPython3Parser.keyword_patterns().- Parameters:
ctx- the parse tree
-
exitKeyword_patterns
Exit a parse tree produced byPython3Parser.keyword_patterns().- Parameters:
ctx- the parse tree
-
enterKeyword_pattern
Enter a parse tree produced byPython3Parser.keyword_pattern().- Parameters:
ctx- the parse tree
-
exitKeyword_pattern
Exit a parse tree produced byPython3Parser.keyword_pattern().- Parameters:
ctx- the parse tree
-
enterTest
Enter a parse tree produced byPython3Parser.test().- Parameters:
ctx- the parse tree
-
exitTest
Exit a parse tree produced byPython3Parser.test().- Parameters:
ctx- the parse tree
-
enterTest_nocond
Enter a parse tree produced byPython3Parser.test_nocond().- Parameters:
ctx- the parse tree
-
exitTest_nocond
Exit a parse tree produced byPython3Parser.test_nocond().- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPython3Parser.lambdef().- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPython3Parser.lambdef().- Parameters:
ctx- the parse tree
-
enterLambdef_nocond
Enter a parse tree produced byPython3Parser.lambdef_nocond().- Parameters:
ctx- the parse tree
-
exitLambdef_nocond
Exit a parse tree produced byPython3Parser.lambdef_nocond().- Parameters:
ctx- the parse tree
-
enterOr_test
Enter a parse tree produced byPython3Parser.or_test().- Parameters:
ctx- the parse tree
-
exitOr_test
Exit a parse tree produced byPython3Parser.or_test().- Parameters:
ctx- the parse tree
-
enterAnd_test
Enter a parse tree produced byPython3Parser.and_test().- Parameters:
ctx- the parse tree
-
exitAnd_test
Exit a parse tree produced byPython3Parser.and_test().- Parameters:
ctx- the parse tree
-
enterNot_test
Enter a parse tree produced byPython3Parser.not_test().- Parameters:
ctx- the parse tree
-
exitNot_test
Exit a parse tree produced byPython3Parser.not_test().- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPython3Parser.comparison().- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPython3Parser.comparison().- Parameters:
ctx- the parse tree
-
enterComp_op
Enter a parse tree produced byPython3Parser.comp_op().- Parameters:
ctx- the parse tree
-
exitComp_op
Exit a parse tree produced byPython3Parser.comp_op().- Parameters:
ctx- the parse tree
-
enterStar_expr
Enter a parse tree produced byPython3Parser.star_expr().- Parameters:
ctx- the parse tree
-
exitStar_expr
Exit a parse tree produced byPython3Parser.star_expr().- Parameters:
ctx- the parse tree
-
enterExpr
Enter a parse tree produced byPython3Parser.expr().- Parameters:
ctx- the parse tree
-
exitExpr
Exit a parse tree produced byPython3Parser.expr().- Parameters:
ctx- the parse tree
-
enterAtom_expr
Enter a parse tree produced byPython3Parser.atom_expr().- Parameters:
ctx- the parse tree
-
exitAtom_expr
Exit a parse tree produced byPython3Parser.atom_expr().- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPython3Parser.atom().- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPython3Parser.atom().- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byPython3Parser.name().- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byPython3Parser.name().- Parameters:
ctx- the parse tree
-
enterTestlist_comp
Enter a parse tree produced byPython3Parser.testlist_comp().- Parameters:
ctx- the parse tree
-
exitTestlist_comp
Exit a parse tree produced byPython3Parser.testlist_comp().- Parameters:
ctx- the parse tree
-
enterTrailer
Enter a parse tree produced byPython3Parser.trailer().- Parameters:
ctx- the parse tree
-
exitTrailer
Exit a parse tree produced byPython3Parser.trailer().- Parameters:
ctx- the parse tree
-
enterSubscriptlist
Enter a parse tree produced byPython3Parser.subscriptlist().- Parameters:
ctx- the parse tree
-
exitSubscriptlist
Exit a parse tree produced byPython3Parser.subscriptlist().- Parameters:
ctx- the parse tree
-
enterSubscript_
Enter a parse tree produced byPython3Parser.subscript_().- Parameters:
ctx- the parse tree
-
exitSubscript_
Exit a parse tree produced byPython3Parser.subscript_().- Parameters:
ctx- the parse tree
-
enterSliceop
Enter a parse tree produced byPython3Parser.sliceop().- Parameters:
ctx- the parse tree
-
exitSliceop
Exit a parse tree produced byPython3Parser.sliceop().- Parameters:
ctx- the parse tree
-
enterExprlist
Enter a parse tree produced byPython3Parser.exprlist().- Parameters:
ctx- the parse tree
-
exitExprlist
Exit a parse tree produced byPython3Parser.exprlist().- Parameters:
ctx- the parse tree
-
enterTestlist
Enter a parse tree produced byPython3Parser.testlist().- Parameters:
ctx- the parse tree
-
exitTestlist
Exit a parse tree produced byPython3Parser.testlist().- Parameters:
ctx- the parse tree
-
enterDictorsetmaker
Enter a parse tree produced byPython3Parser.dictorsetmaker().- Parameters:
ctx- the parse tree
-
exitDictorsetmaker
Exit a parse tree produced byPython3Parser.dictorsetmaker().- Parameters:
ctx- the parse tree
-
enterClassdef
Enter a parse tree produced byPython3Parser.classdef().- Parameters:
ctx- the parse tree
-
exitClassdef
Exit a parse tree produced byPython3Parser.classdef().- Parameters:
ctx- the parse tree
-
enterArglist
Enter a parse tree produced byPython3Parser.arglist().- Parameters:
ctx- the parse tree
-
exitArglist
Exit a parse tree produced byPython3Parser.arglist().- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byPython3Parser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byPython3Parser.argument().- Parameters:
ctx- the parse tree
-
enterComp_iter
Enter a parse tree produced byPython3Parser.comp_iter().- Parameters:
ctx- the parse tree
-
exitComp_iter
Exit a parse tree produced byPython3Parser.comp_iter().- Parameters:
ctx- the parse tree
-
enterComp_for
Enter a parse tree produced byPython3Parser.comp_for().- Parameters:
ctx- the parse tree
-
exitComp_for
Exit a parse tree produced byPython3Parser.comp_for().- Parameters:
ctx- the parse tree
-
enterComp_if
Enter a parse tree produced byPython3Parser.comp_if().- Parameters:
ctx- the parse tree
-
exitComp_if
Exit a parse tree produced byPython3Parser.comp_if().- Parameters:
ctx- the parse tree
-
enterEncoding_decl
Enter a parse tree produced byPython3Parser.encoding_decl().- Parameters:
ctx- the parse tree
-
exitEncoding_decl
Exit a parse tree produced byPython3Parser.encoding_decl().- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPython3Parser.yield_expr().- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPython3Parser.yield_expr().- Parameters:
ctx- the parse tree
-
enterYield_arg
Enter a parse tree produced byPython3Parser.yield_arg().- Parameters:
ctx- the parse tree
-
exitYield_arg
Exit a parse tree produced byPython3Parser.yield_arg().- Parameters:
ctx- the parse tree
-
enterStrings
Enter a parse tree produced byPython3Parser.strings().- Parameters:
ctx- the parse tree
-
exitStrings
Exit a parse tree produced byPython3Parser.strings().- Parameters:
ctx- the parse tree
-