Class DsmrBaseListener
- java.lang.Object
-
- nl.basjes.dsmr.parse.DsmrBaseListener
-
- All Implemented Interfaces:
DsmrListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class DsmrBaseListener extends Object implements DsmrListener
This class provides an empty implementation ofDsmrListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description DsmrBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterCurrentL1(DsmrParser.CurrentL1Context ctx)Enter a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().voidenterCurrentL2(DsmrParser.CurrentL2Context ctx)Enter a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().voidenterCurrentL3(DsmrParser.CurrentL3Context ctx)Enter a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().voidenterElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)Enter a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().voidenterElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)Enter a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().voidenterElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)Enter a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().voidenterElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)Enter a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().voidenterElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)Enter a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().voidenterElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)Enter a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().voidenterElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)Enter a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().voidenterEquipmentId(DsmrParser.EquipmentIdContext ctx)Enter a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)Enter a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().voidenterMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)Enter a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().voidenterMBus1Type(DsmrParser.MBus1TypeContext ctx)Enter a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().voidenterMBus1Usage(DsmrParser.MBus1UsageContext ctx)Enter a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().voidenterMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)Enter a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().voidenterMBus2Type(DsmrParser.MBus2TypeContext ctx)Enter a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().voidenterMBus2Usage(DsmrParser.MBus2UsageContext ctx)Enter a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().voidenterMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)Enter a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().voidenterMBus3Type(DsmrParser.MBus3TypeContext ctx)Enter a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().voidenterMBus3Usage(DsmrParser.MBus3UsageContext ctx)Enter a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().voidenterMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)Enter a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().voidenterMBus4Type(DsmrParser.MBus4TypeContext ctx)Enter a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().voidenterMBus4Usage(DsmrParser.MBus4UsageContext ctx)Enter a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().voidenterMessage(DsmrParser.MessageContext ctx)Enter a parse tree produced by themessagelabeled alternative inDsmrParser.field().voidenterMessageCodes(DsmrParser.MessageCodesContext ctx)Enter a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().voidenterP1Version(DsmrParser.P1VersionContext ctx)Enter a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().voidenterPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)Enter a parse tree produced byDsmrParser.powerFailureEvent().voidenterPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)Enter a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().voidenterPowerFailures(DsmrParser.PowerFailuresContext ctx)Enter a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().voidenterPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)Enter a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().voidenterPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)Enter a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().voidenterPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)Enter a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().voidenterPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)Enter a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().voidenterPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)Enter a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().voidenterPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)Enter a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().voidenterTelegram(DsmrParser.TelegramContext ctx)Enter a parse tree produced byDsmrParser.telegram().voidenterTimestamp(DsmrParser.TimestampContext ctx)Enter a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().voidenterVoltageL1(DsmrParser.VoltageL1Context ctx)Enter a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().voidenterVoltageL2(DsmrParser.VoltageL2Context ctx)Enter a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().voidenterVoltageL3(DsmrParser.VoltageL3Context ctx)Enter a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().voidenterVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)Enter a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().voidenterVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)Enter a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().voidenterVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)Enter a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().voidenterVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)Enter a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().voidenterVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)Enter a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().voidenterVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)Enter a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().voidexitCurrentL1(DsmrParser.CurrentL1Context ctx)Exit a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().voidexitCurrentL2(DsmrParser.CurrentL2Context ctx)Exit a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().voidexitCurrentL3(DsmrParser.CurrentL3Context ctx)Exit a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().voidexitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)Exit a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().voidexitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)Exit a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().voidexitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)Exit a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().voidexitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)Exit a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().voidexitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)Exit a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().voidexitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)Exit a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().voidexitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)Exit a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().voidexitEquipmentId(DsmrParser.EquipmentIdContext ctx)Exit a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)Exit a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().voidexitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)Exit a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().voidexitMBus1Type(DsmrParser.MBus1TypeContext ctx)Exit a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().voidexitMBus1Usage(DsmrParser.MBus1UsageContext ctx)Exit a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().voidexitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)Exit a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().voidexitMBus2Type(DsmrParser.MBus2TypeContext ctx)Exit a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().voidexitMBus2Usage(DsmrParser.MBus2UsageContext ctx)Exit a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().voidexitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)Exit a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().voidexitMBus3Type(DsmrParser.MBus3TypeContext ctx)Exit a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().voidexitMBus3Usage(DsmrParser.MBus3UsageContext ctx)Exit a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().voidexitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)Exit a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().voidexitMBus4Type(DsmrParser.MBus4TypeContext ctx)Exit a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().voidexitMBus4Usage(DsmrParser.MBus4UsageContext ctx)Exit a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().voidexitMessage(DsmrParser.MessageContext ctx)Exit a parse tree produced by themessagelabeled alternative inDsmrParser.field().voidexitMessageCodes(DsmrParser.MessageCodesContext ctx)Exit a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().voidexitP1Version(DsmrParser.P1VersionContext ctx)Exit a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().voidexitPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)Exit a parse tree produced byDsmrParser.powerFailureEvent().voidexitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)Exit a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().voidexitPowerFailures(DsmrParser.PowerFailuresContext ctx)Exit a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().voidexitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)Exit a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().voidexitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)Exit a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().voidexitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)Exit a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().voidexitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)Exit a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().voidexitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)Exit a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().voidexitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)Exit a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().voidexitTelegram(DsmrParser.TelegramContext ctx)Exit a parse tree produced byDsmrParser.telegram().voidexitTimestamp(DsmrParser.TimestampContext ctx)Exit a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().voidexitVoltageL1(DsmrParser.VoltageL1Context ctx)Exit a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().voidexitVoltageL2(DsmrParser.VoltageL2Context ctx)Exit a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().voidexitVoltageL3(DsmrParser.VoltageL3Context ctx)Exit a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().voidexitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)Exit a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().voidexitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)Exit a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().voidexitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)Exit a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().voidexitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)Exit a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().voidexitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)Exit a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().voidexitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)Exit a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterTelegram
public void enterTelegram(DsmrParser.TelegramContext ctx)
Enter a parse tree produced byDsmrParser.telegram().The default implementation does nothing.
- Specified by:
enterTelegramin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitTelegram
public void exitTelegram(DsmrParser.TelegramContext ctx)
Exit a parse tree produced byDsmrParser.telegram().The default implementation does nothing.
- Specified by:
exitTelegramin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerFailureEvent
public void enterPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)
Enter a parse tree produced byDsmrParser.powerFailureEvent().The default implementation does nothing.
- Specified by:
enterPowerFailureEventin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerFailureEvent
public void exitPowerFailureEvent(DsmrParser.PowerFailureEventContext ctx)
Exit a parse tree produced byDsmrParser.powerFailureEvent().The default implementation does nothing.
- Specified by:
exitPowerFailureEventin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterP1Version
public void enterP1Version(DsmrParser.P1VersionContext ctx)
Enter a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterP1Versionin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitP1Version
public void exitP1Version(DsmrParser.P1VersionContext ctx)
Exit a parse tree produced by thep1Versionlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitP1Versionin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterTimestamp
public void enterTimestamp(DsmrParser.TimestampContext ctx)
Enter a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterTimestampin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitTimestamp
public void exitTimestamp(DsmrParser.TimestampContext ctx)
Exit a parse tree produced by thetimestamplabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitTimestampin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterEquipmentId
public void enterEquipmentId(DsmrParser.EquipmentIdContext ctx)
Enter a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterEquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitEquipmentId
public void exitEquipmentId(DsmrParser.EquipmentIdContext ctx)
Exit a parse tree produced by theequipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitEquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityTariffIndicator
public void enterElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
Enter a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityTariffIndicatorin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityTariffIndicator
public void exitElectricityTariffIndicator(DsmrParser.ElectricityTariffIndicatorContext ctx)
Exit a parse tree produced by theelectricityTariffIndicatorlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityTariffIndicatorin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityReceivedLowTariff
public void enterElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
Enter a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityReceivedLowTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityReceivedLowTariff
public void exitElectricityReceivedLowTariff(DsmrParser.ElectricityReceivedLowTariffContext ctx)
Exit a parse tree produced by theelectricityReceivedLowTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityReceivedLowTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityReceivedNormalTariff
public void enterElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
Enter a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityReceivedNormalTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityReceivedNormalTariff
public void exitElectricityReceivedNormalTariff(DsmrParser.ElectricityReceivedNormalTariffContext ctx)
Exit a parse tree produced by theelectricityReceivedNormalTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityReceivedNormalTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityReturnedLowTariff
public void enterElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
Enter a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityReturnedLowTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityReturnedLowTariff
public void exitElectricityReturnedLowTariff(DsmrParser.ElectricityReturnedLowTariffContext ctx)
Exit a parse tree produced by theelectricityReturnedLowTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityReturnedLowTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityReturnedNormalTariff
public void enterElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
Enter a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityReturnedNormalTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityReturnedNormalTariff
public void exitElectricityReturnedNormalTariff(DsmrParser.ElectricityReturnedNormalTariffContext ctx)
Exit a parse tree produced by theelectricityReturnedNormalTarifflabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityReturnedNormalTariffin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityPowerReceived
public void enterElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
Enter a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityPowerReceivedin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityPowerReceived
public void exitElectricityPowerReceived(DsmrParser.ElectricityPowerReceivedContext ctx)
Exit a parse tree produced by theelectricityPowerReceivedlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityPowerReceivedin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterElectricityPowerReturned
public void enterElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
Enter a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterElectricityPowerReturnedin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitElectricityPowerReturned
public void exitElectricityPowerReturned(DsmrParser.ElectricityPowerReturnedContext ctx)
Exit a parse tree produced by theelectricityPowerReturnedlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitElectricityPowerReturnedin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerFailures
public void enterPowerFailures(DsmrParser.PowerFailuresContext ctx)
Enter a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerFailuresin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerFailures
public void exitPowerFailures(DsmrParser.PowerFailuresContext ctx)
Exit a parse tree produced by thepowerFailureslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerFailuresin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterLongPowerFailures
public void enterLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
Enter a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterLongPowerFailuresin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitLongPowerFailures
public void exitLongPowerFailures(DsmrParser.LongPowerFailuresContext ctx)
Exit a parse tree produced by thelongPowerFailureslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitLongPowerFailuresin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerFailureEventLog
public void enterPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
Enter a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerFailureEventLogin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerFailureEventLog
public void exitPowerFailureEventLog(DsmrParser.PowerFailureEventLogContext ctx)
Exit a parse tree produced by thepowerFailureEventLoglabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerFailureEventLogin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSagsPhaseL1
public void enterVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
Enter a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSagsPhaseL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSagsPhaseL1
public void exitVoltageSagsPhaseL1(DsmrParser.VoltageSagsPhaseL1Context ctx)
Exit a parse tree produced by thevoltageSagsPhaseL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSagsPhaseL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSagsPhaseL2
public void enterVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
Enter a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSagsPhaseL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSagsPhaseL2
public void exitVoltageSagsPhaseL2(DsmrParser.VoltageSagsPhaseL2Context ctx)
Exit a parse tree produced by thevoltageSagsPhaseL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSagsPhaseL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSagsPhaseL3
public void enterVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
Enter a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSagsPhaseL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSagsPhaseL3
public void exitVoltageSagsPhaseL3(DsmrParser.VoltageSagsPhaseL3Context ctx)
Exit a parse tree produced by thevoltageSagsPhaseL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSagsPhaseL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSwellsPhaseL1
public void enterVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
Enter a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSwellsPhaseL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSwellsPhaseL1
public void exitVoltageSwellsPhaseL1(DsmrParser.VoltageSwellsPhaseL1Context ctx)
Exit a parse tree produced by thevoltageSwellsPhaseL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSwellsPhaseL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSwellsPhaseL2
public void enterVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
Enter a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSwellsPhaseL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSwellsPhaseL2
public void exitVoltageSwellsPhaseL2(DsmrParser.VoltageSwellsPhaseL2Context ctx)
Exit a parse tree produced by thevoltageSwellsPhaseL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSwellsPhaseL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageSwellsPhaseL3
public void enterVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
Enter a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageSwellsPhaseL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageSwellsPhaseL3
public void exitVoltageSwellsPhaseL3(DsmrParser.VoltageSwellsPhaseL3Context ctx)
Exit a parse tree produced by thevoltageSwellsPhaseL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageSwellsPhaseL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageL1
public void enterVoltageL1(DsmrParser.VoltageL1Context ctx)
Enter a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageL1
public void exitVoltageL1(DsmrParser.VoltageL1Context ctx)
Exit a parse tree produced by thevoltageL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageL2
public void enterVoltageL2(DsmrParser.VoltageL2Context ctx)
Enter a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageL2
public void exitVoltageL2(DsmrParser.VoltageL2Context ctx)
Exit a parse tree produced by thevoltageL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterVoltageL3
public void enterVoltageL3(DsmrParser.VoltageL3Context ctx)
Enter a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterVoltageL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitVoltageL3
public void exitVoltageL3(DsmrParser.VoltageL3Context ctx)
Exit a parse tree produced by thevoltageL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitVoltageL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterCurrentL1
public void enterCurrentL1(DsmrParser.CurrentL1Context ctx)
Enter a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterCurrentL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitCurrentL1
public void exitCurrentL1(DsmrParser.CurrentL1Context ctx)
Exit a parse tree produced by thecurrentL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitCurrentL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterCurrentL2
public void enterCurrentL2(DsmrParser.CurrentL2Context ctx)
Enter a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterCurrentL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitCurrentL2
public void exitCurrentL2(DsmrParser.CurrentL2Context ctx)
Exit a parse tree produced by thecurrentL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitCurrentL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterCurrentL3
public void enterCurrentL3(DsmrParser.CurrentL3Context ctx)
Enter a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterCurrentL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitCurrentL3
public void exitCurrentL3(DsmrParser.CurrentL3Context ctx)
Exit a parse tree produced by thecurrentL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitCurrentL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReceivedL1
public void enterPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
Enter a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReceivedL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReceivedL1
public void exitPowerReceivedL1(DsmrParser.PowerReceivedL1Context ctx)
Exit a parse tree produced by thepowerReceivedL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReceivedL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReceivedL2
public void enterPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
Enter a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReceivedL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReceivedL2
public void exitPowerReceivedL2(DsmrParser.PowerReceivedL2Context ctx)
Exit a parse tree produced by thepowerReceivedL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReceivedL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReceivedL3
public void enterPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
Enter a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReceivedL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReceivedL3
public void exitPowerReceivedL3(DsmrParser.PowerReceivedL3Context ctx)
Exit a parse tree produced by thepowerReceivedL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReceivedL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReturnedL1
public void enterPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
Enter a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReturnedL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReturnedL1
public void exitPowerReturnedL1(DsmrParser.PowerReturnedL1Context ctx)
Exit a parse tree produced by thepowerReturnedL1labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReturnedL1in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReturnedL2
public void enterPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
Enter a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReturnedL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReturnedL2
public void exitPowerReturnedL2(DsmrParser.PowerReturnedL2Context ctx)
Exit a parse tree produced by thepowerReturnedL2labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReturnedL2in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterPowerReturnedL3
public void enterPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
Enter a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterPowerReturnedL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitPowerReturnedL3
public void exitPowerReturnedL3(DsmrParser.PowerReturnedL3Context ctx)
Exit a parse tree produced by thepowerReturnedL3labeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitPowerReturnedL3in interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMessageCodes
public void enterMessageCodes(DsmrParser.MessageCodesContext ctx)
Enter a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMessageCodesin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMessageCodes
public void exitMessageCodes(DsmrParser.MessageCodesContext ctx)
Exit a parse tree produced by themessageCodeslabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMessageCodesin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMessage
public void enterMessage(DsmrParser.MessageContext ctx)
Enter a parse tree produced by themessagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMessagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMessage
public void exitMessage(DsmrParser.MessageContext ctx)
Exit a parse tree produced by themessagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMessagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus1Type
public void enterMBus1Type(DsmrParser.MBus1TypeContext ctx)
Enter a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus1Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus1Type
public void exitMBus1Type(DsmrParser.MBus1TypeContext ctx)
Exit a parse tree produced by themBus1Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus1Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus1EquipmentId
public void enterMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
Enter a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus1EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus1EquipmentId
public void exitMBus1EquipmentId(DsmrParser.MBus1EquipmentIdContext ctx)
Exit a parse tree produced by themBus1EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus1EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus1Usage
public void enterMBus1Usage(DsmrParser.MBus1UsageContext ctx)
Enter a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus1Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus1Usage
public void exitMBus1Usage(DsmrParser.MBus1UsageContext ctx)
Exit a parse tree produced by themBus1Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus1Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus2Type
public void enterMBus2Type(DsmrParser.MBus2TypeContext ctx)
Enter a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus2Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus2Type
public void exitMBus2Type(DsmrParser.MBus2TypeContext ctx)
Exit a parse tree produced by themBus2Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus2Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus2EquipmentId
public void enterMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
Enter a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus2EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus2EquipmentId
public void exitMBus2EquipmentId(DsmrParser.MBus2EquipmentIdContext ctx)
Exit a parse tree produced by themBus2EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus2EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus2Usage
public void enterMBus2Usage(DsmrParser.MBus2UsageContext ctx)
Enter a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus2Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus2Usage
public void exitMBus2Usage(DsmrParser.MBus2UsageContext ctx)
Exit a parse tree produced by themBus2Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus2Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus3Type
public void enterMBus3Type(DsmrParser.MBus3TypeContext ctx)
Enter a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus3Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus3Type
public void exitMBus3Type(DsmrParser.MBus3TypeContext ctx)
Exit a parse tree produced by themBus3Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus3Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus3EquipmentId
public void enterMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
Enter a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus3EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus3EquipmentId
public void exitMBus3EquipmentId(DsmrParser.MBus3EquipmentIdContext ctx)
Exit a parse tree produced by themBus3EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus3EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus3Usage
public void enterMBus3Usage(DsmrParser.MBus3UsageContext ctx)
Enter a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus3Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus3Usage
public void exitMBus3Usage(DsmrParser.MBus3UsageContext ctx)
Exit a parse tree produced by themBus3Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus3Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus4Type
public void enterMBus4Type(DsmrParser.MBus4TypeContext ctx)
Enter a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus4Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus4Type
public void exitMBus4Type(DsmrParser.MBus4TypeContext ctx)
Exit a parse tree produced by themBus4Typelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus4Typein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus4EquipmentId
public void enterMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
Enter a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus4EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus4EquipmentId
public void exitMBus4EquipmentId(DsmrParser.MBus4EquipmentIdContext ctx)
Exit a parse tree produced by themBus4EquipmentIdlabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus4EquipmentIdin interfaceDsmrListener- Parameters:
ctx- the parse tree
-
enterMBus4Usage
public void enterMBus4Usage(DsmrParser.MBus4UsageContext ctx)
Enter a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
enterMBus4Usagein interfaceDsmrListener- Parameters:
ctx- the parse tree
-
exitMBus4Usage
public void exitMBus4Usage(DsmrParser.MBus4UsageContext ctx)
Exit a parse tree produced by themBus4Usagelabeled alternative inDsmrParser.field().The default implementation does nothing.
- Specified by:
exitMBus4Usagein interfaceDsmrListener- 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
-
-