T - The return type of the visit operation. Use Void for
operations with no return type.public class DsmrBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DsmrVisitor<T>
DsmrVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
DsmrBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitCurrentL1(DsmrParser.CurrentL1Context ctx)
Visit a parse tree produced by the
currentL1
labeled alternative in DsmrParser.field(). |
T |
visitCurrentL2(DsmrParser.CurrentL2Context ctx)
Visit a parse tree produced by the
currentL2
labeled alternative in DsmrParser.field(). |
T |
visitCurrentL3(DsmrParser.CurrentL3Context ctx)
Visit a parse tree produced by the
currentL3
labeled alternative in DsmrParser.field(). |
T |
visitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
Visit a parse tree produced by the
electricityPowerReceived
labeled alternative in DsmrParser.field(). |
T |
visitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
Visit a parse tree produced by the
electricityPowerReturned
labeled alternative in DsmrParser.field(). |
T |
visitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
Visit a parse tree produced by the
electricityReceivedLowTariff
labeled alternative in DsmrParser.field(). |
T |
visitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
Visit a parse tree produced by the
electricityReceivedNormalTariff
labeled alternative in DsmrParser.field(). |
T |
visitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
Visit a parse tree produced by the
electricityReturnedLowTariff
labeled alternative in DsmrParser.field(). |
T |
visitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
Visit a parse tree produced by the
electricityReturnedNormalTariff
labeled alternative in DsmrParser.field(). |
T |
visitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
Visit a parse tree produced by the
electricityTariffIndicator
labeled alternative in DsmrParser.field(). |
T |
visitEquipmentId(DsmrParser.EquipmentIdContext ctx)
Visit a parse tree produced by the
equipmentId
labeled alternative in DsmrParser.field(). |
T |
visitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
Visit a parse tree produced by the
longPowerFailures
labeled alternative in DsmrParser.field(). |
T |
visitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
Visit a parse tree produced by the
mBus1EquipmentId
labeled alternative in DsmrParser.field(). |
T |
visitMBus1Type(DsmrParser.MBus1TypeContext ctx)
Visit a parse tree produced by the
mBus1Type
labeled alternative in DsmrParser.field(). |
T |
visitMBus1Usage(DsmrParser.MBus1UsageContext ctx)
Visit a parse tree produced by the
mBus1Usage
labeled alternative in DsmrParser.field(). |
T |
visitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
Visit a parse tree produced by the
mBus2EquipmentId
labeled alternative in DsmrParser.field(). |
T |
visitMBus2Type(DsmrParser.MBus2TypeContext ctx)
Visit a parse tree produced by the
mBus2Type
labeled alternative in DsmrParser.field(). |
T |
visitMBus2Usage(DsmrParser.MBus2UsageContext ctx)
Visit a parse tree produced by the
mBus2Usage
labeled alternative in DsmrParser.field(). |
T |
visitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
Visit a parse tree produced by the
mBus3EquipmentId
labeled alternative in DsmrParser.field(). |
T |
visitMBus3Type(DsmrParser.MBus3TypeContext ctx)
Visit a parse tree produced by the
mBus3Type
labeled alternative in DsmrParser.field(). |
T |
visitMBus3Usage(DsmrParser.MBus3UsageContext ctx)
Visit a parse tree produced by the
mBus3Usage
labeled alternative in DsmrParser.field(). |
T |
visitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
Visit a parse tree produced by the
mBus4EquipmentId
labeled alternative in DsmrParser.field(). |
T |
visitMBus4Type(DsmrParser.MBus4TypeContext ctx)
Visit a parse tree produced by the
mBus4Type
labeled alternative in DsmrParser.field(). |
T |
visitMBus4Usage(DsmrParser.MBus4UsageContext ctx)
Visit a parse tree produced by the
mBus4Usage
labeled alternative in DsmrParser.field(). |
T |
visitMessage(DsmrParser.MessageContext ctx)
Visit a parse tree produced by the
message
labeled alternative in DsmrParser.field(). |
T |
visitP1Version(DsmrParser.P1VersionContext ctx)
Visit a parse tree produced by the
p1Version
labeled alternative in DsmrParser.field(). |
T |
visitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
Visit a parse tree produced by the
powerFailureEventLog
labeled alternative in DsmrParser.field(). |
T |
visitPowerFailures(DsmrParser.PowerFailuresContext ctx)
Visit a parse tree produced by the
powerFailures
labeled alternative in DsmrParser.field(). |
T |
visitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
Visit a parse tree produced by the
powerReceivedL1
labeled alternative in DsmrParser.field(). |
T |
visitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
Visit a parse tree produced by the
powerReceivedL2
labeled alternative in DsmrParser.field(). |
T |
visitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
Visit a parse tree produced by the
powerReceivedL3
labeled alternative in DsmrParser.field(). |
T |
visitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
Visit a parse tree produced by the
powerReturnedL1
labeled alternative in DsmrParser.field(). |
T |
visitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
Visit a parse tree produced by the
powerReturnedL2
labeled alternative in DsmrParser.field(). |
T |
visitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
Visit a parse tree produced by the
powerReturnedL3
labeled alternative in DsmrParser.field(). |
T |
visitTelegram(DsmrParser.TelegramContext ctx)
Visit a parse tree produced by
DsmrParser.telegram(). |
T |
visitTimestamp(DsmrParser.TimestampContext ctx)
Visit a parse tree produced by the
timestamp
labeled alternative in DsmrParser.field(). |
T |
visitVoltageL1(DsmrParser.VoltageL1Context ctx)
Visit a parse tree produced by the
voltageL1
labeled alternative in DsmrParser.field(). |
T |
visitVoltageL2(DsmrParser.VoltageL2Context ctx)
Visit a parse tree produced by the
voltageL2
labeled alternative in DsmrParser.field(). |
T |
visitVoltageL3(DsmrParser.VoltageL3Context ctx)
Visit a parse tree produced by the
voltageL3
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
Visit a parse tree produced by the
voltageSagsPhaseL1
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
Visit a parse tree produced by the
voltageSagsPhaseL2
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
Visit a parse tree produced by the
voltageSagsPhaseL3
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
Visit a parse tree produced by the
voltageSwellsPhaseL1
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
Visit a parse tree produced by the
voltageSwellsPhaseL2
labeled alternative in DsmrParser.field(). |
T |
visitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
Visit a parse tree produced by the
voltageSwellsPhaseL3
labeled alternative in DsmrParser.field(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitTelegram(DsmrParser.TelegramContext ctx)
DsmrParser.telegram().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTelegram in interface DsmrVisitor<T>ctx - the parse treepublic T visitP1Version(DsmrParser.P1VersionContext ctx)
p1Version
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitP1Version in interface DsmrVisitor<T>ctx - the parse treepublic T visitTimestamp(DsmrParser.TimestampContext ctx)
timestamp
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimestamp in interface DsmrVisitor<T>ctx - the parse treepublic T visitEquipmentId(DsmrParser.EquipmentIdContext ctx)
equipmentId
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEquipmentId in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
electricityReceivedLowTariff
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityReceivedLowTariff in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
electricityReceivedNormalTariff
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityReceivedNormalTariff in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
electricityReturnedLowTariff
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityReturnedLowTariff in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
electricityReturnedNormalTariff
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityReturnedNormalTariff in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
electricityTariffIndicator
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityTariffIndicator in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
electricityPowerReceived
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityPowerReceived in interface DsmrVisitor<T>ctx - the parse treepublic T visitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
electricityPowerReturned
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElectricityPowerReturned in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerFailures(DsmrParser.PowerFailuresContext ctx)
powerFailures
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerFailures in interface DsmrVisitor<T>ctx - the parse treepublic T visitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
longPowerFailures
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLongPowerFailures in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
powerFailureEventLog
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerFailureEventLog in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
voltageSagsPhaseL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSagsPhaseL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
voltageSagsPhaseL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSagsPhaseL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
voltageSagsPhaseL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSagsPhaseL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
voltageSwellsPhaseL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSwellsPhaseL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
voltageSwellsPhaseL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSwellsPhaseL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
voltageSwellsPhaseL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageSwellsPhaseL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageL1(DsmrParser.VoltageL1Context ctx)
voltageL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageL2(DsmrParser.VoltageL2Context ctx)
voltageL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitVoltageL3(DsmrParser.VoltageL3Context ctx)
voltageL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVoltageL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitCurrentL1(DsmrParser.CurrentL1Context ctx)
currentL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitCurrentL2(DsmrParser.CurrentL2Context ctx)
currentL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitCurrentL3(DsmrParser.CurrentL3Context ctx)
currentL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCurrentL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
powerReceivedL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReceivedL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
powerReceivedL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReceivedL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
powerReceivedL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReceivedL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
powerReturnedL1
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReturnedL1 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
powerReturnedL2
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReturnedL2 in interface DsmrVisitor<T>ctx - the parse treepublic T visitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
powerReturnedL3
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPowerReturnedL3 in interface DsmrVisitor<T>ctx - the parse treepublic T visitMessage(DsmrParser.MessageContext ctx)
message
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMessage in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus1Type(DsmrParser.MBus1TypeContext ctx)
mBus1Type
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus1Type in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
mBus1EquipmentId
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus1EquipmentId in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus1Usage(DsmrParser.MBus1UsageContext ctx)
mBus1Usage
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus1Usage in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus2Type(DsmrParser.MBus2TypeContext ctx)
mBus2Type
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus2Type in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
mBus2EquipmentId
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus2EquipmentId in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus2Usage(DsmrParser.MBus2UsageContext ctx)
mBus2Usage
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus2Usage in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus3Type(DsmrParser.MBus3TypeContext ctx)
mBus3Type
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus3Type in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
mBus3EquipmentId
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus3EquipmentId in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus3Usage(DsmrParser.MBus3UsageContext ctx)
mBus3Usage
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus3Usage in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus4Type(DsmrParser.MBus4TypeContext ctx)
mBus4Type
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus4Type in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
mBus4EquipmentId
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus4EquipmentId in interface DsmrVisitor<T>ctx - the parse treepublic T visitMBus4Usage(DsmrParser.MBus4UsageContext ctx)
mBus4Usage
labeled alternative in DsmrParser.field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMBus4Usage in interface DsmrVisitor<T>ctx - the parse treeCopyright © 2019. All rights reserved.