T - The return type of the visit operation. Use Void for
operations with no return type.public interface DsmrVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
DsmrParser.| 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(). |
T visitTelegram(DsmrParser.TelegramContext ctx)
DsmrParser.telegram().ctx - the parse treeT visitP1Version(DsmrParser.P1VersionContext ctx)
p1Version
labeled alternative in DsmrParser.field().ctx - the parse treeT visitTimestamp(DsmrParser.TimestampContext ctx)
timestamp
labeled alternative in DsmrParser.field().ctx - the parse treeT visitEquipmentId(DsmrParser.EquipmentIdContext ctx)
equipmentId
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
electricityReceivedLowTariff
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
electricityReceivedNormalTariff
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
electricityReturnedLowTariff
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
electricityReturnedNormalTariff
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
electricityTariffIndicator
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
electricityPowerReceived
labeled alternative in DsmrParser.field().ctx - the parse treeT visitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
electricityPowerReturned
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerFailures(DsmrParser.PowerFailuresContext ctx)
powerFailures
labeled alternative in DsmrParser.field().ctx - the parse treeT visitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
longPowerFailures
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
powerFailureEventLog
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
voltageSagsPhaseL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
voltageSagsPhaseL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
voltageSagsPhaseL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
voltageSwellsPhaseL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
voltageSwellsPhaseL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
voltageSwellsPhaseL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageL1(DsmrParser.VoltageL1Context ctx)
voltageL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageL2(DsmrParser.VoltageL2Context ctx)
voltageL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitVoltageL3(DsmrParser.VoltageL3Context ctx)
voltageL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitCurrentL1(DsmrParser.CurrentL1Context ctx)
currentL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitCurrentL2(DsmrParser.CurrentL2Context ctx)
currentL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitCurrentL3(DsmrParser.CurrentL3Context ctx)
currentL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
powerReceivedL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
powerReceivedL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
powerReceivedL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
powerReturnedL1
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
powerReturnedL2
labeled alternative in DsmrParser.field().ctx - the parse treeT visitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
powerReturnedL3
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMessage(DsmrParser.MessageContext ctx)
message
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus1Type(DsmrParser.MBus1TypeContext ctx)
mBus1Type
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
mBus1EquipmentId
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus1Usage(DsmrParser.MBus1UsageContext ctx)
mBus1Usage
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus2Type(DsmrParser.MBus2TypeContext ctx)
mBus2Type
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
mBus2EquipmentId
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus2Usage(DsmrParser.MBus2UsageContext ctx)
mBus2Usage
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus3Type(DsmrParser.MBus3TypeContext ctx)
mBus3Type
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
mBus3EquipmentId
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus3Usage(DsmrParser.MBus3UsageContext ctx)
mBus3Usage
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus4Type(DsmrParser.MBus4TypeContext ctx)
mBus4Type
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
mBus4EquipmentId
labeled alternative in DsmrParser.field().ctx - the parse treeT visitMBus4Usage(DsmrParser.MBus4UsageContext ctx)
mBus4Usage
labeled alternative in DsmrParser.field().ctx - the parse treeCopyright © 2019. All rights reserved.