Show / Hide Table of Contents

Class parkingsignBaseListener

This class provides an empty implementation of IparkingsignListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
parkingsignBaseListener
Implements
IparkingsignListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Parkingsign
Assembly: Parkingsign.dll
Syntax
public class parkingsignBaseListener : object, IparkingsignListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAm(parkingsignParser.AmContext)

Enter a parse tree produced by am().

The default implementation does nothing.

Declaration
public virtual void EnterAm(parkingsignParser.AmContext context)
Parameters
Type Name Description
parkingsignParser.AmContext context

The parse tree.

| Improve this Doc View Source

EnterAnd_(parkingsignParser.And_Context)

Enter a parse tree produced by and_().

The default implementation does nothing.

Declaration
public virtual void EnterAnd_(parkingsignParser.And_Context context)
Parameters
Type Name Description
parkingsignParser.And_Context context

The parse tree.

| Improve this Doc View Source

EnterAnyTime(parkingsignParser.AnyTimeContext)

Enter a parse tree produced by anyTime().

The default implementation does nothing.

Declaration
public virtual void EnterAnyTime(parkingsignParser.AnyTimeContext context)
Parameters
Type Name Description
parkingsignParser.AnyTimeContext context

The parse tree.

| Improve this Doc View Source

EnterDay(parkingsignParser.DayContext)

Enter a parse tree produced by day().

The default implementation does nothing.

Declaration
public virtual void EnterDay(parkingsignParser.DayContext context)
Parameters
Type Name Description
parkingsignParser.DayContext context

The parse tree.

| Improve this Doc View Source

EnterDayAndDay(parkingsignParser.DayAndDayContext)

Enter a parse tree produced by dayAndDay().

The default implementation does nothing.

Declaration
public virtual void EnterDayAndDay(parkingsignParser.DayAndDayContext context)
Parameters
Type Name Description
parkingsignParser.DayAndDayContext context

The parse tree.

| Improve this Doc View Source

EnterDayRange(parkingsignParser.DayRangeContext)

Enter a parse tree produced by dayRange().

The default implementation does nothing.

Declaration
public virtual void EnterDayRange(parkingsignParser.DayRangeContext context)
Parameters
Type Name Description
parkingsignParser.DayRangeContext context

The parse tree.

| Improve this Doc View Source

EnterDayRangePlus(parkingsignParser.DayRangePlusContext)

Enter a parse tree produced by dayRangePlus().

The default implementation does nothing.

Declaration
public virtual void EnterDayRangePlus(parkingsignParser.DayRangePlusContext context)
Parameters
Type Name Description
parkingsignParser.DayRangePlusContext context

The parse tree.

| Improve this Doc View Source

EnterDayToDay(parkingsignParser.DayToDayContext)

Enter a parse tree produced by dayToDay().

The default implementation does nothing.

Declaration
public virtual void EnterDayToDay(parkingsignParser.DayToDayContext context)
Parameters
Type Name Description
parkingsignParser.DayToDayContext context

The parse tree.

| Improve this Doc View Source

EnterDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext)

Enter a parse tree produced by doubleTimeLimitSign().

The default implementation does nothing.

Declaration
public virtual void EnterDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.DoubleTimeLimitSignContext context

The parse tree.

| Improve this Doc View Source

EnterEveryDay(parkingsignParser.EveryDayContext)

Enter a parse tree produced by everyDay().

The default implementation does nothing.

Declaration
public virtual void EnterEveryDay(parkingsignParser.EveryDayContext context)
Parameters
Type Name Description
parkingsignParser.EveryDayContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExempt(parkingsignParser.ExemptContext)

Enter a parse tree produced by exempt().

The default implementation does nothing.

Declaration
public virtual void EnterExempt(parkingsignParser.ExemptContext context)
Parameters
Type Name Description
parkingsignParser.ExemptContext context

The parse tree.

| Improve this Doc View Source

EnterLoadingOnly(parkingsignParser.LoadingOnlyContext)

Enter a parse tree produced by loadingOnly().

The default implementation does nothing.

Declaration
public virtual void EnterLoadingOnly(parkingsignParser.LoadingOnlyContext context)
Parameters
Type Name Description
parkingsignParser.LoadingOnlyContext context

The parse tree.

| Improve this Doc View Source

EnterMinute(parkingsignParser.MinuteContext)

Enter a parse tree produced by minute().

The default implementation does nothing.

Declaration
public virtual void EnterMinute(parkingsignParser.MinuteContext context)
Parameters
Type Name Description
parkingsignParser.MinuteContext context

The parse tree.

| Improve this Doc View Source

EnterNoParking(parkingsignParser.NoParkingContext)

Enter a parse tree produced by noParking().

The default implementation does nothing.

Declaration
public virtual void EnterNoParking(parkingsignParser.NoParkingContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingContext context

The parse tree.

| Improve this Doc View Source

EnterNoParkingSign(parkingsignParser.NoParkingSignContext)

Enter a parse tree produced by noParkingSign().

The default implementation does nothing.

Declaration
public virtual void EnterNoParkingSign(parkingsignParser.NoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingSignContext context

The parse tree.

| Improve this Doc View Source

EnterNoStopping(parkingsignParser.NoStoppingContext)

Enter a parse tree produced by noStopping().

The default implementation does nothing.

Declaration
public virtual void EnterNoStopping(parkingsignParser.NoStoppingContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingContext context

The parse tree.

| Improve this Doc View Source

EnterNoStoppingSign(parkingsignParser.NoStoppingSignContext)

Enter a parse tree produced by noStoppingSign().

The default implementation does nothing.

Declaration
public virtual void EnterNoStoppingSign(parkingsignParser.NoStoppingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingSignContext context

The parse tree.

| Improve this Doc View Source

EnterParkingSign(parkingsignParser.ParkingSignContext)

Enter a parse tree produced by parkingSign().

The default implementation does nothing.

Declaration
public virtual void EnterParkingSign(parkingsignParser.ParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignContext context

The parse tree.

| Improve this Doc View Source

EnterParkingSigns(parkingsignParser.ParkingSignsContext)

Enter a parse tree produced by parkingSigns().

The default implementation does nothing.

Declaration
public virtual void EnterParkingSigns(parkingsignParser.ParkingSignsContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignsContext context

The parse tree.

| Improve this Doc View Source

EnterPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext)

Enter a parse tree produced by passengerLoadingSign().

The default implementation does nothing.

Declaration
public virtual void EnterPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext context)
Parameters
Type Name Description
parkingsignParser.PassengerLoadingSignContext context

The parse tree.

| Improve this Doc View Source

EnterPermitSign(parkingsignParser.PermitSignContext)

Enter a parse tree produced by permitSign().

The default implementation does nothing.

Declaration
public virtual void EnterPermitSign(parkingsignParser.PermitSignContext context)
Parameters
Type Name Description
parkingsignParser.PermitSignContext context

The parse tree.

| Improve this Doc View Source

EnterPm(parkingsignParser.PmContext)

Enter a parse tree produced by pm().

The default implementation does nothing.

Declaration
public virtual void EnterPm(parkingsignParser.PmContext context)
Parameters
Type Name Description
parkingsignParser.PmContext context

The parse tree.

| Improve this Doc View Source

EnterSchoolDays(parkingsignParser.SchoolDaysContext)

Enter a parse tree produced by schoolDays().

The default implementation does nothing.

Declaration
public virtual void EnterSchoolDays(parkingsignParser.SchoolDaysContext context)
Parameters
Type Name Description
parkingsignParser.SchoolDaysContext context

The parse tree.

| Improve this Doc View Source

EnterSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext)

Enter a parse tree produced by singleTimeLimitSign().

The default implementation does nothing.

Declaration
public virtual void EnterSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.SingleTimeLimitSignContext context

The parse tree.

| Improve this Doc View Source

EnterStreetSweeping(parkingsignParser.StreetSweepingContext)

Enter a parse tree produced by streetSweeping().

The default implementation does nothing.

Declaration
public virtual void EnterStreetSweeping(parkingsignParser.StreetSweepingContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingContext context

The parse tree.

| Improve this Doc View Source

EnterStreetSweepingSign(parkingsignParser.StreetSweepingSignContext)

Enter a parse tree produced by streetSweepingSign().

The default implementation does nothing.

Declaration
public virtual void EnterStreetSweepingSign(parkingsignParser.StreetSweepingSignContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingSignContext context

The parse tree.

| Improve this Doc View Source

EnterTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext)

Enter a parse tree produced by temporaryNoParkingSign().

The default implementation does nothing.

Declaration
public virtual void EnterTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.TemporaryNoParkingSignContext context

The parse tree.

| Improve this Doc View Source

EnterTime(parkingsignParser.TimeContext)

Enter a parse tree produced by time().

The default implementation does nothing.

Declaration
public virtual void EnterTime(parkingsignParser.TimeContext context)
Parameters
Type Name Description
parkingsignParser.TimeContext context

The parse tree.

| Improve this Doc View Source

EnterTimeRange(parkingsignParser.TimeRangeContext)

Enter a parse tree produced by timeRange().

The default implementation does nothing.

Declaration
public virtual void EnterTimeRange(parkingsignParser.TimeRangeContext context)
Parameters
Type Name Description
parkingsignParser.TimeRangeContext context

The parse tree.

| Improve this Doc View Source

EnterTo(parkingsignParser.ToContext)

Enter a parse tree produced by to().

The default implementation does nothing.

Declaration
public virtual void EnterTo(parkingsignParser.ToContext context)
Parameters
Type Name Description
parkingsignParser.ToContext context

The parse tree.

| Improve this Doc View Source

EnterTowAway(parkingsignParser.TowAwayContext)

Enter a parse tree produced by towAway().

The default implementation does nothing.

Declaration
public virtual void EnterTowAway(parkingsignParser.TowAwayContext context)
Parameters
Type Name Description
parkingsignParser.TowAwayContext context

The parse tree.

| Improve this Doc View Source

EnterTwelveMidnight(parkingsignParser.TwelveMidnightContext)

Enter a parse tree produced by twelveMidnight().

The default implementation does nothing.

Declaration
public virtual void EnterTwelveMidnight(parkingsignParser.TwelveMidnightContext context)
Parameters
Type Name Description
parkingsignParser.TwelveMidnightContext context

The parse tree.

| Improve this Doc View Source

EnterTwelveNoon(parkingsignParser.TwelveNoonContext)

Enter a parse tree produced by twelveNoon().

The default implementation does nothing.

Declaration
public virtual void EnterTwelveNoon(parkingsignParser.TwelveNoonContext context)
Parameters
Type Name Description
parkingsignParser.TwelveNoonContext context

The parse tree.

| Improve this Doc View Source

EnterValetOnly(parkingsignParser.ValetOnlyContext)

Enter a parse tree produced by valetOnly().

The default implementation does nothing.

Declaration
public virtual void EnterValetOnly(parkingsignParser.ValetOnlyContext context)
Parameters
Type Name Description
parkingsignParser.ValetOnlyContext context

The parse tree.

| Improve this Doc View Source

ExitAm(parkingsignParser.AmContext)

Exit a parse tree produced by am().

The default implementation does nothing.

Declaration
public virtual void ExitAm(parkingsignParser.AmContext context)
Parameters
Type Name Description
parkingsignParser.AmContext context

The parse tree.

| Improve this Doc View Source

ExitAnd_(parkingsignParser.And_Context)

Exit a parse tree produced by and_().

The default implementation does nothing.

Declaration
public virtual void ExitAnd_(parkingsignParser.And_Context context)
Parameters
Type Name Description
parkingsignParser.And_Context context

The parse tree.

| Improve this Doc View Source

ExitAnyTime(parkingsignParser.AnyTimeContext)

Exit a parse tree produced by anyTime().

The default implementation does nothing.

Declaration
public virtual void ExitAnyTime(parkingsignParser.AnyTimeContext context)
Parameters
Type Name Description
parkingsignParser.AnyTimeContext context

The parse tree.

| Improve this Doc View Source

ExitDay(parkingsignParser.DayContext)

Exit a parse tree produced by day().

The default implementation does nothing.

Declaration
public virtual void ExitDay(parkingsignParser.DayContext context)
Parameters
Type Name Description
parkingsignParser.DayContext context

The parse tree.

| Improve this Doc View Source

ExitDayAndDay(parkingsignParser.DayAndDayContext)

Exit a parse tree produced by dayAndDay().

The default implementation does nothing.

Declaration
public virtual void ExitDayAndDay(parkingsignParser.DayAndDayContext context)
Parameters
Type Name Description
parkingsignParser.DayAndDayContext context

The parse tree.

| Improve this Doc View Source

ExitDayRange(parkingsignParser.DayRangeContext)

Exit a parse tree produced by dayRange().

The default implementation does nothing.

Declaration
public virtual void ExitDayRange(parkingsignParser.DayRangeContext context)
Parameters
Type Name Description
parkingsignParser.DayRangeContext context

The parse tree.

| Improve this Doc View Source

ExitDayRangePlus(parkingsignParser.DayRangePlusContext)

Exit a parse tree produced by dayRangePlus().

The default implementation does nothing.

Declaration
public virtual void ExitDayRangePlus(parkingsignParser.DayRangePlusContext context)
Parameters
Type Name Description
parkingsignParser.DayRangePlusContext context

The parse tree.

| Improve this Doc View Source

ExitDayToDay(parkingsignParser.DayToDayContext)

Exit a parse tree produced by dayToDay().

The default implementation does nothing.

Declaration
public virtual void ExitDayToDay(parkingsignParser.DayToDayContext context)
Parameters
Type Name Description
parkingsignParser.DayToDayContext context

The parse tree.

| Improve this Doc View Source

ExitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext)

Exit a parse tree produced by doubleTimeLimitSign().

The default implementation does nothing.

Declaration
public virtual void ExitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.DoubleTimeLimitSignContext context

The parse tree.

| Improve this Doc View Source

ExitEveryDay(parkingsignParser.EveryDayContext)

Exit a parse tree produced by everyDay().

The default implementation does nothing.

Declaration
public virtual void ExitEveryDay(parkingsignParser.EveryDayContext context)
Parameters
Type Name Description
parkingsignParser.EveryDayContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExempt(parkingsignParser.ExemptContext)

Exit a parse tree produced by exempt().

The default implementation does nothing.

Declaration
public virtual void ExitExempt(parkingsignParser.ExemptContext context)
Parameters
Type Name Description
parkingsignParser.ExemptContext context

The parse tree.

| Improve this Doc View Source

ExitLoadingOnly(parkingsignParser.LoadingOnlyContext)

Exit a parse tree produced by loadingOnly().

The default implementation does nothing.

Declaration
public virtual void ExitLoadingOnly(parkingsignParser.LoadingOnlyContext context)
Parameters
Type Name Description
parkingsignParser.LoadingOnlyContext context

The parse tree.

| Improve this Doc View Source

ExitMinute(parkingsignParser.MinuteContext)

Exit a parse tree produced by minute().

The default implementation does nothing.

Declaration
public virtual void ExitMinute(parkingsignParser.MinuteContext context)
Parameters
Type Name Description
parkingsignParser.MinuteContext context

The parse tree.

| Improve this Doc View Source

ExitNoParking(parkingsignParser.NoParkingContext)

Exit a parse tree produced by noParking().

The default implementation does nothing.

Declaration
public virtual void ExitNoParking(parkingsignParser.NoParkingContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingContext context

The parse tree.

| Improve this Doc View Source

ExitNoParkingSign(parkingsignParser.NoParkingSignContext)

Exit a parse tree produced by noParkingSign().

The default implementation does nothing.

Declaration
public virtual void ExitNoParkingSign(parkingsignParser.NoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingSignContext context

The parse tree.

| Improve this Doc View Source

ExitNoStopping(parkingsignParser.NoStoppingContext)

Exit a parse tree produced by noStopping().

The default implementation does nothing.

Declaration
public virtual void ExitNoStopping(parkingsignParser.NoStoppingContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingContext context

The parse tree.

| Improve this Doc View Source

ExitNoStoppingSign(parkingsignParser.NoStoppingSignContext)

Exit a parse tree produced by noStoppingSign().

The default implementation does nothing.

Declaration
public virtual void ExitNoStoppingSign(parkingsignParser.NoStoppingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingSignContext context

The parse tree.

| Improve this Doc View Source

ExitParkingSign(parkingsignParser.ParkingSignContext)

Exit a parse tree produced by parkingSign().

The default implementation does nothing.

Declaration
public virtual void ExitParkingSign(parkingsignParser.ParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignContext context

The parse tree.

| Improve this Doc View Source

ExitParkingSigns(parkingsignParser.ParkingSignsContext)

Exit a parse tree produced by parkingSigns().

The default implementation does nothing.

Declaration
public virtual void ExitParkingSigns(parkingsignParser.ParkingSignsContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignsContext context

The parse tree.

| Improve this Doc View Source

ExitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext)

Exit a parse tree produced by passengerLoadingSign().

The default implementation does nothing.

Declaration
public virtual void ExitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext context)
Parameters
Type Name Description
parkingsignParser.PassengerLoadingSignContext context

The parse tree.

| Improve this Doc View Source

ExitPermitSign(parkingsignParser.PermitSignContext)

Exit a parse tree produced by permitSign().

The default implementation does nothing.

Declaration
public virtual void ExitPermitSign(parkingsignParser.PermitSignContext context)
Parameters
Type Name Description
parkingsignParser.PermitSignContext context

The parse tree.

| Improve this Doc View Source

ExitPm(parkingsignParser.PmContext)

Exit a parse tree produced by pm().

The default implementation does nothing.

Declaration
public virtual void ExitPm(parkingsignParser.PmContext context)
Parameters
Type Name Description
parkingsignParser.PmContext context

The parse tree.

| Improve this Doc View Source

ExitSchoolDays(parkingsignParser.SchoolDaysContext)

Exit a parse tree produced by schoolDays().

The default implementation does nothing.

Declaration
public virtual void ExitSchoolDays(parkingsignParser.SchoolDaysContext context)
Parameters
Type Name Description
parkingsignParser.SchoolDaysContext context

The parse tree.

| Improve this Doc View Source

ExitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext)

Exit a parse tree produced by singleTimeLimitSign().

The default implementation does nothing.

Declaration
public virtual void ExitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.SingleTimeLimitSignContext context

The parse tree.

| Improve this Doc View Source

ExitStreetSweeping(parkingsignParser.StreetSweepingContext)

Exit a parse tree produced by streetSweeping().

The default implementation does nothing.

Declaration
public virtual void ExitStreetSweeping(parkingsignParser.StreetSweepingContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingContext context

The parse tree.

| Improve this Doc View Source

ExitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext)

Exit a parse tree produced by streetSweepingSign().

The default implementation does nothing.

Declaration
public virtual void ExitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingSignContext context

The parse tree.

| Improve this Doc View Source

ExitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext)

Exit a parse tree produced by temporaryNoParkingSign().

The default implementation does nothing.

Declaration
public virtual void ExitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.TemporaryNoParkingSignContext context

The parse tree.

| Improve this Doc View Source

ExitTime(parkingsignParser.TimeContext)

Exit a parse tree produced by time().

The default implementation does nothing.

Declaration
public virtual void ExitTime(parkingsignParser.TimeContext context)
Parameters
Type Name Description
parkingsignParser.TimeContext context

The parse tree.

| Improve this Doc View Source

ExitTimeRange(parkingsignParser.TimeRangeContext)

Exit a parse tree produced by timeRange().

The default implementation does nothing.

Declaration
public virtual void ExitTimeRange(parkingsignParser.TimeRangeContext context)
Parameters
Type Name Description
parkingsignParser.TimeRangeContext context

The parse tree.

| Improve this Doc View Source

ExitTo(parkingsignParser.ToContext)

Exit a parse tree produced by to().

The default implementation does nothing.

Declaration
public virtual void ExitTo(parkingsignParser.ToContext context)
Parameters
Type Name Description
parkingsignParser.ToContext context

The parse tree.

| Improve this Doc View Source

ExitTowAway(parkingsignParser.TowAwayContext)

Exit a parse tree produced by towAway().

The default implementation does nothing.

Declaration
public virtual void ExitTowAway(parkingsignParser.TowAwayContext context)
Parameters
Type Name Description
parkingsignParser.TowAwayContext context

The parse tree.

| Improve this Doc View Source

ExitTwelveMidnight(parkingsignParser.TwelveMidnightContext)

Exit a parse tree produced by twelveMidnight().

The default implementation does nothing.

Declaration
public virtual void ExitTwelveMidnight(parkingsignParser.TwelveMidnightContext context)
Parameters
Type Name Description
parkingsignParser.TwelveMidnightContext context

The parse tree.

| Improve this Doc View Source

ExitTwelveNoon(parkingsignParser.TwelveNoonContext)

Exit a parse tree produced by twelveNoon().

The default implementation does nothing.

Declaration
public virtual void ExitTwelveNoon(parkingsignParser.TwelveNoonContext context)
Parameters
Type Name Description
parkingsignParser.TwelveNoonContext context

The parse tree.

| Improve this Doc View Source

ExitValetOnly(parkingsignParser.ValetOnlyContext)

Exit a parse tree produced by valetOnly().

The default implementation does nothing.

Declaration
public virtual void ExitValetOnly(parkingsignParser.ValetOnlyContext context)
Parameters
Type Name Description
parkingsignParser.ValetOnlyContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IparkingsignListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX