Show / Hide Table of Contents

Interface IparkingsignListener

This interface defines a complete listener for a parse tree produced by parkingsignParser.

Namespace: GCore.Antlr.Grammers.Parkingsign
Assembly: Parkingsign.dll
Syntax
public interface IparkingsignListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAm(parkingsignParser.AmContext)

Enter a parse tree produced by am().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

| Improve this Doc View Source

EnterExempt(parkingsignParser.ExemptContext)

Enter a parse tree produced by exempt().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

| Improve this Doc View Source

ExitExempt(parkingsignParser.ExemptContext)

Exit a parse tree produced by exempt().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

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

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX