Show / Hide Table of Contents

Interface IparkingsignVisitor<Result>

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

Namespace: GCore.Antlr.Grammers.Parkingsign
Assembly: Parkingsign.dll
Syntax
public interface IparkingsignVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitAm(parkingsignParser.AmContext)

Visit a parse tree produced by am().

Declaration
Result VisitAm(parkingsignParser.AmContext context)
Parameters
Type Name Description
parkingsignParser.AmContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAnd_(parkingsignParser.And_Context)

Visit a parse tree produced by and_().

Declaration
Result VisitAnd_(parkingsignParser.And_Context context)
Parameters
Type Name Description
parkingsignParser.And_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAnyTime(parkingsignParser.AnyTimeContext)

Visit a parse tree produced by anyTime().

Declaration
Result VisitAnyTime(parkingsignParser.AnyTimeContext context)
Parameters
Type Name Description
parkingsignParser.AnyTimeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDay(parkingsignParser.DayContext)

Visit a parse tree produced by day().

Declaration
Result VisitDay(parkingsignParser.DayContext context)
Parameters
Type Name Description
parkingsignParser.DayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDayAndDay(parkingsignParser.DayAndDayContext)

Visit a parse tree produced by dayAndDay().

Declaration
Result VisitDayAndDay(parkingsignParser.DayAndDayContext context)
Parameters
Type Name Description
parkingsignParser.DayAndDayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDayRange(parkingsignParser.DayRangeContext)

Visit a parse tree produced by dayRange().

Declaration
Result VisitDayRange(parkingsignParser.DayRangeContext context)
Parameters
Type Name Description
parkingsignParser.DayRangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDayRangePlus(parkingsignParser.DayRangePlusContext)

Visit a parse tree produced by dayRangePlus().

Declaration
Result VisitDayRangePlus(parkingsignParser.DayRangePlusContext context)
Parameters
Type Name Description
parkingsignParser.DayRangePlusContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDayToDay(parkingsignParser.DayToDayContext)

Visit a parse tree produced by dayToDay().

Declaration
Result VisitDayToDay(parkingsignParser.DayToDayContext context)
Parameters
Type Name Description
parkingsignParser.DayToDayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext)

Visit a parse tree produced by doubleTimeLimitSign().

Declaration
Result VisitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.DoubleTimeLimitSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEveryDay(parkingsignParser.EveryDayContext)

Visit a parse tree produced by everyDay().

Declaration
Result VisitEveryDay(parkingsignParser.EveryDayContext context)
Parameters
Type Name Description
parkingsignParser.EveryDayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExempt(parkingsignParser.ExemptContext)

Visit a parse tree produced by exempt().

Declaration
Result VisitExempt(parkingsignParser.ExemptContext context)
Parameters
Type Name Description
parkingsignParser.ExemptContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLoadingOnly(parkingsignParser.LoadingOnlyContext)

Visit a parse tree produced by loadingOnly().

Declaration
Result VisitLoadingOnly(parkingsignParser.LoadingOnlyContext context)
Parameters
Type Name Description
parkingsignParser.LoadingOnlyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMinute(parkingsignParser.MinuteContext)

Visit a parse tree produced by minute().

Declaration
Result VisitMinute(parkingsignParser.MinuteContext context)
Parameters
Type Name Description
parkingsignParser.MinuteContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoParking(parkingsignParser.NoParkingContext)

Visit a parse tree produced by noParking().

