Class IrpBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,IrpListener
IrpListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byIrpParser.alternative().voidEnter a parse tree produced byIrpParser.assignment().voidEnter a parse tree produced byIrpParser.bare_irstream().voidEnter a parse tree produced byIrpParser.bitspec().voidEnter a parse tree produced byIrpParser.bitspec_irstream().voidEnter a parse tree produced byIrpParser.definition().voidEnter a parse tree produced byIrpParser.definitions().voidEnter a parse tree produced byIrpParser.definitions_list().voidEnter a parse tree produced byIrpParser.duration().voidEnter a parse tree produced byIrpParser.dutycycle_item().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byIrpParser.expression().voidEnter a parse tree produced byIrpParser.expressionEOF().voidEnter a parse tree produced byIrpParser.extent().voidEnter a parse tree produced by thefinite_bitfieldlabeled alternative inIrpParser.bitfield().voidEnter a parse tree produced byIrpParser.flash().voidEnter a parse tree produced byIrpParser.float_number().voidEnter a parse tree produced byIrpParser.frequency_item().voidEnter a parse tree produced byIrpParser.gap().voidEnter a parse tree produced byIrpParser.generalspec().voidEnter a parse tree produced byIrpParser.generalspec_item().voidEnter a parse tree produced byIrpParser.generalspec_list().voidEnter a parse tree produced by theinfinite_bitfieldlabeled alternative inIrpParser.bitfield().voidEnter a parse tree produced byIrpParser.irstream().voidEnter a parse tree produced byIrpParser.irstream_item().voidEnter a parse tree produced byIrpParser.name().voidEnter a parse tree produced byIrpParser.name_or_number().voidEnter a parse tree produced byIrpParser.number().voidEnter a parse tree produced byIrpParser.number_with_decimals().voidEnter a parse tree produced byIrpParser.order_item().voidEnter a parse tree produced byIrpParser.para_expression().voidEnter a parse tree produced byIrpParser.parameter_spec().voidEnter a parse tree produced byIrpParser.parameter_specs().voidEnter a parse tree produced byIrpParser.primary_item().voidEnter a parse tree produced byIrpParser.protocol().voidEnter a parse tree produced byIrpParser.repeat_marker().voidEnter a parse tree produced byIrpParser.unit_item().voidEnter a parse tree produced byIrpParser.variation().voidExit a parse tree produced byIrpParser.alternative().voidExit a parse tree produced byIrpParser.assignment().voidExit a parse tree produced byIrpParser.bare_irstream().voidExit a parse tree produced byIrpParser.bitspec().voidExit a parse tree produced byIrpParser.bitspec_irstream().voidExit a parse tree produced byIrpParser.definition().voidExit a parse tree produced byIrpParser.definitions().voidExit a parse tree produced byIrpParser.definitions_list().voidExit a parse tree produced byIrpParser.duration().voidExit a parse tree produced byIrpParser.dutycycle_item().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byIrpParser.expression().voidExit a parse tree produced byIrpParser.expressionEOF().voidExit a parse tree produced byIrpParser.extent().voidExit a parse tree produced by thefinite_bitfieldlabeled alternative inIrpParser.bitfield().voidExit a parse tree produced byIrpParser.flash().voidExit a parse tree produced byIrpParser.float_number().voidExit a parse tree produced byIrpParser.frequency_item().voidExit a parse tree produced byIrpParser.gap().voidExit a parse tree produced byIrpParser.generalspec().voidExit a parse tree produced byIrpParser.generalspec_item().voidExit a parse tree produced byIrpParser.generalspec_list().voidExit a parse tree produced by theinfinite_bitfieldlabeled alternative inIrpParser.bitfield().voidExit a parse tree produced byIrpParser.irstream().voidExit a parse tree produced byIrpParser.irstream_item().voidExit a parse tree produced byIrpParser.name().voidExit a parse tree produced byIrpParser.name_or_number().voidExit a parse tree produced byIrpParser.number().voidExit a parse tree produced byIrpParser.number_with_decimals().voidExit a parse tree produced byIrpParser.order_item().voidExit a parse tree produced byIrpParser.para_expression().voidExit a parse tree produced byIrpParser.parameter_spec().voidExit a parse tree produced byIrpParser.parameter_specs().voidExit a parse tree produced byIrpParser.primary_item().voidExit a parse tree produced byIrpParser.protocol().voidExit a parse tree produced byIrpParser.repeat_marker().voidExit a parse tree produced byIrpParser.unit_item().voidExit a parse tree produced byIrpParser.variation().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
IrpBaseListener
public IrpBaseListener()
-
-
Method Details
-
enterProtocol
Enter a parse tree produced byIrpParser.protocol().The default implementation does nothing.
- Specified by:
enterProtocolin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitProtocol
Exit a parse tree produced byIrpParser.protocol().The default implementation does nothing.
- Specified by:
exitProtocolin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterGeneralspec
Enter a parse tree produced byIrpParser.generalspec().The default implementation does nothing.
- Specified by:
enterGeneralspecin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitGeneralspec
Exit a parse tree produced byIrpParser.generalspec().The default implementation does nothing.
- Specified by:
exitGeneralspecin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterGeneralspec_list
Enter a parse tree produced byIrpParser.generalspec_list().The default implementation does nothing.
- Specified by:
enterGeneralspec_listin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitGeneralspec_list
Exit a parse tree produced byIrpParser.generalspec_list().The default implementation does nothing.
- Specified by:
exitGeneralspec_listin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterGeneralspec_item
Enter a parse tree produced byIrpParser.generalspec_item().The default implementation does nothing.
- Specified by:
enterGeneralspec_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitGeneralspec_item
Exit a parse tree produced byIrpParser.generalspec_item().The default implementation does nothing.
- Specified by:
exitGeneralspec_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterFrequency_item
Enter a parse tree produced byIrpParser.frequency_item().The default implementation does nothing.
- Specified by:
enterFrequency_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitFrequency_item
Exit a parse tree produced byIrpParser.frequency_item().The default implementation does nothing.
- Specified by:
exitFrequency_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterDutycycle_item
Enter a parse tree produced byIrpParser.dutycycle_item().The default implementation does nothing.
- Specified by:
enterDutycycle_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitDutycycle_item
Exit a parse tree produced byIrpParser.dutycycle_item().The default implementation does nothing.
- Specified by:
exitDutycycle_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterUnit_item
Enter a parse tree produced byIrpParser.unit_item().The default implementation does nothing.
- Specified by:
enterUnit_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitUnit_item
Exit a parse tree produced byIrpParser.unit_item().The default implementation does nothing.
- Specified by:
exitUnit_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterOrder_item
Enter a parse tree produced byIrpParser.order_item().The default implementation does nothing.
- Specified by:
enterOrder_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitOrder_item
Exit a parse tree produced byIrpParser.order_item().The default implementation does nothing.
- Specified by:
exitOrder_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterDuration
Enter a parse tree produced byIrpParser.duration().The default implementation does nothing.
- Specified by:
enterDurationin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitDuration
Exit a parse tree produced byIrpParser.duration().The default implementation does nothing.
- Specified by:
exitDurationin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterFlash
Enter a parse tree produced byIrpParser.flash().The default implementation does nothing.
- Specified by:
enterFlashin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitFlash
Exit a parse tree produced byIrpParser.flash().The default implementation does nothing.
- Specified by:
exitFlashin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterGap
Enter a parse tree produced byIrpParser.gap().The default implementation does nothing.
- Specified by:
enterGapin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitGap
Exit a parse tree produced byIrpParser.gap().The default implementation does nothing.
- Specified by:
exitGapin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterName_or_number
Enter a parse tree produced byIrpParser.name_or_number().The default implementation does nothing.
- Specified by:
enterName_or_numberin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitName_or_number
Exit a parse tree produced byIrpParser.name_or_number().The default implementation does nothing.
- Specified by:
exitName_or_numberin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterExtent
Enter a parse tree produced byIrpParser.extent().The default implementation does nothing.
- Specified by:
enterExtentin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitExtent
Exit a parse tree produced byIrpParser.extent().The default implementation does nothing.
- Specified by:
exitExtentin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterFinite_bitfield
Enter a parse tree produced by thefinite_bitfieldlabeled alternative inIrpParser.bitfield().The default implementation does nothing.
- Specified by:
enterFinite_bitfieldin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitFinite_bitfield
Exit a parse tree produced by thefinite_bitfieldlabeled alternative inIrpParser.bitfield().The default implementation does nothing.
- Specified by:
exitFinite_bitfieldin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterInfinite_bitfield
Enter a parse tree produced by theinfinite_bitfieldlabeled alternative inIrpParser.bitfield().The default implementation does nothing.
- Specified by:
enterInfinite_bitfieldin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitInfinite_bitfield
Exit a parse tree produced by theinfinite_bitfieldlabeled alternative inIrpParser.bitfield().The default implementation does nothing.
- Specified by:
exitInfinite_bitfieldin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterPrimary_item
Enter a parse tree produced byIrpParser.primary_item().The default implementation does nothing.
- Specified by:
enterPrimary_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitPrimary_item
Exit a parse tree produced byIrpParser.primary_item().The default implementation does nothing.
- Specified by:
exitPrimary_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterIrstream
Enter a parse tree produced byIrpParser.irstream().The default implementation does nothing.
- Specified by:
enterIrstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitIrstream
Exit a parse tree produced byIrpParser.irstream().The default implementation does nothing.
- Specified by:
exitIrstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterBare_irstream
Enter a parse tree produced byIrpParser.bare_irstream().The default implementation does nothing.
- Specified by:
enterBare_irstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitBare_irstream
Exit a parse tree produced byIrpParser.bare_irstream().The default implementation does nothing.
- Specified by:
exitBare_irstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterIrstream_item
Enter a parse tree produced byIrpParser.irstream_item().The default implementation does nothing.
- Specified by:
enterIrstream_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitIrstream_item
Exit a parse tree produced byIrpParser.irstream_item().The default implementation does nothing.
- Specified by:
exitIrstream_itemin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterBitspec
Enter a parse tree produced byIrpParser.bitspec().The default implementation does nothing.
- Specified by:
enterBitspecin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitBitspec
Exit a parse tree produced byIrpParser.bitspec().The default implementation does nothing.
- Specified by:
exitBitspecin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterRepeat_marker
Enter a parse tree produced byIrpParser.repeat_marker().The default implementation does nothing.
- Specified by:
enterRepeat_markerin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitRepeat_marker
Exit a parse tree produced byIrpParser.repeat_marker().The default implementation does nothing.
- Specified by:
exitRepeat_markerin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterBitspec_irstream
Enter a parse tree produced byIrpParser.bitspec_irstream().The default implementation does nothing.
- Specified by:
enterBitspec_irstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitBitspec_irstream
Exit a parse tree produced byIrpParser.bitspec_irstream().The default implementation does nothing.
- Specified by:
exitBitspec_irstreamin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterPara_expression
Enter a parse tree produced byIrpParser.para_expression().The default implementation does nothing.
- Specified by:
enterPara_expressionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitPara_expression
Exit a parse tree produced byIrpParser.para_expression().The default implementation does nothing.
- Specified by:
exitPara_expressionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byIrpParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byIrpParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterExpressionEOF
Enter a parse tree produced byIrpParser.expressionEOF().The default implementation does nothing.
- Specified by:
enterExpressionEOFin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitExpressionEOF
Exit a parse tree produced byIrpParser.expressionEOF().The default implementation does nothing.
- Specified by:
exitExpressionEOFin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterDefinitions
Enter a parse tree produced byIrpParser.definitions().The default implementation does nothing.
- Specified by:
enterDefinitionsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitDefinitions
Exit a parse tree produced byIrpParser.definitions().The default implementation does nothing.
- Specified by:
exitDefinitionsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterDefinitions_list
Enter a parse tree produced byIrpParser.definitions_list().The default implementation does nothing.
- Specified by:
enterDefinitions_listin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitDefinitions_list
Exit a parse tree produced byIrpParser.definitions_list().The default implementation does nothing.
- Specified by:
exitDefinitions_listin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterDefinition
Enter a parse tree produced byIrpParser.definition().The default implementation does nothing.
- Specified by:
enterDefinitionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitDefinition
Exit a parse tree produced byIrpParser.definition().The default implementation does nothing.
- Specified by:
exitDefinitionin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced byIrpParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced byIrpParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterVariation
Enter a parse tree produced byIrpParser.variation().The default implementation does nothing.
- Specified by:
enterVariationin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitVariation
Exit a parse tree produced byIrpParser.variation().The default implementation does nothing.
- Specified by:
exitVariationin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterAlternative
Enter a parse tree produced byIrpParser.alternative().The default implementation does nothing.
- Specified by:
enterAlternativein interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitAlternative
Exit a parse tree produced byIrpParser.alternative().The default implementation does nothing.
- Specified by:
exitAlternativein interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byIrpParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byIrpParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterNumber_with_decimals
Enter a parse tree produced byIrpParser.number_with_decimals().The default implementation does nothing.
- Specified by:
enterNumber_with_decimalsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitNumber_with_decimals
Exit a parse tree produced byIrpParser.number_with_decimals().The default implementation does nothing.
- Specified by:
exitNumber_with_decimalsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byIrpParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byIrpParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterParameter_specs
Enter a parse tree produced byIrpParser.parameter_specs().The default implementation does nothing.
- Specified by:
enterParameter_specsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitParameter_specs
Exit a parse tree produced byIrpParser.parameter_specs().The default implementation does nothing.
- Specified by:
exitParameter_specsin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterParameter_spec
Enter a parse tree produced byIrpParser.parameter_spec().The default implementation does nothing.
- Specified by:
enterParameter_specin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitParameter_spec
Exit a parse tree produced byIrpParser.parameter_spec().The default implementation does nothing.
- Specified by:
exitParameter_specin interfaceIrpListener- Parameters:
ctx- the parse tree
-
enterFloat_number
Enter a parse tree produced byIrpParser.float_number().The default implementation does nothing.
- Specified by:
enterFloat_numberin interfaceIrpListener- Parameters:
ctx- the parse tree
-
exitFloat_number
Exit a parse tree produced byIrpParser.float_number().The default implementation does nothing.
- Specified by:
exitFloat_numberin interfaceIrpListener- 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
-