Show / Hide Table of Contents

Class parkingsignBaseVisitor<Result>

This class provides an empty implementation of IparkingsignVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
parkingsignBaseVisitor<Result>
Implements
IparkingsignVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Parkingsign
Assembly: Parkingsign.dll
Syntax
public class parkingsignBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, 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().

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The default implementation returns the result of calling on context.

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

The parse tree.

Returns
Type Description
Result

Implements

IparkingsignVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX