Class PythonParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,PythonParserListener
public class PythonParserBaseListener extends Object implements PythonParserListener
PythonParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors Constructor Description PythonParserBaseListener() -
Method Summary
-
Constructor Details
-
PythonParserBaseListener
public PythonParserBaseListener()
-
-
Method Details
-
enterFile
Enter a parse tree produced byPythonParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byPythonParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterInteractive
Enter a parse tree produced byPythonParser.interactive().The default implementation does nothing.
- Specified by:
enterInteractivein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitInteractive
Exit a parse tree produced byPythonParser.interactive().The default implementation does nothing.
- Specified by:
exitInteractivein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterEval
Enter a parse tree produced byPythonParser.eval().The default implementation does nothing.
- Specified by:
enterEvalin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitEval
Exit a parse tree produced byPythonParser.eval().The default implementation does nothing.
- Specified by:
exitEvalin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFunc_type
Enter a parse tree produced byPythonParser.func_type().The default implementation does nothing.
- Specified by:
enterFunc_typein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFunc_type
Exit a parse tree produced byPythonParser.func_type().The default implementation does nothing.
- Specified by:
exitFunc_typein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFstring
Enter a parse tree produced byPythonParser.fstring().The default implementation does nothing.
- Specified by:
enterFstringin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFstring
Exit a parse tree produced byPythonParser.fstring().The default implementation does nothing.
- Specified by:
exitFstringin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterType_expressions
Enter a parse tree produced byPythonParser.type_expressions().The default implementation does nothing.
- Specified by:
enterType_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitType_expressions
Exit a parse tree produced byPythonParser.type_expressions().The default implementation does nothing.
- Specified by:
exitType_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStatements
Enter a parse tree produced byPythonParser.statements().The default implementation does nothing.
- Specified by:
enterStatementsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStatements
Exit a parse tree produced byPythonParser.statements().The default implementation does nothing.
- Specified by:
exitStatementsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byPythonParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byPythonParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStatement_newline
Enter a parse tree produced byPythonParser.statement_newline().The default implementation does nothing.
- Specified by:
enterStatement_newlinein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStatement_newline
Exit a parse tree produced byPythonParser.statement_newline().The default implementation does nothing.
- Specified by:
exitStatement_newlinein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSimple_stmts
Enter a parse tree produced byPythonParser.simple_stmts().The default implementation does nothing.
- Specified by:
enterSimple_stmtsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSimple_stmts
Exit a parse tree produced byPythonParser.simple_stmts().The default implementation does nothing.
- Specified by:
exitSimple_stmtsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSimple_stmt
Enter a parse tree produced byPythonParser.simple_stmt().The default implementation does nothing.
- Specified by:
enterSimple_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSimple_stmt
Exit a parse tree produced byPythonParser.simple_stmt().The default implementation does nothing.
- Specified by:
exitSimple_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterCompound_stmt
Enter a parse tree produced byPythonParser.compound_stmt().The default implementation does nothing.
- Specified by:
enterCompound_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitCompound_stmt
Exit a parse tree produced byPythonParser.compound_stmt().The default implementation does nothing.
- Specified by:
exitCompound_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced byPythonParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced byPythonParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAugassign
Enter a parse tree produced byPythonParser.augassign().The default implementation does nothing.
- Specified by:
enterAugassignin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAugassign
Exit a parse tree produced byPythonParser.augassign().The default implementation does nothing.
- Specified by:
exitAugassignin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGlobal_stmt
Enter a parse tree produced byPythonParser.global_stmt().The default implementation does nothing.
- Specified by:
enterGlobal_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGlobal_stmt
Exit a parse tree produced byPythonParser.global_stmt().The default implementation does nothing.
- Specified by:
exitGlobal_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterNonlocal_stmt
Enter a parse tree produced byPythonParser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
enterNonlocal_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitNonlocal_stmt
Exit a parse tree produced byPythonParser.nonlocal_stmt().The default implementation does nothing.
- Specified by:
exitNonlocal_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterYield_stmt
Enter a parse tree produced byPythonParser.yield_stmt().The default implementation does nothing.
- Specified by:
enterYield_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitYield_stmt
Exit a parse tree produced byPythonParser.yield_stmt().The default implementation does nothing.
- Specified by:
exitYield_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAssert_stmt
Enter a parse tree produced byPythonParser.assert_stmt().The default implementation does nothing.
- Specified by:
enterAssert_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAssert_stmt
Exit a parse tree produced byPythonParser.assert_stmt().The default implementation does nothing.
- Specified by:
exitAssert_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDel_stmt
Enter a parse tree produced byPythonParser.del_stmt().The default implementation does nothing.
- Specified by:
enterDel_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDel_stmt
Exit a parse tree produced byPythonParser.del_stmt().The default implementation does nothing.
- Specified by:
exitDel_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_stmt
Enter a parse tree produced byPythonParser.import_stmt().The default implementation does nothing.
- Specified by:
enterImport_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_stmt
Exit a parse tree produced byPythonParser.import_stmt().The default implementation does nothing.
- Specified by:
exitImport_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_name
Enter a parse tree produced byPythonParser.import_name().The default implementation does nothing.
- Specified by:
enterImport_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_name
Exit a parse tree produced byPythonParser.import_name().The default implementation does nothing.
- Specified by:
exitImport_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_from
Enter a parse tree produced byPythonParser.import_from().The default implementation does nothing.
- Specified by:
enterImport_fromin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_from
Exit a parse tree produced byPythonParser.import_from().The default implementation does nothing.
- Specified by:
exitImport_fromin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_from_targets
Enter a parse tree produced byPythonParser.import_from_targets().The default implementation does nothing.
- Specified by:
enterImport_from_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_from_targets
Exit a parse tree produced byPythonParser.import_from_targets().The default implementation does nothing.
- Specified by:
exitImport_from_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_from_as_names
Enter a parse tree produced byPythonParser.import_from_as_names().The default implementation does nothing.
- Specified by:
enterImport_from_as_namesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_from_as_names
Exit a parse tree produced byPythonParser.import_from_as_names().The default implementation does nothing.
- Specified by:
exitImport_from_as_namesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImport_from_as_name
Enter a parse tree produced byPythonParser.import_from_as_name().The default implementation does nothing.
- Specified by:
enterImport_from_as_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImport_from_as_name
Exit a parse tree produced byPythonParser.import_from_as_name().The default implementation does nothing.
- Specified by:
exitImport_from_as_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDotted_as_names
Enter a parse tree produced byPythonParser.dotted_as_names().The default implementation does nothing.
- Specified by:
enterDotted_as_namesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDotted_as_names
Exit a parse tree produced byPythonParser.dotted_as_names().The default implementation does nothing.
- Specified by:
exitDotted_as_namesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDotted_as_name
Enter a parse tree produced byPythonParser.dotted_as_name().The default implementation does nothing.
- Specified by:
enterDotted_as_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDotted_as_name
Exit a parse tree produced byPythonParser.dotted_as_name().The default implementation does nothing.
- Specified by:
exitDotted_as_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDotted_name
Enter a parse tree produced byPythonParser.dotted_name().The default implementation does nothing.
- Specified by:
enterDotted_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDotted_name
Exit a parse tree produced byPythonParser.dotted_name().The default implementation does nothing.
- Specified by:
exitDotted_namein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterIf_stmt
Enter a parse tree produced byPythonParser.if_stmt().The default implementation does nothing.
- Specified by:
enterIf_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitIf_stmt
Exit a parse tree produced byPythonParser.if_stmt().The default implementation does nothing.
- Specified by:
exitIf_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterElif_stmt
Enter a parse tree produced byPythonParser.elif_stmt().The default implementation does nothing.
- Specified by:
enterElif_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitElif_stmt
Exit a parse tree produced byPythonParser.elif_stmt().The default implementation does nothing.
- Specified by:
exitElif_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterElse_block
Enter a parse tree produced byPythonParser.else_block().The default implementation does nothing.
- Specified by:
enterElse_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitElse_block
Exit a parse tree produced byPythonParser.else_block().The default implementation does nothing.
- Specified by:
exitElse_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterWhile_stmt
Enter a parse tree produced byPythonParser.while_stmt().The default implementation does nothing.
- Specified by:
enterWhile_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitWhile_stmt
Exit a parse tree produced byPythonParser.while_stmt().The default implementation does nothing.
- Specified by:
exitWhile_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFor_stmt
Enter a parse tree produced byPythonParser.for_stmt().The default implementation does nothing.
- Specified by:
enterFor_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFor_stmt
Exit a parse tree produced byPythonParser.for_stmt().The default implementation does nothing.
- Specified by:
exitFor_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterWith_stmt
Enter a parse tree produced byPythonParser.with_stmt().The default implementation does nothing.
- Specified by:
enterWith_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitWith_stmt
Exit a parse tree produced byPythonParser.with_stmt().The default implementation does nothing.
- Specified by:
exitWith_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterWith_item
Enter a parse tree produced byPythonParser.with_item().The default implementation does nothing.
- Specified by:
enterWith_itemin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitWith_item
Exit a parse tree produced byPythonParser.with_item().The default implementation does nothing.
- Specified by:
exitWith_itemin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterTry_stmt
Enter a parse tree produced byPythonParser.try_stmt().The default implementation does nothing.
- Specified by:
enterTry_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitTry_stmt
Exit a parse tree produced byPythonParser.try_stmt().The default implementation does nothing.
- Specified by:
exitTry_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterExcept_block
Enter a parse tree produced byPythonParser.except_block().The default implementation does nothing.
- Specified by:
enterExcept_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitExcept_block
Exit a parse tree produced byPythonParser.except_block().The default implementation does nothing.
- Specified by:
exitExcept_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFinally_block
Enter a parse tree produced byPythonParser.finally_block().The default implementation does nothing.
- Specified by:
enterFinally_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFinally_block
Exit a parse tree produced byPythonParser.finally_block().The default implementation does nothing.
- Specified by:
exitFinally_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterMatch_stmt
Enter a parse tree produced byPythonParser.match_stmt().The default implementation does nothing.
- Specified by:
enterMatch_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitMatch_stmt
Exit a parse tree produced byPythonParser.match_stmt().The default implementation does nothing.
- Specified by:
exitMatch_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSubject_expr
Enter a parse tree produced byPythonParser.subject_expr().The default implementation does nothing.
- Specified by:
enterSubject_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSubject_expr
Exit a parse tree produced byPythonParser.subject_expr().The default implementation does nothing.
- Specified by:
exitSubject_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterCase_block
Enter a parse tree produced byPythonParser.case_block().The default implementation does nothing.
- Specified by:
enterCase_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitCase_block
Exit a parse tree produced byPythonParser.case_block().The default implementation does nothing.
- Specified by:
exitCase_blockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGuard
Enter a parse tree produced byPythonParser.guard().The default implementation does nothing.
- Specified by:
enterGuardin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGuard
Exit a parse tree produced byPythonParser.guard().The default implementation does nothing.
- Specified by:
exitGuardin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPatterns
Enter a parse tree produced byPythonParser.patterns().The default implementation does nothing.
- Specified by:
enterPatternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPatterns
Exit a parse tree produced byPythonParser.patterns().The default implementation does nothing.
- Specified by:
exitPatternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPattern
Enter a parse tree produced byPythonParser.pattern().The default implementation does nothing.
- Specified by:
enterPatternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPattern
Exit a parse tree produced byPythonParser.pattern().The default implementation does nothing.
- Specified by:
exitPatternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAs_pattern
Enter a parse tree produced byPythonParser.as_pattern().The default implementation does nothing.
- Specified by:
enterAs_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAs_pattern
Exit a parse tree produced byPythonParser.as_pattern().The default implementation does nothing.
- Specified by:
exitAs_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterOr_pattern
Enter a parse tree produced byPythonParser.or_pattern().The default implementation does nothing.
- Specified by:
enterOr_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitOr_pattern
Exit a parse tree produced byPythonParser.or_pattern().The default implementation does nothing.
- Specified by:
exitOr_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterClosed_pattern
Enter a parse tree produced byPythonParser.closed_pattern().The default implementation does nothing.
- Specified by:
enterClosed_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitClosed_pattern
Exit a parse tree produced byPythonParser.closed_pattern().The default implementation does nothing.
- Specified by:
exitClosed_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLiteral_pattern
Enter a parse tree produced byPythonParser.literal_pattern().The default implementation does nothing.
- Specified by:
enterLiteral_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLiteral_pattern
Exit a parse tree produced byPythonParser.literal_pattern().The default implementation does nothing.
- Specified by:
exitLiteral_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLiteral_expr
Enter a parse tree produced byPythonParser.literal_expr().The default implementation does nothing.
- Specified by:
enterLiteral_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLiteral_expr
Exit a parse tree produced byPythonParser.literal_expr().The default implementation does nothing.
- Specified by:
exitLiteral_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterComplex_number
Enter a parse tree produced byPythonParser.complex_number().The default implementation does nothing.
- Specified by:
enterComplex_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitComplex_number
Exit a parse tree produced byPythonParser.complex_number().The default implementation does nothing.
- Specified by:
exitComplex_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSigned_number
Enter a parse tree produced byPythonParser.signed_number().The default implementation does nothing.
- Specified by:
enterSigned_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSigned_number
Exit a parse tree produced byPythonParser.signed_number().The default implementation does nothing.
- Specified by:
exitSigned_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSigned_real_number
Enter a parse tree produced byPythonParser.signed_real_number().The default implementation does nothing.
- Specified by:
enterSigned_real_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSigned_real_number
Exit a parse tree produced byPythonParser.signed_real_number().The default implementation does nothing.
- Specified by:
exitSigned_real_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterReal_number
Enter a parse tree produced byPythonParser.real_number().The default implementation does nothing.
- Specified by:
enterReal_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitReal_number
Exit a parse tree produced byPythonParser.real_number().The default implementation does nothing.
- Specified by:
exitReal_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterImaginary_number
Enter a parse tree produced byPythonParser.imaginary_number().The default implementation does nothing.
- Specified by:
enterImaginary_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitImaginary_number
Exit a parse tree produced byPythonParser.imaginary_number().The default implementation does nothing.
- Specified by:
exitImaginary_numberin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterCapture_pattern
Enter a parse tree produced byPythonParser.capture_pattern().The default implementation does nothing.
- Specified by:
enterCapture_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitCapture_pattern
Exit a parse tree produced byPythonParser.capture_pattern().The default implementation does nothing.
- Specified by:
exitCapture_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPattern_capture_target
Enter a parse tree produced byPythonParser.pattern_capture_target().The default implementation does nothing.
- Specified by:
enterPattern_capture_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPattern_capture_target
Exit a parse tree produced byPythonParser.pattern_capture_target().The default implementation does nothing.
- Specified by:
exitPattern_capture_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterWildcard_pattern
Enter a parse tree produced byPythonParser.wildcard_pattern().The default implementation does nothing.
- Specified by:
enterWildcard_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitWildcard_pattern
Exit a parse tree produced byPythonParser.wildcard_pattern().The default implementation does nothing.
- Specified by:
exitWildcard_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterValue_pattern
Enter a parse tree produced byPythonParser.value_pattern().The default implementation does nothing.
- Specified by:
enterValue_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitValue_pattern
Exit a parse tree produced byPythonParser.value_pattern().The default implementation does nothing.
- Specified by:
exitValue_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAttr
Enter a parse tree produced byPythonParser.attr().The default implementation does nothing.
- Specified by:
enterAttrin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAttr
Exit a parse tree produced byPythonParser.attr().The default implementation does nothing.
- Specified by:
exitAttrin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterName_or_attr
Enter a parse tree produced byPythonParser.name_or_attr().The default implementation does nothing.
- Specified by:
enterName_or_attrin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitName_or_attr
Exit a parse tree produced byPythonParser.name_or_attr().The default implementation does nothing.
- Specified by:
exitName_or_attrin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGroup_pattern
Enter a parse tree produced byPythonParser.group_pattern().The default implementation does nothing.
- Specified by:
enterGroup_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGroup_pattern
Exit a parse tree produced byPythonParser.group_pattern().The default implementation does nothing.
- Specified by:
exitGroup_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSequence_pattern
Enter a parse tree produced byPythonParser.sequence_pattern().The default implementation does nothing.
- Specified by:
enterSequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSequence_pattern
Exit a parse tree produced byPythonParser.sequence_pattern().The default implementation does nothing.
- Specified by:
exitSequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterOpen_sequence_pattern
Enter a parse tree produced byPythonParser.open_sequence_pattern().The default implementation does nothing.
- Specified by:
enterOpen_sequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitOpen_sequence_pattern
Exit a parse tree produced byPythonParser.open_sequence_pattern().The default implementation does nothing.
- Specified by:
exitOpen_sequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterMaybe_sequence_pattern
Enter a parse tree produced byPythonParser.maybe_sequence_pattern().The default implementation does nothing.
- Specified by:
enterMaybe_sequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitMaybe_sequence_pattern
Exit a parse tree produced byPythonParser.maybe_sequence_pattern().The default implementation does nothing.
- Specified by:
exitMaybe_sequence_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterMaybe_star_pattern
Enter a parse tree produced byPythonParser.maybe_star_pattern().The default implementation does nothing.
- Specified by:
enterMaybe_star_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitMaybe_star_pattern
Exit a parse tree produced byPythonParser.maybe_star_pattern().The default implementation does nothing.
- Specified by:
exitMaybe_star_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_pattern
Enter a parse tree produced byPythonParser.star_pattern().The default implementation does nothing.
- Specified by:
enterStar_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_pattern
Exit a parse tree produced byPythonParser.star_pattern().The default implementation does nothing.
- Specified by:
exitStar_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterMapping_pattern
Enter a parse tree produced byPythonParser.mapping_pattern().The default implementation does nothing.
- Specified by:
enterMapping_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitMapping_pattern
Exit a parse tree produced byPythonParser.mapping_pattern().The default implementation does nothing.
- Specified by:
exitMapping_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterItems_pattern
Enter a parse tree produced byPythonParser.items_pattern().The default implementation does nothing.
- Specified by:
enterItems_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitItems_pattern
Exit a parse tree produced byPythonParser.items_pattern().The default implementation does nothing.
- Specified by:
exitItems_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKey_value_pattern
Enter a parse tree produced byPythonParser.key_value_pattern().The default implementation does nothing.
- Specified by:
enterKey_value_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKey_value_pattern
Exit a parse tree produced byPythonParser.key_value_pattern().The default implementation does nothing.
- Specified by:
exitKey_value_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDouble_star_pattern
Enter a parse tree produced byPythonParser.double_star_pattern().The default implementation does nothing.
- Specified by:
enterDouble_star_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDouble_star_pattern
Exit a parse tree produced byPythonParser.double_star_pattern().The default implementation does nothing.
- Specified by:
exitDouble_star_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterClass_pattern
Enter a parse tree produced byPythonParser.class_pattern().The default implementation does nothing.
- Specified by:
enterClass_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitClass_pattern
Exit a parse tree produced byPythonParser.class_pattern().The default implementation does nothing.
- Specified by:
exitClass_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPositional_patterns
Enter a parse tree produced byPythonParser.positional_patterns().The default implementation does nothing.
- Specified by:
enterPositional_patternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPositional_patterns
Exit a parse tree produced byPythonParser.positional_patterns().The default implementation does nothing.
- Specified by:
exitPositional_patternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKeyword_patterns
Enter a parse tree produced byPythonParser.keyword_patterns().The default implementation does nothing.
- Specified by:
enterKeyword_patternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKeyword_patterns
Exit a parse tree produced byPythonParser.keyword_patterns().The default implementation does nothing.
- Specified by:
exitKeyword_patternsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKeyword_pattern
Enter a parse tree produced byPythonParser.keyword_pattern().The default implementation does nothing.
- Specified by:
enterKeyword_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKeyword_pattern
Exit a parse tree produced byPythonParser.keyword_pattern().The default implementation does nothing.
- Specified by:
exitKeyword_patternin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterReturn_stmt
Enter a parse tree produced byPythonParser.return_stmt().The default implementation does nothing.
- Specified by:
enterReturn_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitReturn_stmt
Exit a parse tree produced byPythonParser.return_stmt().The default implementation does nothing.
- Specified by:
exitReturn_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterRaise_stmt
Enter a parse tree produced byPythonParser.raise_stmt().The default implementation does nothing.
- Specified by:
enterRaise_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitRaise_stmt
Exit a parse tree produced byPythonParser.raise_stmt().The default implementation does nothing.
- Specified by:
exitRaise_stmtin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFunction_def
Enter a parse tree produced byPythonParser.function_def().The default implementation does nothing.
- Specified by:
enterFunction_defin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFunction_def
Exit a parse tree produced byPythonParser.function_def().The default implementation does nothing.
- Specified by:
exitFunction_defin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFunction_def_raw
Enter a parse tree produced byPythonParser.function_def_raw().The default implementation does nothing.
- Specified by:
enterFunction_def_rawin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFunction_def_raw
Exit a parse tree produced byPythonParser.function_def_raw().The default implementation does nothing.
- Specified by:
exitFunction_def_rawin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFunc_type_comment
Enter a parse tree produced byPythonParser.func_type_comment().The default implementation does nothing.
- Specified by:
enterFunc_type_commentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFunc_type_comment
Exit a parse tree produced byPythonParser.func_type_comment().The default implementation does nothing.
- Specified by:
exitFunc_type_commentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParams
Enter a parse tree produced byPythonParser.params().The default implementation does nothing.
- Specified by:
enterParamsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParams
Exit a parse tree produced byPythonParser.params().The default implementation does nothing.
- Specified by:
exitParamsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParameters
Enter a parse tree produced byPythonParser.parameters().The default implementation does nothing.
- Specified by:
enterParametersin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParameters
Exit a parse tree produced byPythonParser.parameters().The default implementation does nothing.
- Specified by:
exitParametersin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSlash_no_default
Enter a parse tree produced byPythonParser.slash_no_default().The default implementation does nothing.
- Specified by:
enterSlash_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSlash_no_default
Exit a parse tree produced byPythonParser.slash_no_default().The default implementation does nothing.
- Specified by:
exitSlash_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSlash_with_default
Enter a parse tree produced byPythonParser.slash_with_default().The default implementation does nothing.
- Specified by:
enterSlash_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSlash_with_default
Exit a parse tree produced byPythonParser.slash_with_default().The default implementation does nothing.
- Specified by:
exitSlash_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_etc
Enter a parse tree produced byPythonParser.star_etc().The default implementation does nothing.
- Specified by:
enterStar_etcin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_etc
Exit a parse tree produced byPythonParser.star_etc().The default implementation does nothing.
- Specified by:
exitStar_etcin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKwds
Enter a parse tree produced byPythonParser.kwds().The default implementation does nothing.
- Specified by:
enterKwdsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKwds
Exit a parse tree produced byPythonParser.kwds().The default implementation does nothing.
- Specified by:
exitKwdsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParam_no_default
Enter a parse tree produced byPythonParser.param_no_default().The default implementation does nothing.
- Specified by:
enterParam_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParam_no_default
Exit a parse tree produced byPythonParser.param_no_default().The default implementation does nothing.
- Specified by:
exitParam_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParam_with_default
Enter a parse tree produced byPythonParser.param_with_default().The default implementation does nothing.
- Specified by:
enterParam_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParam_with_default
Exit a parse tree produced byPythonParser.param_with_default().The default implementation does nothing.
- Specified by:
exitParam_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParam_maybe_default
Enter a parse tree produced byPythonParser.param_maybe_default().The default implementation does nothing.
- Specified by:
enterParam_maybe_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParam_maybe_default
Exit a parse tree produced byPythonParser.param_maybe_default().The default implementation does nothing.
- Specified by:
exitParam_maybe_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterParam
Enter a parse tree produced byPythonParser.param().The default implementation does nothing.
- Specified by:
enterParamin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitParam
Exit a parse tree produced byPythonParser.param().The default implementation does nothing.
- Specified by:
exitParamin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced byPythonParser.annotation().The default implementation does nothing.
- Specified by:
enterAnnotationin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byPythonParser.annotation().The default implementation does nothing.
- Specified by:
exitAnnotationin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDefault_assignment
Enter a parse tree produced byPythonParser.default_assignment().The default implementation does nothing.
- Specified by:
enterDefault_assignmentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDefault_assignment
Exit a parse tree produced byPythonParser.default_assignment().The default implementation does nothing.
- Specified by:
exitDefault_assignmentin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDecorators
Enter a parse tree produced byPythonParser.decorators().The default implementation does nothing.
- Specified by:
enterDecoratorsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDecorators
Exit a parse tree produced byPythonParser.decorators().The default implementation does nothing.
- Specified by:
exitDecoratorsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterClass_def
Enter a parse tree produced byPythonParser.class_def().The default implementation does nothing.
- Specified by:
enterClass_defin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitClass_def
Exit a parse tree produced byPythonParser.class_def().The default implementation does nothing.
- Specified by:
exitClass_defin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterClass_def_raw
Enter a parse tree produced byPythonParser.class_def_raw().The default implementation does nothing.
- Specified by:
enterClass_def_rawin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitClass_def_raw
Exit a parse tree produced byPythonParser.class_def_raw().The default implementation does nothing.
- Specified by:
exitClass_def_rawin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byPythonParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byPythonParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_expressions
Enter a parse tree produced byPythonParser.star_expressions().The default implementation does nothing.
- Specified by:
enterStar_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_expressions
Exit a parse tree produced byPythonParser.star_expressions().The default implementation does nothing.
- Specified by:
exitStar_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_expression
Enter a parse tree produced byPythonParser.star_expression().The default implementation does nothing.
- Specified by:
enterStar_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_expression
Exit a parse tree produced byPythonParser.star_expression().The default implementation does nothing.
- Specified by:
exitStar_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_named_expressions
Enter a parse tree produced byPythonParser.star_named_expressions().The default implementation does nothing.
- Specified by:
enterStar_named_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_named_expressions
Exit a parse tree produced byPythonParser.star_named_expressions().The default implementation does nothing.
- Specified by:
exitStar_named_expressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_named_expression
Enter a parse tree produced byPythonParser.star_named_expression().The default implementation does nothing.
- Specified by:
enterStar_named_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_named_expression
Exit a parse tree produced byPythonParser.star_named_expression().The default implementation does nothing.
- Specified by:
exitStar_named_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAssignment_expression
Enter a parse tree produced byPythonParser.assignment_expression().The default implementation does nothing.
- Specified by:
enterAssignment_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAssignment_expression
Exit a parse tree produced byPythonParser.assignment_expression().The default implementation does nothing.
- Specified by:
exitAssignment_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterNamed_expression
Enter a parse tree produced byPythonParser.named_expression().The default implementation does nothing.
- Specified by:
enterNamed_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitNamed_expression
Exit a parse tree produced byPythonParser.named_expression().The default implementation does nothing.
- Specified by:
exitNamed_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAnnotated_rhs
Enter a parse tree produced byPythonParser.annotated_rhs().The default implementation does nothing.
- Specified by:
enterAnnotated_rhsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAnnotated_rhs
Exit a parse tree produced byPythonParser.annotated_rhs().The default implementation does nothing.
- Specified by:
exitAnnotated_rhsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterExpressions
Enter a parse tree produced byPythonParser.expressions().The default implementation does nothing.
- Specified by:
enterExpressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitExpressions
Exit a parse tree produced byPythonParser.expressions().The default implementation does nothing.
- Specified by:
exitExpressionsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byPythonParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byPythonParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambdef
Enter a parse tree produced byPythonParser.lambdef().The default implementation does nothing.
- Specified by:
enterLambdefin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambdef
Exit a parse tree produced byPythonParser.lambdef().The default implementation does nothing.
- Specified by:
exitLambdefin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_params
Enter a parse tree produced byPythonParser.lambda_params().The default implementation does nothing.
- Specified by:
enterLambda_paramsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_params
Exit a parse tree produced byPythonParser.lambda_params().The default implementation does nothing.
- Specified by:
exitLambda_paramsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_parameters
Enter a parse tree produced byPythonParser.lambda_parameters().The default implementation does nothing.
- Specified by:
enterLambda_parametersin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_parameters
Exit a parse tree produced byPythonParser.lambda_parameters().The default implementation does nothing.
- Specified by:
exitLambda_parametersin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_slash_no_default
Enter a parse tree produced byPythonParser.lambda_slash_no_default().The default implementation does nothing.
- Specified by:
enterLambda_slash_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_slash_no_default
Exit a parse tree produced byPythonParser.lambda_slash_no_default().The default implementation does nothing.
- Specified by:
exitLambda_slash_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_slash_with_default
Enter a parse tree produced byPythonParser.lambda_slash_with_default().The default implementation does nothing.
- Specified by:
enterLambda_slash_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_slash_with_default
Exit a parse tree produced byPythonParser.lambda_slash_with_default().The default implementation does nothing.
- Specified by:
exitLambda_slash_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_star_etc
Enter a parse tree produced byPythonParser.lambda_star_etc().The default implementation does nothing.
- Specified by:
enterLambda_star_etcin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_star_etc
Exit a parse tree produced byPythonParser.lambda_star_etc().The default implementation does nothing.
- Specified by:
exitLambda_star_etcin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_kwds
Enter a parse tree produced byPythonParser.lambda_kwds().The default implementation does nothing.
- Specified by:
enterLambda_kwdsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_kwds
Exit a parse tree produced byPythonParser.lambda_kwds().The default implementation does nothing.
- Specified by:
exitLambda_kwdsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_param_no_default
Enter a parse tree produced byPythonParser.lambda_param_no_default().The default implementation does nothing.
- Specified by:
enterLambda_param_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_param_no_default
Exit a parse tree produced byPythonParser.lambda_param_no_default().The default implementation does nothing.
- Specified by:
exitLambda_param_no_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_param_with_default
Enter a parse tree produced byPythonParser.lambda_param_with_default().The default implementation does nothing.
- Specified by:
enterLambda_param_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_param_with_default
Exit a parse tree produced byPythonParser.lambda_param_with_default().The default implementation does nothing.
- Specified by:
exitLambda_param_with_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_param_maybe_default
Enter a parse tree produced byPythonParser.lambda_param_maybe_default().The default implementation does nothing.
- Specified by:
enterLambda_param_maybe_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_param_maybe_default
Exit a parse tree produced byPythonParser.lambda_param_maybe_default().The default implementation does nothing.
- Specified by:
exitLambda_param_maybe_defaultin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLambda_param
Enter a parse tree produced byPythonParser.lambda_param().The default implementation does nothing.
- Specified by:
enterLambda_paramin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLambda_param
Exit a parse tree produced byPythonParser.lambda_param().The default implementation does nothing.
- Specified by:
exitLambda_paramin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDisjunction
Enter a parse tree produced byPythonParser.disjunction().The default implementation does nothing.
- Specified by:
enterDisjunctionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDisjunction
Exit a parse tree produced byPythonParser.disjunction().The default implementation does nothing.
- Specified by:
exitDisjunctionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterConjunction
Enter a parse tree produced byPythonParser.conjunction().The default implementation does nothing.
- Specified by:
enterConjunctionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitConjunction
Exit a parse tree produced byPythonParser.conjunction().The default implementation does nothing.
- Specified by:
exitConjunctionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterInversion
Enter a parse tree produced byPythonParser.inversion().The default implementation does nothing.
- Specified by:
enterInversionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitInversion
Exit a parse tree produced byPythonParser.inversion().The default implementation does nothing.
- Specified by:
exitInversionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byPythonParser.comparison().The default implementation does nothing.
- Specified by:
enterComparisonin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byPythonParser.comparison().The default implementation does nothing.
- Specified by:
exitComparisonin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterCompare_op_bitwise_or_pair
Enter a parse tree produced byPythonParser.compare_op_bitwise_or_pair().The default implementation does nothing.
- Specified by:
enterCompare_op_bitwise_or_pairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitCompare_op_bitwise_or_pair
Exit a parse tree produced byPythonParser.compare_op_bitwise_or_pair().The default implementation does nothing.
- Specified by:
exitCompare_op_bitwise_or_pairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterEq_bitwise_or
Enter a parse tree produced byPythonParser.eq_bitwise_or().The default implementation does nothing.
- Specified by:
enterEq_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitEq_bitwise_or
Exit a parse tree produced byPythonParser.eq_bitwise_or().The default implementation does nothing.
- Specified by:
exitEq_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterNoteq_bitwise_or
Enter a parse tree produced byPythonParser.noteq_bitwise_or().The default implementation does nothing.
- Specified by:
enterNoteq_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitNoteq_bitwise_or
Exit a parse tree produced byPythonParser.noteq_bitwise_or().The default implementation does nothing.
- Specified by:
exitNoteq_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLte_bitwise_or
Enter a parse tree produced byPythonParser.lte_bitwise_or().The default implementation does nothing.
- Specified by:
enterLte_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLte_bitwise_or
Exit a parse tree produced byPythonParser.lte_bitwise_or().The default implementation does nothing.
- Specified by:
exitLte_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterLt_bitwise_or
Enter a parse tree produced byPythonParser.lt_bitwise_or().The default implementation does nothing.
- Specified by:
enterLt_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitLt_bitwise_or
Exit a parse tree produced byPythonParser.lt_bitwise_or().The default implementation does nothing.
- Specified by:
exitLt_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGte_bitwise_or
Enter a parse tree produced byPythonParser.gte_bitwise_or().The default implementation does nothing.
- Specified by:
enterGte_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGte_bitwise_or
Exit a parse tree produced byPythonParser.gte_bitwise_or().The default implementation does nothing.
- Specified by:
exitGte_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGt_bitwise_or
Enter a parse tree produced byPythonParser.gt_bitwise_or().The default implementation does nothing.
- Specified by:
enterGt_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGt_bitwise_or
Exit a parse tree produced byPythonParser.gt_bitwise_or().The default implementation does nothing.
- Specified by:
exitGt_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterNotin_bitwise_or
Enter a parse tree produced byPythonParser.notin_bitwise_or().The default implementation does nothing.
- Specified by:
enterNotin_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitNotin_bitwise_or
Exit a parse tree produced byPythonParser.notin_bitwise_or().The default implementation does nothing.
- Specified by:
exitNotin_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterIn_bitwise_or
Enter a parse tree produced byPythonParser.in_bitwise_or().The default implementation does nothing.
- Specified by:
enterIn_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitIn_bitwise_or
Exit a parse tree produced byPythonParser.in_bitwise_or().The default implementation does nothing.
- Specified by:
exitIn_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterIsnot_bitwise_or
Enter a parse tree produced byPythonParser.isnot_bitwise_or().The default implementation does nothing.
- Specified by:
enterIsnot_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitIsnot_bitwise_or
Exit a parse tree produced byPythonParser.isnot_bitwise_or().The default implementation does nothing.
- Specified by:
exitIsnot_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterIs_bitwise_or
Enter a parse tree produced byPythonParser.is_bitwise_or().The default implementation does nothing.
- Specified by:
enterIs_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitIs_bitwise_or
Exit a parse tree produced byPythonParser.is_bitwise_or().The default implementation does nothing.
- Specified by:
exitIs_bitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterBitwise_or
Enter a parse tree produced byPythonParser.bitwise_or().The default implementation does nothing.
- Specified by:
enterBitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitBitwise_or
Exit a parse tree produced byPythonParser.bitwise_or().The default implementation does nothing.
- Specified by:
exitBitwise_orin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterBitwise_xor
Enter a parse tree produced byPythonParser.bitwise_xor().The default implementation does nothing.
- Specified by:
enterBitwise_xorin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitBitwise_xor
Exit a parse tree produced byPythonParser.bitwise_xor().The default implementation does nothing.
- Specified by:
exitBitwise_xorin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterBitwise_and
Enter a parse tree produced byPythonParser.bitwise_and().The default implementation does nothing.
- Specified by:
enterBitwise_andin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitBitwise_and
Exit a parse tree produced byPythonParser.bitwise_and().The default implementation does nothing.
- Specified by:
exitBitwise_andin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterShift_expr
Enter a parse tree produced byPythonParser.shift_expr().The default implementation does nothing.
- Specified by:
enterShift_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitShift_expr
Exit a parse tree produced byPythonParser.shift_expr().The default implementation does nothing.
- Specified by:
exitShift_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSum
Enter a parse tree produced byPythonParser.sum().The default implementation does nothing.
- Specified by:
enterSumin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSum
Exit a parse tree produced byPythonParser.sum().The default implementation does nothing.
- Specified by:
exitSumin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byPythonParser.term().The default implementation does nothing.
- Specified by:
enterTermin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byPythonParser.term().The default implementation does nothing.
- Specified by:
exitTermin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byPythonParser.factor().The default implementation does nothing.
- Specified by:
enterFactorin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byPythonParser.factor().The default implementation does nothing.
- Specified by:
exitFactorin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPower
Enter a parse tree produced byPythonParser.power().The default implementation does nothing.
- Specified by:
enterPowerin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPower
Exit a parse tree produced byPythonParser.power().The default implementation does nothing.
- Specified by:
exitPowerin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAwait_primary
Enter a parse tree produced byPythonParser.await_primary().The default implementation does nothing.
- Specified by:
enterAwait_primaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAwait_primary
Exit a parse tree produced byPythonParser.await_primary().The default implementation does nothing.
- Specified by:
exitAwait_primaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterPrimary
Enter a parse tree produced byPythonParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitPrimary
Exit a parse tree produced byPythonParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSlices
Enter a parse tree produced byPythonParser.slices().The default implementation does nothing.
- Specified by:
enterSlicesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSlices
Exit a parse tree produced byPythonParser.slices().The default implementation does nothing.
- Specified by:
exitSlicesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSlice
Enter a parse tree produced byPythonParser.slice().The default implementation does nothing.
- Specified by:
enterSlicein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSlice
Exit a parse tree produced byPythonParser.slice().The default implementation does nothing.
- Specified by:
exitSlicein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterAtom
Enter a parse tree produced byPythonParser.atom().The default implementation does nothing.
- Specified by:
enterAtomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitAtom
Exit a parse tree produced byPythonParser.atom().The default implementation does nothing.
- Specified by:
exitAtomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStrings
Enter a parse tree produced byPythonParser.strings().The default implementation does nothing.
- Specified by:
enterStringsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStrings
Exit a parse tree produced byPythonParser.strings().The default implementation does nothing.
- Specified by:
exitStringsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterList
Enter a parse tree produced byPythonParser.list().The default implementation does nothing.
- Specified by:
enterListin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitList
Exit a parse tree produced byPythonParser.list().The default implementation does nothing.
- Specified by:
exitListin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterListcomp
Enter a parse tree produced byPythonParser.listcomp().The default implementation does nothing.
- Specified by:
enterListcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitListcomp
Exit a parse tree produced byPythonParser.listcomp().The default implementation does nothing.
- Specified by:
exitListcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterTuple
Enter a parse tree produced byPythonParser.tuple().The default implementation does nothing.
- Specified by:
enterTuplein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitTuple
Exit a parse tree produced byPythonParser.tuple().The default implementation does nothing.
- Specified by:
exitTuplein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGroup
Enter a parse tree produced byPythonParser.group().The default implementation does nothing.
- Specified by:
enterGroupin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGroup
Exit a parse tree produced byPythonParser.group().The default implementation does nothing.
- Specified by:
exitGroupin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterGenexp
Enter a parse tree produced byPythonParser.genexp().The default implementation does nothing.
- Specified by:
enterGenexpin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitGenexp
Exit a parse tree produced byPythonParser.genexp().The default implementation does nothing.
- Specified by:
exitGenexpin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSet
Enter a parse tree produced byPythonParser.set().The default implementation does nothing.
- Specified by:
enterSetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSet
Exit a parse tree produced byPythonParser.set().The default implementation does nothing.
- Specified by:
exitSetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSetcomp
Enter a parse tree produced byPythonParser.setcomp().The default implementation does nothing.
- Specified by:
enterSetcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSetcomp
Exit a parse tree produced byPythonParser.setcomp().The default implementation does nothing.
- Specified by:
exitSetcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDict
Enter a parse tree produced byPythonParser.dict().The default implementation does nothing.
- Specified by:
enterDictin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDict
Exit a parse tree produced byPythonParser.dict().The default implementation does nothing.
- Specified by:
exitDictin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDictcomp
Enter a parse tree produced byPythonParser.dictcomp().The default implementation does nothing.
- Specified by:
enterDictcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDictcomp
Exit a parse tree produced byPythonParser.dictcomp().The default implementation does nothing.
- Specified by:
exitDictcompin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDouble_starred_kvpairs
Enter a parse tree produced byPythonParser.double_starred_kvpairs().The default implementation does nothing.
- Specified by:
enterDouble_starred_kvpairsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDouble_starred_kvpairs
Exit a parse tree produced byPythonParser.double_starred_kvpairs().The default implementation does nothing.
- Specified by:
exitDouble_starred_kvpairsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDouble_starred_kvpair
Enter a parse tree produced byPythonParser.double_starred_kvpair().The default implementation does nothing.
- Specified by:
enterDouble_starred_kvpairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDouble_starred_kvpair
Exit a parse tree produced byPythonParser.double_starred_kvpair().The default implementation does nothing.
- Specified by:
exitDouble_starred_kvpairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKvpair
Enter a parse tree produced byPythonParser.kvpair().The default implementation does nothing.
- Specified by:
enterKvpairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKvpair
Exit a parse tree produced byPythonParser.kvpair().The default implementation does nothing.
- Specified by:
exitKvpairin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFor_if_clauses
Enter a parse tree produced byPythonParser.for_if_clauses().The default implementation does nothing.
- Specified by:
enterFor_if_clausesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFor_if_clauses
Exit a parse tree produced byPythonParser.for_if_clauses().The default implementation does nothing.
- Specified by:
exitFor_if_clausesin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterFor_if_clause
Enter a parse tree produced byPythonParser.for_if_clause().The default implementation does nothing.
- Specified by:
enterFor_if_clausein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitFor_if_clause
Exit a parse tree produced byPythonParser.for_if_clause().The default implementation does nothing.
- Specified by:
exitFor_if_clausein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterYield_expr
Enter a parse tree produced byPythonParser.yield_expr().The default implementation does nothing.
- Specified by:
enterYield_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitYield_expr
Exit a parse tree produced byPythonParser.yield_expr().The default implementation does nothing.
- Specified by:
exitYield_exprin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byPythonParser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byPythonParser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterArgs
Enter a parse tree produced byPythonParser.args().The default implementation does nothing.
- Specified by:
enterArgsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitArgs
Exit a parse tree produced byPythonParser.args().The default implementation does nothing.
- Specified by:
exitArgsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterArg
Enter a parse tree produced byPythonParser.arg().The default implementation does nothing.
- Specified by:
enterArgin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitArg
Exit a parse tree produced byPythonParser.arg().The default implementation does nothing.
- Specified by:
exitArgin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKwargs
Enter a parse tree produced byPythonParser.kwargs().The default implementation does nothing.
- Specified by:
enterKwargsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKwargs
Exit a parse tree produced byPythonParser.kwargs().The default implementation does nothing.
- Specified by:
exitKwargsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStarred_expression
Enter a parse tree produced byPythonParser.starred_expression().The default implementation does nothing.
- Specified by:
enterStarred_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStarred_expression
Exit a parse tree produced byPythonParser.starred_expression().The default implementation does nothing.
- Specified by:
exitStarred_expressionin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKwarg_or_starred
Enter a parse tree produced byPythonParser.kwarg_or_starred().The default implementation does nothing.
- Specified by:
enterKwarg_or_starredin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKwarg_or_starred
Exit a parse tree produced byPythonParser.kwarg_or_starred().The default implementation does nothing.
- Specified by:
exitKwarg_or_starredin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterKwarg_or_double_starred
Enter a parse tree produced byPythonParser.kwarg_or_double_starred().The default implementation does nothing.
- Specified by:
enterKwarg_or_double_starredin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitKwarg_or_double_starred
Exit a parse tree produced byPythonParser.kwarg_or_double_starred().The default implementation does nothing.
- Specified by:
exitKwarg_or_double_starredin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_targets
Enter a parse tree produced byPythonParser.star_targets().The default implementation does nothing.
- Specified by:
enterStar_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_targets
Exit a parse tree produced byPythonParser.star_targets().The default implementation does nothing.
- Specified by:
exitStar_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_targets_list_seq
Enter a parse tree produced byPythonParser.star_targets_list_seq().The default implementation does nothing.
- Specified by:
enterStar_targets_list_seqin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_targets_list_seq
Exit a parse tree produced byPythonParser.star_targets_list_seq().The default implementation does nothing.
- Specified by:
exitStar_targets_list_seqin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_targets_tuple_seq
Enter a parse tree produced byPythonParser.star_targets_tuple_seq().The default implementation does nothing.
- Specified by:
enterStar_targets_tuple_seqin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_targets_tuple_seq
Exit a parse tree produced byPythonParser.star_targets_tuple_seq().The default implementation does nothing.
- Specified by:
exitStar_targets_tuple_seqin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_target
Enter a parse tree produced byPythonParser.star_target().The default implementation does nothing.
- Specified by:
enterStar_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_target
Exit a parse tree produced byPythonParser.star_target().The default implementation does nothing.
- Specified by:
exitStar_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterTarget_with_star_atom
Enter a parse tree produced byPythonParser.target_with_star_atom().The default implementation does nothing.
- Specified by:
enterTarget_with_star_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitTarget_with_star_atom
Exit a parse tree produced byPythonParser.target_with_star_atom().The default implementation does nothing.
- Specified by:
exitTarget_with_star_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterStar_atom
Enter a parse tree produced byPythonParser.star_atom().The default implementation does nothing.
- Specified by:
enterStar_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitStar_atom
Exit a parse tree produced byPythonParser.star_atom().The default implementation does nothing.
- Specified by:
exitStar_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSingle_target
Enter a parse tree produced byPythonParser.single_target().The default implementation does nothing.
- Specified by:
enterSingle_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSingle_target
Exit a parse tree produced byPythonParser.single_target().The default implementation does nothing.
- Specified by:
exitSingle_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterSingle_subscript_attribute_target
public void enterSingle_subscript_attribute_target(PythonParser.Single_subscript_attribute_targetContext ctx)Enter a parse tree produced byPythonParser.single_subscript_attribute_target().The default implementation does nothing.
- Specified by:
enterSingle_subscript_attribute_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitSingle_subscript_attribute_target
public void exitSingle_subscript_attribute_target(PythonParser.Single_subscript_attribute_targetContext ctx)Exit a parse tree produced byPythonParser.single_subscript_attribute_target().The default implementation does nothing.
- Specified by:
exitSingle_subscript_attribute_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDel_targets
Enter a parse tree produced byPythonParser.del_targets().The default implementation does nothing.
- Specified by:
enterDel_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDel_targets
Exit a parse tree produced byPythonParser.del_targets().The default implementation does nothing.
- Specified by:
exitDel_targetsin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDel_target
Enter a parse tree produced byPythonParser.del_target().The default implementation does nothing.
- Specified by:
enterDel_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDel_target
Exit a parse tree produced byPythonParser.del_target().The default implementation does nothing.
- Specified by:
exitDel_targetin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterDel_t_atom
Enter a parse tree produced byPythonParser.del_t_atom().The default implementation does nothing.
- Specified by:
enterDel_t_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitDel_t_atom
Exit a parse tree produced byPythonParser.del_t_atom().The default implementation does nothing.
- Specified by:
exitDel_t_atomin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterT_primary
Enter a parse tree produced byPythonParser.t_primary().The default implementation does nothing.
- Specified by:
enterT_primaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitT_primary
Exit a parse tree produced byPythonParser.t_primary().The default implementation does nothing.
- Specified by:
exitT_primaryin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterMatch_skw
Enter a parse tree produced byPythonParser.match_skw().The default implementation does nothing.
- Specified by:
enterMatch_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitMatch_skw
Exit a parse tree produced byPythonParser.match_skw().The default implementation does nothing.
- Specified by:
exitMatch_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterCase_skw
Enter a parse tree produced byPythonParser.case_skw().The default implementation does nothing.
- Specified by:
enterCase_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitCase_skw
Exit a parse tree produced byPythonParser.case_skw().The default implementation does nothing.
- Specified by:
exitCase_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterUnderscore_skw
Enter a parse tree produced byPythonParser.underscore_skw().The default implementation does nothing.
- Specified by:
enterUnderscore_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitUnderscore_skw
Exit a parse tree produced byPythonParser.underscore_skw().The default implementation does nothing.
- Specified by:
exitUnderscore_skwin interfacePythonParserListener- Parameters:
ctx- the parse tree
-
enterName_except_underscore
Enter a parse tree produced byPythonParser.name_except_underscore().The default implementation does nothing.
- Specified by:
enterName_except_underscorein interfacePythonParserListener- Parameters:
ctx- the parse tree
-
exitName_except_underscore
Exit a parse tree produced byPythonParser.name_except_underscore().The default implementation does nothing.
- Specified by:
exitName_except_underscorein interfacePythonParserListener- 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
-