Package org.polystat.py2eo.parser
Interface PythonParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
PythonParserBaseListener
public interface PythonParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
PythonParser.-
Method Summary
-
Method Details
-
enterFile
Enter a parse tree produced byPythonParser.file().- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byPythonParser.file().- Parameters:
ctx- the parse tree
-
enterInteractive
Enter a parse tree produced byPythonParser.interactive().- Parameters:
ctx- the parse tree
-
exitInteractive
Exit a parse tree produced byPythonParser.interactive().- Parameters:
ctx- the parse tree
-
enterEval
Enter a parse tree produced byPythonParser.eval().- Parameters:
ctx- the parse tree
-
exitEval
Exit a parse tree produced byPythonParser.eval().- Parameters:
ctx- the parse tree
-
enterFunc_type
Enter a parse tree produced byPythonParser.func_type().- Parameters:
ctx- the parse tree
-
exitFunc_type
Exit a parse tree produced byPythonParser.func_type().- Parameters:
ctx- the parse tree
-
enterFstring
Enter a parse tree produced byPythonParser.fstring().- Parameters:
ctx- the parse tree
-
exitFstring
Exit a parse tree produced byPythonParser.fstring().- Parameters:
ctx- the parse tree
-
enterType_expressions
Enter a parse tree produced byPythonParser.type_expressions().- Parameters:
ctx- the parse tree
-
exitType_expressions
Exit a parse tree produced byPythonParser.type_expressions().- Parameters:
ctx- the parse tree
-
enterStatements
Enter a parse tree produced byPythonParser.statements().- Parameters:
ctx- the parse tree
-
exitStatements
Exit a parse tree produced byPythonParser.statements().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byPythonParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byPythonParser.statement().- Parameters:
ctx- the parse tree
-
enterStatement_newline
Enter a parse tree produced byPythonParser.statement_newline().- Parameters:
ctx- the parse tree
-
exitStatement_newline
Exit a parse tree produced byPythonParser.statement_newline().- Parameters:
ctx- the parse tree
-
enterSimple_stmts
Enter a parse tree produced byPythonParser.simple_stmts().- Parameters:
ctx- the parse tree
-
exitSimple_stmts
Exit a parse tree produced byPythonParser.simple_stmts().- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPythonParser.simple_stmt().- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPythonParser.simple_stmt().- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPythonParser.compound_stmt().- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPythonParser.compound_stmt().- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced byPythonParser.assignment().- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced byPythonParser.assignment().- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPythonParser.augassign().- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPythonParser.augassign().- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPythonParser.global_stmt().- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPythonParser.global_stmt().- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPythonParser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPythonParser.nonlocal_stmt().- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPythonParser.yield_stmt().- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPythonParser.yield_stmt().- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPythonParser.assert_stmt().- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPythonParser.assert_stmt().- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPythonParser.del_stmt().- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPythonParser.del_stmt().- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPythonParser.import_stmt().- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPythonParser.import_stmt().- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPythonParser.import_name().- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPythonParser.import_name().- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPythonParser.import_from().- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPythonParser.import_from().- Parameters:
ctx- the parse tree
-
enterImport_from_targets
Enter a parse tree produced byPythonParser.import_from_targets().- Parameters:
ctx- the parse tree
-
exitImport_from_targets
Exit a parse tree produced byPythonParser.import_from_targets().- Parameters:
ctx- the parse tree
-
enterImport_from_as_names
Enter a parse tree produced byPythonParser.import_from_as_names().- Parameters:
ctx- the parse tree
-
exitImport_from_as_names
Exit a parse tree produced byPythonParser.import_from_as_names().- Parameters:
ctx- the parse tree
-
enterImport_from_as_name
Enter a parse tree produced byPythonParser.import_from_as_name().- Parameters:
ctx- the parse tree
-
exitImport_from_as_name
Exit a parse tree produced byPythonParser.import_from_as_name().- Parameters:
ctx- the parse tree
-
enterDotted_as_names
Enter a parse tree produced byPythonParser.dotted_as_names().- Parameters:
ctx- the parse tree
-
exitDotted_as_names
Exit a parse tree produced byPythonParser.dotted_as_names().- Parameters:
ctx- the parse tree
-
enterDotted_as_name
Enter a parse tree produced byPythonParser.dotted_as_name().- Parameters:
ctx- the parse tree
-
exitDotted_as_name
Exit a parse tree produced byPythonParser.dotted_as_name().- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPythonParser.dotted_name().- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPythonParser.dotted_name().- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPythonParser.if_stmt().- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPythonParser.if_stmt().- Parameters:
ctx- the parse tree
-
enterElif_stmt
Enter a parse tree produced byPythonParser.elif_stmt().- Parameters:
ctx- the parse tree
-
exitElif_stmt
Exit a parse tree produced byPythonParser.elif_stmt().- Parameters:
ctx- the parse tree
-
enterElse_block
Enter a parse tree produced byPythonParser.else_block().- Parameters:
ctx- the parse tree
-
exitElse_block
Exit a parse tree produced byPythonParser.else_block().- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPythonParser.while_stmt().- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPythonParser.while_stmt().- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPythonParser.for_stmt().- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPythonParser.for_stmt().- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPythonParser.with_stmt().- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPythonParser.with_stmt().- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPythonParser.with_item().- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPythonParser.with_item().- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPythonParser.try_stmt().- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPythonParser.try_stmt().- Parameters:
ctx- the parse tree
-
enterExcept_block
Enter a parse tree produced byPythonParser.except_block().- Parameters:
ctx- the parse tree
-
exitExcept_block
Exit a parse tree produced byPythonParser.except_block().- Parameters:
ctx- the parse tree
-
enterFinally_block
Enter a parse tree produced byPythonParser.finally_block().- Parameters:
ctx- the parse tree
-
exitFinally_block
Exit a parse tree produced byPythonParser.finally_block().- Parameters:
ctx- the parse tree
-
enterMatch_stmt
Enter a parse tree produced byPythonParser.match_stmt().- Parameters:
ctx- the parse tree
-
exitMatch_stmt
Exit a parse tree produced byPythonParser.match_stmt().- Parameters:
ctx- the parse tree
-
enterSubject_expr
Enter a parse tree produced byPythonParser.subject_expr().- Parameters:
ctx- the parse tree
-
exitSubject_expr
Exit a parse tree produced byPythonParser.subject_expr().- Parameters:
ctx- the parse tree
-
enterCase_block
Enter a parse tree produced byPythonParser.case_block().- Parameters:
ctx- the parse tree
-
exitCase_block
Exit a parse tree produced byPythonParser.case_block().- Parameters:
ctx- the parse tree
-
enterGuard
Enter a parse tree produced byPythonParser.guard().- Parameters:
ctx- the parse tree
-
exitGuard
Exit a parse tree produced byPythonParser.guard().- Parameters:
ctx- the parse tree
-
enterPatterns
Enter a parse tree produced byPythonParser.patterns().- Parameters:
ctx- the parse tree
-
exitPatterns
Exit a parse tree produced byPythonParser.patterns().- Parameters:
ctx- the parse tree
-
enterPattern
Enter a parse tree produced byPythonParser.pattern().- Parameters:
ctx- the parse tree
-
exitPattern
Exit a parse tree produced byPythonParser.pattern().- Parameters:
ctx- the parse tree
-
enterAs_pattern
Enter a parse tree produced byPythonParser.as_pattern().- Parameters:
ctx- the parse tree
-
exitAs_pattern
Exit a parse tree produced byPythonParser.as_pattern().- Parameters:
ctx- the parse tree
-
enterOr_pattern
Enter a parse tree produced byPythonParser.or_pattern().- Parameters:
ctx- the parse tree
-
exitOr_pattern
Exit a parse tree produced byPythonParser.or_pattern().- Parameters:
ctx- the parse tree
-
enterClosed_pattern
Enter a parse tree produced byPythonParser.closed_pattern().- Parameters:
ctx- the parse tree
-
exitClosed_pattern
Exit a parse tree produced byPythonParser.closed_pattern().- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byPythonParser.literal_pattern().- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byPythonParser.literal_pattern().- Parameters:
ctx- the parse tree
-
enterLiteral_expr
Enter a parse tree produced byPythonParser.literal_expr().- Parameters:
ctx- the parse tree
-
exitLiteral_expr
Exit a parse tree produced byPythonParser.literal_expr().- Parameters:
ctx- the parse tree
-
enterComplex_number
Enter a parse tree produced byPythonParser.complex_number().- Parameters:
ctx- the parse tree
-
exitComplex_number
Exit a parse tree produced byPythonParser.complex_number().- Parameters:
ctx- the parse tree
-
enterSigned_number
Enter a parse tree produced byPythonParser.signed_number().- Parameters:
ctx- the parse tree
-
exitSigned_number
Exit a parse tree produced byPythonParser.signed_number().- Parameters:
ctx- the parse tree
-
enterSigned_real_number
Enter a parse tree produced byPythonParser.signed_real_number().- Parameters:
ctx- the parse tree
-
exitSigned_real_number
Exit a parse tree produced byPythonParser.signed_real_number().- Parameters:
ctx- the parse tree
-
enterReal_number
Enter a parse tree produced byPythonParser.real_number().- Parameters:
ctx- the parse tree
-
exitReal_number
Exit a parse tree produced byPythonParser.real_number().- Parameters:
ctx- the parse tree
-
enterImaginary_number
Enter a parse tree produced byPythonParser.imaginary_number().- Parameters:
ctx- the parse tree
-
exitImaginary_number
Exit a parse tree produced byPythonParser.imaginary_number().- Parameters:
ctx- the parse tree
-
enterCapture_pattern
Enter a parse tree produced byPythonParser.capture_pattern().- Parameters:
ctx- the parse tree
-
exitCapture_pattern
Exit a parse tree produced byPythonParser.capture_pattern().- Parameters:
ctx- the parse tree
-
enterPattern_capture_target
Enter a parse tree produced byPythonParser.pattern_capture_target().- Parameters:
ctx- the parse tree
-
exitPattern_capture_target
Exit a parse tree produced byPythonParser.pattern_capture_target().- Parameters:
ctx- the parse tree
-
enterWildcard_pattern
Enter a parse tree produced byPythonParser.wildcard_pattern().- Parameters:
ctx- the parse tree
-
exitWildcard_pattern
Exit a parse tree produced byPythonParser.wildcard_pattern().- Parameters:
ctx- the parse tree
-
enterValue_pattern
Enter a parse tree produced byPythonParser.value_pattern().- Parameters:
ctx- the parse tree
-
exitValue_pattern
Exit a parse tree produced byPythonParser.value_pattern().- Parameters:
ctx- the parse tree
-
enterAttr
Enter a parse tree produced byPythonParser.attr().- Parameters:
ctx- the parse tree
-
exitAttr
Exit a parse tree produced byPythonParser.attr().- Parameters:
ctx- the parse tree
-
enterName_or_attr
Enter a parse tree produced byPythonParser.name_or_attr().- Parameters:
ctx- the parse tree
-
exitName_or_attr
Exit a parse tree produced byPythonParser.name_or_attr().- Parameters:
ctx- the parse tree
-
enterGroup_pattern
Enter a parse tree produced byPythonParser.group_pattern().- Parameters:
ctx- the parse tree
-
exitGroup_pattern
Exit a parse tree produced byPythonParser.group_pattern().- Parameters:
ctx- the parse tree
-
enterSequence_pattern
Enter a parse tree produced byPythonParser.sequence_pattern().- Parameters:
ctx- the parse tree
-
exitSequence_pattern
Exit a parse tree produced byPythonParser.sequence_pattern().- Parameters:
ctx- the parse tree
-
enterOpen_sequence_pattern
Enter a parse tree produced byPythonParser.open_sequence_pattern().- Parameters:
ctx- the parse tree
-
exitOpen_sequence_pattern
Exit a parse tree produced byPythonParser.open_sequence_pattern().- Parameters:
ctx- the parse tree
-
enterMaybe_sequence_pattern
Enter a parse tree produced byPythonParser.maybe_sequence_pattern().- Parameters:
ctx- the parse tree
-
exitMaybe_sequence_pattern
Exit a parse tree produced byPythonParser.maybe_sequence_pattern().- Parameters:
ctx- the parse tree
-
enterMaybe_star_pattern
Enter a parse tree produced byPythonParser.maybe_star_pattern().- Parameters:
ctx- the parse tree
-
exitMaybe_star_pattern
Exit a parse tree produced byPythonParser.maybe_star_pattern().- Parameters:
ctx- the parse tree
-
enterStar_pattern
Enter a parse tree produced byPythonParser.star_pattern().- Parameters:
ctx- the parse tree
-
exitStar_pattern
Exit a parse tree produced byPythonParser.star_pattern().- Parameters:
ctx- the parse tree
-
enterMapping_pattern
Enter a parse tree produced byPythonParser.mapping_pattern().- Parameters:
ctx- the parse tree
-
exitMapping_pattern
Exit a parse tree produced byPythonParser.mapping_pattern().- Parameters:
ctx- the parse tree
-
enterItems_pattern
Enter a parse tree produced byPythonParser.items_pattern().- Parameters:
ctx- the parse tree
-
exitItems_pattern
Exit a parse tree produced byPythonParser.items_pattern().- Parameters:
ctx- the parse tree
-
enterKey_value_pattern
Enter a parse tree produced byPythonParser.key_value_pattern().- Parameters:
ctx- the parse tree
-
exitKey_value_pattern
Exit a parse tree produced byPythonParser.key_value_pattern().- Parameters:
ctx- the parse tree
-
enterDouble_star_pattern
Enter a parse tree produced byPythonParser.double_star_pattern().- Parameters:
ctx- the parse tree
-
exitDouble_star_pattern
Exit a parse tree produced byPythonParser.double_star_pattern().- Parameters:
ctx- the parse tree
-
enterClass_pattern
Enter a parse tree produced byPythonParser.class_pattern().- Parameters:
ctx- the parse tree
-
exitClass_pattern
Exit a parse tree produced byPythonParser.class_pattern().- Parameters:
ctx- the parse tree
-
enterPositional_patterns
Enter a parse tree produced byPythonParser.positional_patterns().- Parameters:
ctx- the parse tree
-
exitPositional_patterns
Exit a parse tree produced byPythonParser.positional_patterns().- Parameters:
ctx- the parse tree
-
enterKeyword_patterns
Enter a parse tree produced byPythonParser.keyword_patterns().- Parameters:
ctx- the parse tree
-
exitKeyword_patterns
Exit a parse tree produced byPythonParser.keyword_patterns().- Parameters:
ctx- the parse tree
-
enterKeyword_pattern
Enter a parse tree produced byPythonParser.keyword_pattern().- Parameters:
ctx- the parse tree
-
exitKeyword_pattern
Exit a parse tree produced byPythonParser.keyword_pattern().- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPythonParser.return_stmt().- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPythonParser.return_stmt().- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPythonParser.raise_stmt().- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPythonParser.raise_stmt().- Parameters:
ctx- the parse tree
-
enterFunction_def
Enter a parse tree produced byPythonParser.function_def().- Parameters:
ctx- the parse tree
-
exitFunction_def
Exit a parse tree produced byPythonParser.function_def().- Parameters:
ctx- the parse tree
-
enterFunction_def_raw
Enter a parse tree produced byPythonParser.function_def_raw().- Parameters:
ctx- the parse tree
-
exitFunction_def_raw
Exit a parse tree produced byPythonParser.function_def_raw().- Parameters:
ctx- the parse tree
-
enterFunc_type_comment
Enter a parse tree produced byPythonParser.func_type_comment().- Parameters:
ctx- the parse tree
-
exitFunc_type_comment
Exit a parse tree produced byPythonParser.func_type_comment().- Parameters:
ctx- the parse tree
-
enterParams
Enter a parse tree produced byPythonParser.params().- Parameters:
ctx- the parse tree
-
exitParams
Exit a parse tree produced byPythonParser.params().- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPythonParser.parameters().- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPythonParser.parameters().- Parameters:
ctx- the parse tree
-
enterSlash_no_default
Enter a parse tree produced byPythonParser.slash_no_default().- Parameters:
ctx- the parse tree
-
exitSlash_no_default
Exit a parse tree produced byPythonParser.slash_no_default().- Parameters:
ctx- the parse tree
-
enterSlash_with_default
Enter a parse tree produced byPythonParser.slash_with_default().- Parameters:
ctx- the parse tree
-
exitSlash_with_default
Exit a parse tree produced byPythonParser.slash_with_default().- Parameters:
ctx- the parse tree
-
enterStar_etc
Enter a parse tree produced byPythonParser.star_etc().- Parameters:
ctx- the parse tree
-
exitStar_etc
Exit a parse tree produced byPythonParser.star_etc().- Parameters:
ctx- the parse tree
-
enterKwds
Enter a parse tree produced byPythonParser.kwds().- Parameters:
ctx- the parse tree
-
exitKwds
Exit a parse tree produced byPythonParser.kwds().- Parameters:
ctx- the parse tree
-
enterParam_no_default
Enter a parse tree produced byPythonParser.param_no_default().- Parameters:
ctx- the parse tree
-
exitParam_no_default
Exit a parse tree produced byPythonParser.param_no_default().- Parameters:
ctx- the parse tree
-
enterParam_with_default
Enter a parse tree produced byPythonParser.param_with_default().- Parameters:
ctx- the parse tree
-
exitParam_with_default
Exit a parse tree produced byPythonParser.param_with_default().- Parameters:
ctx- the parse tree
-
enterParam_maybe_default
Enter a parse tree produced byPythonParser.param_maybe_default().- Parameters:
ctx- the parse tree
-
exitParam_maybe_default
Exit a parse tree produced byPythonParser.param_maybe_default().- Parameters:
ctx- the parse tree
-
enterParam
Enter a parse tree produced byPythonParser.param().- Parameters:
ctx- the parse tree
-
exitParam
Exit a parse tree produced byPythonParser.param().- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced byPythonParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byPythonParser.annotation().- Parameters:
ctx- the parse tree
-
enterDefault_assignment
Enter a parse tree produced byPythonParser.default_assignment().- Parameters:
ctx- the parse tree
-
exitDefault_assignment
Exit a parse tree produced byPythonParser.default_assignment().- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPythonParser.decorators().- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPythonParser.decorators().- Parameters:
ctx- the parse tree
-
enterClass_def
Enter a parse tree produced byPythonParser.class_def().- Parameters:
ctx- the parse tree
-
exitClass_def
Exit a parse tree produced byPythonParser.class_def().- Parameters:
ctx- the parse tree
-
enterClass_def_raw
Enter a parse tree produced byPythonParser.class_def_raw().- Parameters:
ctx- the parse tree
-
exitClass_def_raw
Exit a parse tree produced byPythonParser.class_def_raw().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byPythonParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byPythonParser.block().- Parameters:
ctx- the parse tree
-
enterStar_expressions
Enter a parse tree produced byPythonParser.star_expressions().- Parameters:
ctx- the parse tree
-
exitStar_expressions
Exit a parse tree produced byPythonParser.star_expressions().- Parameters:
ctx- the parse tree
-
enterStar_expression
Enter a parse tree produced byPythonParser.star_expression().- Parameters:
ctx- the parse tree
-
exitStar_expression
Exit a parse tree produced byPythonParser.star_expression().- Parameters:
ctx- the parse tree
-
enterStar_named_expressions
Enter a parse tree produced byPythonParser.star_named_expressions().- Parameters:
ctx- the parse tree
-
exitStar_named_expressions
Exit a parse tree produced byPythonParser.star_named_expressions().- Parameters:
ctx- the parse tree
-
enterStar_named_expression
Enter a parse tree produced byPythonParser.star_named_expression().- Parameters:
ctx- the parse tree
-
exitStar_named_expression
Exit a parse tree produced byPythonParser.star_named_expression().- Parameters:
ctx- the parse tree
-
enterAssignment_expression
Enter a parse tree produced byPythonParser.assignment_expression().- Parameters:
ctx- the parse tree
-
exitAssignment_expression
Exit a parse tree produced byPythonParser.assignment_expression().- Parameters:
ctx- the parse tree
-
enterNamed_expression
Enter a parse tree produced byPythonParser.named_expression().- Parameters:
ctx- the parse tree
-
exitNamed_expression
Exit a parse tree produced byPythonParser.named_expression().- Parameters:
ctx- the parse tree
-
enterAnnotated_rhs
Enter a parse tree produced byPythonParser.annotated_rhs().- Parameters:
ctx- the parse tree
-
exitAnnotated_rhs
Exit a parse tree produced byPythonParser.annotated_rhs().- Parameters:
ctx- the parse tree
-
enterExpressions
Enter a parse tree produced byPythonParser.expressions().- Parameters:
ctx- the parse tree
-
exitExpressions
Exit a parse tree produced byPythonParser.expressions().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byPythonParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byPythonParser.expression().- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPythonParser.lambdef().- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPythonParser.lambdef().- Parameters:
ctx- the parse tree
-
enterLambda_params
Enter a parse tree produced byPythonParser.lambda_params().- Parameters:
ctx- the parse tree
-
exitLambda_params
Exit a parse tree produced byPythonParser.lambda_params().- Parameters:
ctx- the parse tree
-
enterLambda_parameters
Enter a parse tree produced byPythonParser.lambda_parameters().- Parameters:
ctx- the parse tree
-
exitLambda_parameters
Exit a parse tree produced byPythonParser.lambda_parameters().- Parameters:
ctx- the parse tree
-
enterLambda_slash_no_default
Enter a parse tree produced byPythonParser.lambda_slash_no_default().- Parameters:
ctx- the parse tree
-
exitLambda_slash_no_default
Exit a parse tree produced byPythonParser.lambda_slash_no_default().- Parameters:
ctx- the parse tree
-
enterLambda_slash_with_default
Enter a parse tree produced byPythonParser.lambda_slash_with_default().- Parameters:
ctx- the parse tree
-
exitLambda_slash_with_default
Exit a parse tree produced byPythonParser.lambda_slash_with_default().- Parameters:
ctx- the parse tree
-
enterLambda_star_etc
Enter a parse tree produced byPythonParser.lambda_star_etc().- Parameters:
ctx- the parse tree
-
exitLambda_star_etc
Exit a parse tree produced byPythonParser.lambda_star_etc().- Parameters:
ctx- the parse tree
-
enterLambda_kwds
Enter a parse tree produced byPythonParser.lambda_kwds().- Parameters:
ctx- the parse tree
-
exitLambda_kwds
Exit a parse tree produced byPythonParser.lambda_kwds().- Parameters:
ctx- the parse tree
-
enterLambda_param_no_default
Enter a parse tree produced byPythonParser.lambda_param_no_default().- Parameters:
ctx- the parse tree
-
exitLambda_param_no_default
Exit a parse tree produced byPythonParser.lambda_param_no_default().- Parameters:
ctx- the parse tree
-
enterLambda_param_with_default
Enter a parse tree produced byPythonParser.lambda_param_with_default().- Parameters:
ctx- the parse tree
-
exitLambda_param_with_default
Exit a parse tree produced byPythonParser.lambda_param_with_default().- Parameters:
ctx- the parse tree
-
enterLambda_param_maybe_default
Enter a parse tree produced byPythonParser.lambda_param_maybe_default().- Parameters:
ctx- the parse tree
-
exitLambda_param_maybe_default
Exit a parse tree produced byPythonParser.lambda_param_maybe_default().- Parameters:
ctx- the parse tree
-
enterLambda_param
Enter a parse tree produced byPythonParser.lambda_param().- Parameters:
ctx- the parse tree
-
exitLambda_param
Exit a parse tree produced byPythonParser.lambda_param().- Parameters:
ctx- the parse tree
-
enterDisjunction
Enter a parse tree produced byPythonParser.disjunction().- Parameters:
ctx- the parse tree
-
exitDisjunction
Exit a parse tree produced byPythonParser.disjunction().- Parameters:
ctx- the parse tree
-
enterConjunction
Enter a parse tree produced byPythonParser.conjunction().- Parameters:
ctx- the parse tree
-
exitConjunction
Exit a parse tree produced byPythonParser.conjunction().- Parameters:
ctx- the parse tree
-
enterInversion
Enter a parse tree produced byPythonParser.inversion().- Parameters:
ctx- the parse tree
-
exitInversion
Exit a parse tree produced byPythonParser.inversion().- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPythonParser.comparison().- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPythonParser.comparison().- Parameters:
ctx- the parse tree
-
enterCompare_op_bitwise_or_pair
Enter a parse tree produced byPythonParser.compare_op_bitwise_or_pair().- Parameters:
ctx- the parse tree
-
exitCompare_op_bitwise_or_pair
Exit a parse tree produced byPythonParser.compare_op_bitwise_or_pair().- Parameters:
ctx- the parse tree
-
enterEq_bitwise_or
Enter a parse tree produced byPythonParser.eq_bitwise_or().- Parameters:
ctx- the parse tree
-
exitEq_bitwise_or
Exit a parse tree produced byPythonParser.eq_bitwise_or().- Parameters:
ctx- the parse tree
-
enterNoteq_bitwise_or
Enter a parse tree produced byPythonParser.noteq_bitwise_or().- Parameters:
ctx- the parse tree
-
exitNoteq_bitwise_or
Exit a parse tree produced byPythonParser.noteq_bitwise_or().- Parameters:
ctx- the parse tree
-
enterLte_bitwise_or
Enter a parse tree produced byPythonParser.lte_bitwise_or().- Parameters:
ctx- the parse tree
-
exitLte_bitwise_or
Exit a parse tree produced byPythonParser.lte_bitwise_or().- Parameters:
ctx- the parse tree
-
enterLt_bitwise_or
Enter a parse tree produced byPythonParser.lt_bitwise_or().- Parameters:
ctx- the parse tree
-
exitLt_bitwise_or
Exit a parse tree produced byPythonParser.lt_bitwise_or().- Parameters:
ctx- the parse tree
-
enterGte_bitwise_or
Enter a parse tree produced byPythonParser.gte_bitwise_or().- Parameters:
ctx- the parse tree
-
exitGte_bitwise_or
Exit a parse tree produced byPythonParser.gte_bitwise_or().- Parameters:
ctx- the parse tree
-
enterGt_bitwise_or
Enter a parse tree produced byPythonParser.gt_bitwise_or().- Parameters:
ctx- the parse tree
-
exitGt_bitwise_or
Exit a parse tree produced byPythonParser.gt_bitwise_or().- Parameters:
ctx- the parse tree
-
enterNotin_bitwise_or
Enter a parse tree produced byPythonParser.notin_bitwise_or().- Parameters:
ctx- the parse tree
-
exitNotin_bitwise_or
Exit a parse tree produced byPythonParser.notin_bitwise_or().- Parameters:
ctx- the parse tree
-
enterIn_bitwise_or
Enter a parse tree produced byPythonParser.in_bitwise_or().- Parameters:
ctx- the parse tree
-
exitIn_bitwise_or
Exit a parse tree produced byPythonParser.in_bitwise_or().- Parameters:
ctx- the parse tree
-
enterIsnot_bitwise_or
Enter a parse tree produced byPythonParser.isnot_bitwise_or().- Parameters:
ctx- the parse tree
-
exitIsnot_bitwise_or
Exit a parse tree produced byPythonParser.isnot_bitwise_or().- Parameters:
ctx- the parse tree
-
enterIs_bitwise_or
Enter a parse tree produced byPythonParser.is_bitwise_or().- Parameters:
ctx- the parse tree
-
exitIs_bitwise_or
Exit a parse tree produced byPythonParser.is_bitwise_or().- Parameters:
ctx- the parse tree
-
enterBitwise_or
Enter a parse tree produced byPythonParser.bitwise_or().- Parameters:
ctx- the parse tree
-
exitBitwise_or
Exit a parse tree produced byPythonParser.bitwise_or().- Parameters:
ctx- the parse tree
-
enterBitwise_xor
Enter a parse tree produced byPythonParser.bitwise_xor().- Parameters:
ctx- the parse tree
-
exitBitwise_xor
Exit a parse tree produced byPythonParser.bitwise_xor().- Parameters:
ctx- the parse tree
-
enterBitwise_and
Enter a parse tree produced byPythonParser.bitwise_and().- Parameters:
ctx- the parse tree
-
exitBitwise_and
Exit a parse tree produced byPythonParser.bitwise_and().- Parameters:
ctx- the parse tree
-
enterShift_expr
Enter a parse tree produced byPythonParser.shift_expr().- Parameters:
ctx- the parse tree
-
exitShift_expr
Exit a parse tree produced byPythonParser.shift_expr().- Parameters:
ctx- the parse tree
-
enterSum
Enter a parse tree produced byPythonParser.sum().- Parameters:
ctx- the parse tree
-
exitSum
Exit a parse tree produced byPythonParser.sum().- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byPythonParser.term().- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byPythonParser.term().- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byPythonParser.factor().- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byPythonParser.factor().- Parameters:
ctx- the parse tree
-
enterPower
Enter a parse tree produced byPythonParser.power().- Parameters:
ctx- the parse tree
-
exitPower
Exit a parse tree produced byPythonParser.power().- Parameters:
ctx- the parse tree
-
enterAwait_primary
Enter a parse tree produced byPythonParser.await_primary().- Parameters:
ctx- the parse tree
-
exitAwait_primary
Exit a parse tree produced byPythonParser.await_primary().- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byPythonParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byPythonParser.primary().- Parameters:
ctx- the parse tree
-
enterSlices
Enter a parse tree produced byPythonParser.slices().- Parameters:
ctx- the parse tree
-
exitSlices
Exit a parse tree produced byPythonParser.slices().- Parameters:
ctx- the parse tree
-
enterSlice
Enter a parse tree produced byPythonParser.slice().- Parameters:
ctx- the parse tree
-
exitSlice
Exit a parse tree produced byPythonParser.slice().- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPythonParser.atom().- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPythonParser.atom().- Parameters:
ctx- the parse tree
-
enterStrings
Enter a parse tree produced byPythonParser.strings().- Parameters:
ctx- the parse tree
-
exitStrings
Exit a parse tree produced byPythonParser.strings().- Parameters:
ctx- the parse tree
-
enterList
Enter a parse tree produced byPythonParser.list().- Parameters:
ctx- the parse tree
-
exitList
Exit a parse tree produced byPythonParser.list().- Parameters:
ctx- the parse tree
-
enterListcomp
Enter a parse tree produced byPythonParser.listcomp().- Parameters:
ctx- the parse tree
-
exitListcomp
Exit a parse tree produced byPythonParser.listcomp().- Parameters:
ctx- the parse tree
-
enterTuple
Enter a parse tree produced byPythonParser.tuple().- Parameters:
ctx- the parse tree
-
exitTuple
Exit a parse tree produced byPythonParser.tuple().- Parameters:
ctx- the parse tree
-
enterGroup
Enter a parse tree produced byPythonParser.group().- Parameters:
ctx- the parse tree
-
exitGroup
Exit a parse tree produced byPythonParser.group().- Parameters:
ctx- the parse tree
-
enterGenexp
Enter a parse tree produced byPythonParser.genexp().- Parameters:
ctx- the parse tree
-
exitGenexp
Exit a parse tree produced byPythonParser.genexp().- Parameters:
ctx- the parse tree
-
enterSet
Enter a parse tree produced byPythonParser.set().- Parameters:
ctx- the parse tree
-
exitSet
Exit a parse tree produced byPythonParser.set().- Parameters:
ctx- the parse tree
-
enterSetcomp
Enter a parse tree produced byPythonParser.setcomp().- Parameters:
ctx- the parse tree
-
exitSetcomp
Exit a parse tree produced byPythonParser.setcomp().- Parameters:
ctx- the parse tree
-
enterDict
Enter a parse tree produced byPythonParser.dict().- Parameters:
ctx- the parse tree
-
exitDict
Exit a parse tree produced byPythonParser.dict().- Parameters:
ctx- the parse tree
-
enterDictcomp
Enter a parse tree produced byPythonParser.dictcomp().- Parameters:
ctx- the parse tree
-
exitDictcomp
Exit a parse tree produced byPythonParser.dictcomp().- Parameters:
ctx- the parse tree
-
enterDouble_starred_kvpairs
Enter a parse tree produced byPythonParser.double_starred_kvpairs().- Parameters:
ctx- the parse tree
-
exitDouble_starred_kvpairs
Exit a parse tree produced byPythonParser.double_starred_kvpairs().- Parameters:
ctx- the parse tree
-
enterDouble_starred_kvpair
Enter a parse tree produced byPythonParser.double_starred_kvpair().- Parameters:
ctx- the parse tree
-
exitDouble_starred_kvpair
Exit a parse tree produced byPythonParser.double_starred_kvpair().- Parameters:
ctx- the parse tree
-
enterKvpair
Enter a parse tree produced byPythonParser.kvpair().- Parameters:
ctx- the parse tree
-
exitKvpair
Exit a parse tree produced byPythonParser.kvpair().- Parameters:
ctx- the parse tree
-
enterFor_if_clauses
Enter a parse tree produced byPythonParser.for_if_clauses().- Parameters:
ctx- the parse tree
-
exitFor_if_clauses
Exit a parse tree produced byPythonParser.for_if_clauses().- Parameters:
ctx- the parse tree
-
enterFor_if_clause
Enter a parse tree produced byPythonParser.for_if_clause().- Parameters:
ctx- the parse tree
-
exitFor_if_clause
Exit a parse tree produced byPythonParser.for_if_clause().- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPythonParser.yield_expr().- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPythonParser.yield_expr().- Parameters:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byPythonParser.arguments().- Parameters:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byPythonParser.arguments().- Parameters:
ctx- the parse tree
-
enterArgs
Enter a parse tree produced byPythonParser.args().- Parameters:
ctx- the parse tree
-
exitArgs
Exit a parse tree produced byPythonParser.args().- Parameters:
ctx- the parse tree
-
enterArg
Enter a parse tree produced byPythonParser.arg().- Parameters:
ctx- the parse tree
-
exitArg
Exit a parse tree produced byPythonParser.arg().- Parameters:
ctx- the parse tree
-
enterKwargs
Enter a parse tree produced byPythonParser.kwargs().- Parameters:
ctx- the parse tree
-
exitKwargs
Exit a parse tree produced byPythonParser.kwargs().- Parameters:
ctx- the parse tree
-
enterStarred_expression
Enter a parse tree produced byPythonParser.starred_expression().- Parameters:
ctx- the parse tree
-
exitStarred_expression
Exit a parse tree produced byPythonParser.starred_expression().- Parameters:
ctx- the parse tree
-
enterKwarg_or_starred
Enter a parse tree produced byPythonParser.kwarg_or_starred().- Parameters:
ctx- the parse tree
-
exitKwarg_or_starred
Exit a parse tree produced byPythonParser.kwarg_or_starred().- Parameters:
ctx- the parse tree
-
enterKwarg_or_double_starred
Enter a parse tree produced byPythonParser.kwarg_or_double_starred().- Parameters:
ctx- the parse tree
-
exitKwarg_or_double_starred
Exit a parse tree produced byPythonParser.kwarg_or_double_starred().- Parameters:
ctx- the parse tree
-
enterStar_targets
Enter a parse tree produced byPythonParser.star_targets().- Parameters:
ctx- the parse tree
-
exitStar_targets
Exit a parse tree produced byPythonParser.star_targets().- Parameters:
ctx- the parse tree
-
enterStar_targets_list_seq
Enter a parse tree produced byPythonParser.star_targets_list_seq().- Parameters:
ctx- the parse tree
-
exitStar_targets_list_seq
Exit a parse tree produced byPythonParser.star_targets_list_seq().- Parameters:
ctx- the parse tree
-
enterStar_targets_tuple_seq
Enter a parse tree produced byPythonParser.star_targets_tuple_seq().- Parameters:
ctx- the parse tree
-
exitStar_targets_tuple_seq
Exit a parse tree produced byPythonParser.star_targets_tuple_seq().- Parameters:
ctx- the parse tree
-
enterStar_target
Enter a parse tree produced byPythonParser.star_target().- Parameters:
ctx- the parse tree
-
exitStar_target
Exit a parse tree produced byPythonParser.star_target().- Parameters:
ctx- the parse tree
-
enterTarget_with_star_atom
Enter a parse tree produced byPythonParser.target_with_star_atom().- Parameters:
ctx- the parse tree
-
exitTarget_with_star_atom
Exit a parse tree produced byPythonParser.target_with_star_atom().- Parameters:
ctx- the parse tree
-
enterStar_atom
Enter a parse tree produced byPythonParser.star_atom().- Parameters:
ctx- the parse tree
-
exitStar_atom
Exit a parse tree produced byPythonParser.star_atom().- Parameters:
ctx- the parse tree
-
enterSingle_target
Enter a parse tree produced byPythonParser.single_target().- Parameters:
ctx- the parse tree
-
exitSingle_target
Exit a parse tree produced byPythonParser.single_target().- Parameters:
ctx- the parse tree
-
enterSingle_subscript_attribute_target
void enterSingle_subscript_attribute_target(PythonParser.Single_subscript_attribute_targetContext ctx)Enter a parse tree produced byPythonParser.single_subscript_attribute_target().- Parameters:
ctx- the parse tree
-
exitSingle_subscript_attribute_target
void exitSingle_subscript_attribute_target(PythonParser.Single_subscript_attribute_targetContext ctx)Exit a parse tree produced byPythonParser.single_subscript_attribute_target().- Parameters:
ctx- the parse tree
-
enterDel_targets
Enter a parse tree produced byPythonParser.del_targets().- Parameters:
ctx- the parse tree
-
exitDel_targets
Exit a parse tree produced byPythonParser.del_targets().- Parameters:
ctx- the parse tree
-
enterDel_target
Enter a parse tree produced byPythonParser.del_target().- Parameters:
ctx- the parse tree
-
exitDel_target
Exit a parse tree produced byPythonParser.del_target().- Parameters:
ctx- the parse tree
-
enterDel_t_atom
Enter a parse tree produced byPythonParser.del_t_atom().- Parameters:
ctx- the parse tree
-
exitDel_t_atom
Exit a parse tree produced byPythonParser.del_t_atom().- Parameters:
ctx- the parse tree
-
enterT_primary
Enter a parse tree produced byPythonParser.t_primary().- Parameters:
ctx- the parse tree
-
exitT_primary
Exit a parse tree produced byPythonParser.t_primary().- Parameters:
ctx- the parse tree
-
enterMatch_skw
Enter a parse tree produced byPythonParser.match_skw().- Parameters:
ctx- the parse tree
-
exitMatch_skw
Exit a parse tree produced byPythonParser.match_skw().- Parameters:
ctx- the parse tree
-
enterCase_skw
Enter a parse tree produced byPythonParser.case_skw().- Parameters:
ctx- the parse tree
-
exitCase_skw
Exit a parse tree produced byPythonParser.case_skw().- Parameters:
ctx- the parse tree
-
enterUnderscore_skw
Enter a parse tree produced byPythonParser.underscore_skw().- Parameters:
ctx- the parse tree
-
exitUnderscore_skw
Exit a parse tree produced byPythonParser.underscore_skw().- Parameters:
ctx- the parse tree
-
enterName_except_underscore
Enter a parse tree produced byPythonParser.name_except_underscore().- Parameters:
ctx- the parse tree
-
exitName_except_underscore
Exit a parse tree produced byPythonParser.name_except_underscore().- Parameters:
ctx- the parse tree
-