Class DsmrBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- nl.basjes.dsmr.parse.DsmrBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
DsmrVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
ParseDsmrTelegram
public class DsmrBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DsmrVisitor<T>
This class provides an empty implementation ofDsmrVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description DsmrBaseVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TvisitCurrentL1(DsmrParser.CurrentL1Context ctx)Visit a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().TvisitCurrentL2(DsmrParser.CurrentL2Context ctx)Visit a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().TvisitCurrentL3(DsmrParser.CurrentL3Context ctx)Visit a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().TvisitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)Visit a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().TvisitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)Visit a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().TvisitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)Visit a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().TvisitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)Visit a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().TvisitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)Visit a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().TvisitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)Visit a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().TvisitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)Visit a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().TvisitEquipmentId(DsmrParser.EquipmentIdContext ctx)Visit a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().TvisitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)Visit a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().TvisitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)Visit a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().TvisitMBus1Type(DsmrParser.MBus1TypeContext ctx)Visit a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().TvisitMBus1Usage(DsmrParser.MBus1UsageContext ctx)Visit a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().TvisitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)Visit a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().TvisitMBus2Type(DsmrParser.MBus2TypeContext ctx)Visit a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().TvisitMBus2Usage(DsmrParser.MBus2UsageContext ctx)Visit a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().TvisitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)Visit a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().TvisitMBus3Type(DsmrParser.MBus3TypeContext ctx)Visit a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().TvisitMBus3Usage(DsmrParser.MBus3UsageContext ctx)Visit a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().TvisitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)Visit a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().TvisitMBus4Type(DsmrParser.MBus4TypeContext ctx)Visit a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().TvisitMBus4Usage(DsmrParser.MBus4UsageContext ctx)Visit a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().TvisitMessage(DsmrParser.MessageContext ctx)Visit a parse tree produced by themessagelabeled alternative inDsmrParser.field().TvisitMessageCodes(DsmrParser.MessageCodesContext ctx)Visit a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().TvisitP1Version(DsmrParser.P1VersionContext ctx)Visit a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().TvisitPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)Visit a parse tree produced byDsmrParser.powerFailureEvent().TvisitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)Visit a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().TvisitPowerFailures(DsmrParser.PowerFailuresContext ctx)Visit a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().TvisitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)Visit a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().TvisitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)Visit a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().TvisitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)Visit a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().TvisitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)Visit a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().TvisitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)Visit a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().TvisitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)Visit a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().TvisitTelegram(DsmrParser.TelegramContext ctx)Visit a parse tree produced byDsmrParser.telegram().TvisitTimestamp(DsmrParser.TimestampContext ctx)Visit a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().TvisitVoltageL1(DsmrParser.VoltageL1Context ctx)Visit a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().TvisitVoltageL2(DsmrParser.VoltageL2Context ctx)Visit a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().TvisitVoltageL3(DsmrParser.VoltageL3Context ctx)Visit a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().TvisitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)Visit a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().TvisitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)Visit a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().TvisitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)Visit a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().TvisitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)Visit a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().TvisitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)Visit a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().TvisitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)Visit a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitTelegram
public T visitTelegram(DsmrParser.TelegramContext ctx)
Visit a parse tree produced byDsmrParser.telegram().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTelegramin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerFailureEvent
public T visitPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)
Visit a parse tree produced byDsmrParser.powerFailureEvent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerFailureEventin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitP1Version
public T visitP1Version(DsmrParser.P1VersionContext ctx)
Visit a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitP1Versionin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimestamp
public T visitTimestamp(DsmrParser.TimestampContext ctx)
Visit a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimestampin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEquipmentId
public T visitEquipmentId(DsmrParser.EquipmentIdContext ctx)
Visit a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEquipmentIdin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityTariffIndicator
public T visitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
Visit a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityTariffIndicatorin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityReceivedLowTariff
public T visitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
Visit a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityReceivedLowTariffin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityReceivedNormalTariff
public T visitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
Visit a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityReceivedNormalTariffin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityReturnedLowTariff
public T visitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
Visit a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityReturnedLowTariffin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityReturnedNormalTariff
public T visitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
Visit a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityReturnedNormalTariffin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityPowerReceived
public T visitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
Visit a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityPowerReceivedin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElectricityPowerReturned
public T visitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
Visit a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElectricityPowerReturnedin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerFailures
public T visitPowerFailures(DsmrParser.PowerFailuresContext ctx)
Visit a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerFailuresin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLongPowerFailures
public T visitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
Visit a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLongPowerFailuresin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerFailureEventLog
public T visitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
Visit a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerFailureEventLogin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSagsPhaseL1
public T visitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
Visit a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSagsPhaseL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSagsPhaseL2
public T visitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
Visit a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSagsPhaseL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSagsPhaseL3
public T visitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
Visit a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSagsPhaseL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSwellsPhaseL1
public T visitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
Visit a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSwellsPhaseL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSwellsPhaseL2
public T visitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
Visit a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSwellsPhaseL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageSwellsPhaseL3
public T visitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
Visit a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageSwellsPhaseL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageL1
public T visitVoltageL1(DsmrParser.VoltageL1Context ctx)
Visit a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageL2
public T visitVoltageL2(DsmrParser.VoltageL2Context ctx)
Visit a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVoltageL3
public T visitVoltageL3(DsmrParser.VoltageL3Context ctx)
Visit a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVoltageL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentL1
public T visitCurrentL1(DsmrParser.CurrentL1Context ctx)
Visit a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentL2
public T visitCurrentL2(DsmrParser.CurrentL2Context ctx)
Visit a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCurrentL3
public T visitCurrentL3(DsmrParser.CurrentL3Context ctx)
Visit a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCurrentL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReceivedL1
public T visitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
Visit a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReceivedL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReceivedL2
public T visitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
Visit a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReceivedL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReceivedL3
public T visitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
Visit a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReceivedL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReturnedL1
public T visitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
Visit a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReturnedL1in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReturnedL2
public T visitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
Visit a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReturnedL2in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPowerReturnedL3
public T visitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
Visit a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPowerReturnedL3in interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMessageCodes
public T visitMessageCodes(DsmrParser.MessageCodesContext ctx)
Visit a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMessageCodesin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMessage
public T visitMessage(DsmrParser.MessageContext ctx)
Visit a parse tree produced by themessagelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMessagein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus1Type
public T visitMBus1Type(DsmrParser.MBus1TypeContext ctx)
Visit a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus1Typein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus1EquipmentId
public T visitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
Visit a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus1EquipmentIdin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus1Usage
public T visitMBus1Usage(DsmrParser.MBus1UsageContext ctx)
Visit a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus1Usagein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus2Type
public T visitMBus2Type(DsmrParser.MBus2TypeContext ctx)
Visit a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus2Typein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus2EquipmentId
public T visitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
Visit a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus2EquipmentIdin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus2Usage
public T visitMBus2Usage(DsmrParser.MBus2UsageContext ctx)
Visit a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus2Usagein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus3Type
public T visitMBus3Type(DsmrParser.MBus3TypeContext ctx)
Visit a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus3Typein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus3EquipmentId
public T visitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
Visit a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus3EquipmentIdin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus3Usage
public T visitMBus3Usage(DsmrParser.MBus3UsageContext ctx)
Visit a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus3Usagein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus4Type
public T visitMBus4Type(DsmrParser.MBus4TypeContext ctx)
Visit a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus4Typein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus4EquipmentId
public T visitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
Visit a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus4EquipmentIdin interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMBus4Usage
public T visitMBus4Usage(DsmrParser.MBus4UsageContext ctx)
Visit a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMBus4Usagein interfaceDsmrVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-