Declaration
Result VisitNoParking(parkingsignParser.NoParkingContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoParkingSign(parkingsignParser.NoParkingSignContext)

Visit a parse tree produced by noParkingSign().

Declaration
Result VisitNoParkingSign(parkingsignParser.NoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoParkingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoStopping(parkingsignParser.NoStoppingContext)

Visit a parse tree produced by noStopping().

Declaration
Result VisitNoStopping(parkingsignParser.NoStoppingContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoStoppingSign(parkingsignParser.NoStoppingSignContext)

Visit a parse tree produced by noStoppingSign().

Declaration
Result VisitNoStoppingSign(parkingsignParser.NoStoppingSignContext context)
Parameters
Type Name Description
parkingsignParser.NoStoppingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParkingSign(parkingsignParser.ParkingSignContext)

Visit a parse tree produced by parkingSign().

Declaration
Result VisitParkingSign(parkingsignParser.ParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParkingSigns(parkingsignParser.ParkingSignsContext)

Visit a parse tree produced by parkingSigns().

Declaration
Result VisitParkingSigns(parkingsignParser.ParkingSignsContext context)
Parameters
Type Name Description
parkingsignParser.ParkingSignsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext)

Visit a parse tree produced by passengerLoadingSign().

Declaration
Result VisitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext context)
Parameters
Type Name Description
parkingsignParser.PassengerLoadingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPermitSign(parkingsignParser.PermitSignContext)

Visit a parse tree produced by permitSign().

Declaration
Result VisitPermitSign(parkingsignParser.PermitSignContext context)
Parameters
Type Name Description
parkingsignParser.PermitSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPm(parkingsignParser.PmContext)

Visit a parse tree produced by pm().

Declaration
Result VisitPm(parkingsignParser.PmContext context)
Parameters
Type Name Description
parkingsignParser.PmContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSchoolDays(parkingsignParser.SchoolDaysContext)

Visit a parse tree produced by schoolDays().

Declaration
Result VisitSchoolDays(parkingsignParser.SchoolDaysContext context)
Parameters
Type Name Description
parkingsignParser.SchoolDaysContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext)

Visit a parse tree produced by singleTimeLimitSign().

Declaration
Result VisitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext context)
Parameters
Type Name Description
parkingsignParser.SingleTimeLimitSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStreetSweeping(parkingsignParser.StreetSweepingContext)

Visit a parse tree produced by streetSweeping().

Declaration
Result VisitStreetSweeping(parkingsignParser.StreetSweepingContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext)

Visit a parse tree produced by streetSweepingSign().

Declaration
Result VisitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext context)
Parameters
Type Name Description
parkingsignParser.StreetSweepingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext)

Visit a parse tree produced by temporaryNoParkingSign().

Declaration
Result VisitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext context)
Parameters
Type Name Description
parkingsignParser.TemporaryNoParkingSignContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTime(parkingsignParser.TimeContext)

Visit a parse tree produced by time().

Declaration
Result VisitTime(parkingsignParser.TimeContext context)
Parameters
Type Name Description
parkingsignParser.TimeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTimeRange(parkingsignParser.TimeRangeContext)

Visit a parse tree produced by timeRange().

Declaration
Result VisitTimeRange(parkingsignParser.TimeRangeContext context)
Parameters
Type Name Description
parkingsignParser.TimeRangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTo(parkingsignParser.ToContext)

Visit a parse tree produced by to().

Declaration
Result VisitTo(parkingsignParser.ToContext context)
Parameters
Type Name Description
parkingsignParser.ToContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTowAway(parkingsignParser.TowAwayContext)

Visit a parse tree produced by towAway().

Declaration
Result VisitTowAway(parkingsignParser.TowAwayContext context)
Parameters
Type Name Description
parkingsignParser.TowAwayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTwelveMidnight(parkingsignParser.TwelveMidnightContext)

Visit a parse tree produced by twelveMidnight().

Declaration
Result VisitTwelveMidnight(parkingsignParser.TwelveMidnightContext context)
Parameters
Type Name Description
parkingsignParser.TwelveMidnightContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTwelveNoon(parkingsignParser.TwelveNoonContext)

Visit a parse tree produced by twelveNoon().

Declaration
Result VisitTwelveNoon(parkingsignParser.TwelveNoonContext context)
Parameters
Type Name Description
parkingsignParser.TwelveNoonContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitValetOnly(parkingsignParser.ValetOnlyContext)

Visit a parse tree produced by valetOnly().

Declaration
Result VisitValetOnly(parkingsignParser.ValetOnlyContext context)
Parameters
Type Name Description
parkingsignParser.ValetOnlyContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX