T - The return type of the visit operation. Use Void for
operations with no return type.public class IrpBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements IrpVisitor<T>
IrpVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
IrpBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitProtocol(IrpParser.ProtocolContext ctx)
IrpParser.protocol().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProtocol in interface IrpVisitor<T>ctx - the parse treepublic T visitGeneralspec(IrpParser.GeneralspecContext ctx)
IrpParser.generalspec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneralspec in interface IrpVisitor<T>ctx - the parse treepublic T visitGeneralspec_list(IrpParser.Generalspec_listContext ctx)
IrpParser.generalspec_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneralspec_list in interface IrpVisitor<T>ctx - the parse treepublic T visitGeneralspec_item(IrpParser.Generalspec_itemContext ctx)
IrpParser.generalspec_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeneralspec_item in interface IrpVisitor<T>ctx - the parse treepublic T visitFrequency_item(IrpParser.Frequency_itemContext ctx)
IrpParser.frequency_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrequency_item in interface IrpVisitor<T>ctx - the parse treepublic T visitDutycycle_item(IrpParser.Dutycycle_itemContext ctx)
IrpParser.dutycycle_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDutycycle_item in interface IrpVisitor<T>ctx - the parse treepublic T visitUnit_item(IrpParser.Unit_itemContext ctx)
IrpParser.unit_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnit_item in interface IrpVisitor<T>ctx - the parse treepublic T visitOrder_item(IrpParser.Order_itemContext ctx)
IrpParser.order_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrder_item in interface IrpVisitor<T>ctx - the parse treepublic T visitDuration(IrpParser.DurationContext ctx)
IrpParser.duration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDuration in interface IrpVisitor<T>ctx - the parse treepublic T visitFlash(IrpParser.FlashContext ctx)
IrpParser.flash().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFlash in interface IrpVisitor<T>ctx - the parse treepublic T visitGap(IrpParser.GapContext ctx)
IrpParser.gap().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGap in interface IrpVisitor<T>ctx - the parse treepublic T visitName_or_number(IrpParser.Name_or_numberContext ctx)
IrpParser.name_or_number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName_or_number in interface IrpVisitor<T>ctx - the parse treepublic T visitExtent(IrpParser.ExtentContext ctx)
IrpParser.extent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtent in interface IrpVisitor<T>ctx - the parse treepublic T visitFinite_bitfield(IrpParser.Finite_bitfieldContext ctx)
finite_bitfield
labeled alternative in IrpParser.bitfield().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFinite_bitfield in interface IrpVisitor<T>ctx - the parse treepublic T visitInfinite_bitfield(IrpParser.Infinite_bitfieldContext ctx)
infinite_bitfield
labeled alternative in IrpParser.bitfield().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInfinite_bitfield in interface IrpVisitor<T>ctx - the parse treepublic T visitPrimary_item(IrpParser.Primary_itemContext ctx)
IrpParser.primary_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimary_item in interface IrpVisitor<T>ctx - the parse treepublic T visitIrstream(IrpParser.IrstreamContext ctx)
IrpParser.irstream().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIrstream in interface IrpVisitor<T>ctx - the parse treepublic T visitBare_irstream(IrpParser.Bare_irstreamContext ctx)
IrpParser.bare_irstream().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBare_irstream in interface IrpVisitor<T>ctx - the parse treepublic T visitIrstream_item(IrpParser.Irstream_itemContext ctx)
IrpParser.irstream_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIrstream_item in interface IrpVisitor<T>ctx - the parse treepublic T visitBitspec(IrpParser.BitspecContext ctx)
IrpParser.bitspec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitspec in interface IrpVisitor<T>ctx - the parse treepublic T visitRepeat_marker(IrpParser.Repeat_markerContext ctx)
IrpParser.repeat_marker().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeat_marker in interface IrpVisitor<T>ctx - the parse treepublic T visitBitspec_irstream(IrpParser.Bitspec_irstreamContext ctx)
IrpParser.bitspec_irstream().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBitspec_irstream in interface IrpVisitor<T>ctx - the parse treepublic T visitPara_expression(IrpParser.Para_expressionContext ctx)
IrpParser.para_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPara_expression in interface IrpVisitor<T>ctx - the parse treepublic T visitExpression(IrpParser.ExpressionContext ctx)
IrpParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression in interface IrpVisitor<T>ctx - the parse treepublic T visitExpressionEOF(IrpParser.ExpressionEOFContext ctx)
IrpParser.expressionEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionEOF in interface IrpVisitor<T>ctx - the parse treepublic T visitDefinitions(IrpParser.DefinitionsContext ctx)
IrpParser.definitions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefinitions in interface IrpVisitor<T>ctx - the parse treepublic T visitDefinitions_list(IrpParser.Definitions_listContext ctx)
IrpParser.definitions_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefinitions_list in interface IrpVisitor<T>ctx - the parse treepublic T visitDefinition(IrpParser.DefinitionContext ctx)
IrpParser.definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefinition in interface IrpVisitor<T>ctx - the parse treepublic T visitAssignment(IrpParser.AssignmentContext ctx)
IrpParser.assignment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignment in interface IrpVisitor<T>ctx - the parse treepublic T visitVariation(IrpParser.VariationContext ctx)
IrpParser.variation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariation in interface IrpVisitor<T>ctx - the parse treepublic T visitAlternative(IrpParser.AlternativeContext ctx)
IrpParser.alternative().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlternative in interface IrpVisitor<T>ctx - the parse treepublic T visitNumber(IrpParser.NumberContext ctx)
IrpParser.number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumber in interface IrpVisitor<T>ctx - the parse treepublic T visitNumber_with_decimals(IrpParser.Number_with_decimalsContext ctx)
IrpParser.number_with_decimals().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumber_with_decimals in interface IrpVisitor<T>ctx - the parse treepublic T visitName(IrpParser.NameContext ctx)
IrpParser.name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitName in interface IrpVisitor<T>ctx - the parse treepublic T visitParameter_specs(IrpParser.Parameter_specsContext ctx)
IrpParser.parameter_specs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter_specs in interface IrpVisitor<T>ctx - the parse treepublic T visitParameter_spec(IrpParser.Parameter_specContext ctx)
IrpParser.parameter_spec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter_spec in interface IrpVisitor<T>ctx - the parse treepublic T visitFloat_number(IrpParser.Float_numberContext ctx)
IrpParser.float_number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFloat_number in interface IrpVisitor<T>ctx - the parse treeCopyright © 2019. All rights reserved.