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
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 SourceVisitAm(parkingsignParser.AmContext)
Visit a parse tree produced by am().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAm(parkingsignParser.AmContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.AmContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAnd_(parkingsignParser.And_Context)
Visit a parse tree produced by and_().
The default implementation returns the result of calling 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 |
VisitAnyTime(parkingsignParser.AnyTimeContext)
Visit a parse tree produced by anyTime().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAnyTime(parkingsignParser.AnyTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.AnyTimeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDay(parkingsignParser.DayContext)
Visit a parse tree produced by day().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDay(parkingsignParser.DayContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDayAndDay(parkingsignParser.DayAndDayContext)
Visit a parse tree produced by dayAndDay().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDayAndDay(parkingsignParser.DayAndDayContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DayAndDayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDayRange(parkingsignParser.DayRangeContext)
Visit a parse tree produced by dayRange().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDayRange(parkingsignParser.DayRangeContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DayRangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDayRangePlus(parkingsignParser.DayRangePlusContext)
Visit a parse tree produced by dayRangePlus().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDayRangePlus(parkingsignParser.DayRangePlusContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DayRangePlusContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDayToDay(parkingsignParser.DayToDayContext)
Visit a parse tree produced by dayToDay().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDayToDay(parkingsignParser.DayToDayContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DayToDayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext)
Visit a parse tree produced by doubleTimeLimitSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDoubleTimeLimitSign(parkingsignParser.DoubleTimeLimitSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.DoubleTimeLimitSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEveryDay(parkingsignParser.EveryDayContext)
Visit a parse tree produced by everyDay().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEveryDay(parkingsignParser.EveryDayContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.EveryDayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExempt(parkingsignParser.ExemptContext)
Visit a parse tree produced by exempt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExempt(parkingsignParser.ExemptContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.ExemptContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLoadingOnly(parkingsignParser.LoadingOnlyContext)
Visit a parse tree produced by loadingOnly().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLoadingOnly(parkingsignParser.LoadingOnlyContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.LoadingOnlyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMinute(parkingsignParser.MinuteContext)
Visit a parse tree produced by minute().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMinute(parkingsignParser.MinuteContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.MinuteContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNoParking(parkingsignParser.NoParkingContext)
Visit a parse tree produced by noParking().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNoParking(parkingsignParser.NoParkingContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.NoParkingContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNoParkingSign(parkingsignParser.NoParkingSignContext)
Visit a parse tree produced by noParkingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNoParkingSign(parkingsignParser.NoParkingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.NoParkingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNoStopping(parkingsignParser.NoStoppingContext)
Visit a parse tree produced by noStopping().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNoStopping(parkingsignParser.NoStoppingContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.NoStoppingContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNoStoppingSign(parkingsignParser.NoStoppingSignContext)
Visit a parse tree produced by noStoppingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNoStoppingSign(parkingsignParser.NoStoppingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.NoStoppingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParkingSign(parkingsignParser.ParkingSignContext)
Visit a parse tree produced by parkingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParkingSign(parkingsignParser.ParkingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.ParkingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParkingSigns(parkingsignParser.ParkingSignsContext)
Visit a parse tree produced by parkingSigns().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParkingSigns(parkingsignParser.ParkingSignsContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.ParkingSignsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext)
Visit a parse tree produced by passengerLoadingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPassengerLoadingSign(parkingsignParser.PassengerLoadingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.PassengerLoadingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPermitSign(parkingsignParser.PermitSignContext)
Visit a parse tree produced by permitSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPermitSign(parkingsignParser.PermitSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.PermitSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPm(parkingsignParser.PmContext)
Visit a parse tree produced by pm().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPm(parkingsignParser.PmContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.PmContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSchoolDays(parkingsignParser.SchoolDaysContext)
Visit a parse tree produced by schoolDays().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSchoolDays(parkingsignParser.SchoolDaysContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.SchoolDaysContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext)
Visit a parse tree produced by singleTimeLimitSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSingleTimeLimitSign(parkingsignParser.SingleTimeLimitSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.SingleTimeLimitSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStreetSweeping(parkingsignParser.StreetSweepingContext)
Visit a parse tree produced by streetSweeping().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStreetSweeping(parkingsignParser.StreetSweepingContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.StreetSweepingContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext)
Visit a parse tree produced by streetSweepingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStreetSweepingSign(parkingsignParser.StreetSweepingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.StreetSweepingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext)
Visit a parse tree produced by temporaryNoParkingSign().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTemporaryNoParkingSign(parkingsignParser.TemporaryNoParkingSignContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TemporaryNoParkingSignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTime(parkingsignParser.TimeContext)
Visit a parse tree produced by time().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTime(parkingsignParser.TimeContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TimeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTimeRange(parkingsignParser.TimeRangeContext)
Visit a parse tree produced by timeRange().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTimeRange(parkingsignParser.TimeRangeContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TimeRangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTo(parkingsignParser.ToContext)
Visit a parse tree produced by to().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTo(parkingsignParser.ToContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.ToContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTowAway(parkingsignParser.TowAwayContext)
Visit a parse tree produced by towAway().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTowAway(parkingsignParser.TowAwayContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TowAwayContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTwelveMidnight(parkingsignParser.TwelveMidnightContext)
Visit a parse tree produced by twelveMidnight().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTwelveMidnight(parkingsignParser.TwelveMidnightContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TwelveMidnightContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTwelveNoon(parkingsignParser.TwelveNoonContext)
Visit a parse tree produced by twelveNoon().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTwelveNoon(parkingsignParser.TwelveNoonContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.TwelveNoonContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitValetOnly(parkingsignParser.ValetOnlyContext)
Visit a parse tree produced by valetOnly().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitValetOnly(parkingsignParser.ValetOnlyContext context)
Parameters
Type | Name | Description |
---|---|---|
parkingsignParser.ValetOnlyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |