Class iso8601BaseListener
This class provides an empty implementation of Iiso8601Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Iso8601
Assembly: Iso8601.dll
Syntax
public class iso8601BaseListener : object, Iiso8601Listener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCalendarDate(iso8601Parser.CalendarDateContext)
Enter a parse tree produced by calendarDate().
The default implementation does nothing.
Declaration
public virtual void EnterCalendarDate(iso8601Parser.CalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateContext | context | The parse tree. |
EnterCalendarDateBasic(iso8601Parser.CalendarDateBasicContext)
Enter a parse tree produced by calendarDateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterCalendarDateBasic(iso8601Parser.CalendarDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateBasicContext | context | The parse tree. |
EnterCalendarDateExtended(iso8601Parser.CalendarDateExtendedContext)
Enter a parse tree produced by calendarDateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterCalendarDateExtended(iso8601Parser.CalendarDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateExtendedContext | context | The parse tree. |
EnterCompleteCentury(iso8601Parser.CompleteCenturyContext)
Enter a parse tree produced by the CompleteCentury
labeled alternative in century().
The default implementation does nothing.
Declaration
public virtual void EnterCompleteCentury(iso8601Parser.CompleteCenturyContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CompleteCenturyContext | context | The parse tree. |
EnterCompleteYear(iso8601Parser.CompleteYearContext)
Enter a parse tree produced by the CompleteYear
labeled alternative in year().
The default implementation does nothing.
Declaration
public virtual void EnterCompleteYear(iso8601Parser.CompleteYearContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CompleteYearContext | context | The parse tree. |
EnterDate(iso8601Parser.DateContext)
Enter a parse tree produced by date().
The default implementation does nothing.
Declaration
public virtual void EnterDate(iso8601Parser.DateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateContext | context | The parse tree. |
EnterDateBasic(iso8601Parser.DateBasicContext)
Enter a parse tree produced by dateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterDateBasic(iso8601Parser.DateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateBasicContext | context | The parse tree. |
EnterDateExtended(iso8601Parser.DateExtendedContext)
Enter a parse tree produced by dateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterDateExtended(iso8601Parser.DateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateExtendedContext | context | The parse tree. |
EnterDatePrecise(iso8601Parser.DatePreciseContext)
Enter a parse tree produced by datePrecise().
The default implementation does nothing.
Declaration
public virtual void EnterDatePrecise(iso8601Parser.DatePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseContext | context | The parse tree. |
EnterDatePreciseBasic(iso8601Parser.DatePreciseBasicContext)
Enter a parse tree produced by datePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void EnterDatePreciseBasic(iso8601Parser.DatePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseBasicContext | context | The parse tree. |
EnterDatePreciseExtended(iso8601Parser.DatePreciseExtendedContext)
Enter a parse tree produced by datePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void EnterDatePreciseExtended(iso8601Parser.DatePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseExtendedContext | context | The parse tree. |
EnterDatetime(iso8601Parser.DatetimeContext)
Enter a parse tree produced by datetime().
The default implementation does nothing.
Declaration
public virtual void EnterDatetime(iso8601Parser.DatetimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeContext | context | The parse tree. |
EnterDatetimeBasic(iso8601Parser.DatetimeBasicContext)
Enter a parse tree produced by datetimeBasic().
The default implementation does nothing.
Declaration
public virtual void EnterDatetimeBasic(iso8601Parser.DatetimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeBasicContext | context | The parse tree. |
EnterDatetimeExtended(iso8601Parser.DatetimeExtendedContext)
Enter a parse tree produced by datetimeExtended().
The default implementation does nothing.
Declaration
public virtual void EnterDatetimeExtended(iso8601Parser.DatetimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeExtendedContext | context | The parse tree. |
EnterDatetimePrecise(iso8601Parser.DatetimePreciseContext)
Enter a parse tree produced by datetimePrecise().
The default implementation does nothing.
Declaration
public virtual void EnterDatetimePrecise(iso8601Parser.DatetimePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseContext | context | The parse tree. |
EnterDatetimePreciseBasic(iso8601Parser.DatetimePreciseBasicContext)
Enter a parse tree produced by datetimePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void EnterDatetimePreciseBasic(iso8601Parser.DatetimePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseBasicContext | context | The parse tree. |
EnterDatetimePreciseExtended(iso8601Parser.DatetimePreciseExtendedContext)
Enter a parse tree produced by datetimePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void EnterDatetimePreciseExtended(iso8601Parser.DatetimePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseExtendedContext | context | The parse tree. |
EnterDay(iso8601Parser.DayContext)
Enter a parse tree produced by day().
The default implementation does nothing.
Declaration
public virtual void EnterDay(iso8601Parser.DayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DayContext | context | The parse tree. |
EnterDec(iso8601Parser.DecContext)
Enter a parse tree produced by dec().
The default implementation does nothing.
Declaration
public virtual void EnterDec(iso8601Parser.DecContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DecContext | context | The parse tree. |
EnterDec2(iso8601Parser.Dec2Context)
Enter a parse tree produced by dec2().
The default implementation does nothing.
Declaration
public virtual void EnterDec2(iso8601Parser.Dec2Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Dec2Context | context | The parse tree. |
EnterDuration(iso8601Parser.DurationContext)
Enter a parse tree produced by duration().
The default implementation does nothing.
Declaration
public virtual void EnterDuration(iso8601Parser.DurationContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationContext | context | The parse tree. |
EnterDurationBasic(iso8601Parser.DurationBasicContext)
Enter a parse tree produced by durationBasic().
The default implementation does nothing.
Declaration
public virtual void EnterDurationBasic(iso8601Parser.DurationBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationBasicContext | context | The parse tree. |
EnterDurationExtended(iso8601Parser.DurationExtendedContext)
Enter a parse tree produced by durationExtended().
The default implementation does nothing.
Declaration
public virtual void EnterDurationExtended(iso8601Parser.DurationExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationExtendedContext | context | The parse tree. |
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.
EnterExpandedCentury(iso8601Parser.ExpandedCenturyContext)
Enter a parse tree produced by the ExpandedCentury
labeled alternative in century().
The default implementation does nothing.
Declaration
public virtual void EnterExpandedCentury(iso8601Parser.ExpandedCenturyContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.ExpandedCenturyContext | context | The parse tree. |
EnterExpandedYear(iso8601Parser.ExpandedYearContext)
Enter a parse tree produced by the ExpandedYear
labeled alternative in year().
The default implementation does nothing.
Declaration
public virtual void EnterExpandedYear(iso8601Parser.ExpandedYearContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.ExpandedYearContext | context | The parse tree. |
EnterHour(iso8601Parser.HourContext)
Enter a parse tree produced by hour().
The default implementation does nothing.
Declaration
public virtual void EnterHour(iso8601Parser.HourContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.HourContext | context | The parse tree. |
EnterHourFraction(iso8601Parser.HourFractionContext)
Enter a parse tree produced by hourFraction().
The default implementation does nothing.
Declaration
public virtual void EnterHourFraction(iso8601Parser.HourFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.HourFractionContext | context | The parse tree. |
EnterInt_(iso8601Parser.Int_Context)
Enter a parse tree produced by int_().
The default implementation does nothing.
Declaration
public virtual void EnterInt_(iso8601Parser.Int_Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int_Context | context | The parse tree. |
EnterInt2(iso8601Parser.Int2Context)
Enter a parse tree produced by int2().
The default implementation does nothing.
Declaration
public virtual void EnterInt2(iso8601Parser.Int2Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int2Context | context | The parse tree. |
EnterInt3(iso8601Parser.Int3Context)
Enter a parse tree produced by int3().
The default implementation does nothing.
Declaration
public virtual void EnterInt3(iso8601Parser.Int3Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int3Context | context | The parse tree. |
EnterInt4(iso8601Parser.Int4Context)
Enter a parse tree produced by int4().
The default implementation does nothing.
Declaration
public virtual void EnterInt4(iso8601Parser.Int4Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int4Context | context | The parse tree. |
EnterInterval(iso8601Parser.IntervalContext)
Enter a parse tree produced by interval().
The default implementation does nothing.
Declaration
public virtual void EnterInterval(iso8601Parser.IntervalContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalContext | context | The parse tree. |
EnterIntervalBasic(iso8601Parser.IntervalBasicContext)
Enter a parse tree produced by intervalBasic().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalBasic(iso8601Parser.IntervalBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalBasicContext | context | The parse tree. |
EnterIntervalExtended(iso8601Parser.IntervalExtendedContext)
Enter a parse tree produced by intervalExtended().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalExtended(iso8601Parser.IntervalExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalExtendedContext | context | The parse tree. |
EnterIntervalT(iso8601Parser.IntervalTContext)
Enter a parse tree produced by intervalT().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalT(iso8601Parser.IntervalTContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalTContext | context | The parse tree. |
EnterIntervalYMD(iso8601Parser.IntervalYMDContext)
Enter a parse tree produced by intervalYMD().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalYMD(iso8601Parser.IntervalYMDContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDContext | context | The parse tree. |
EnterIntervalYMDBasic(iso8601Parser.IntervalYMDBasicContext)
Enter a parse tree produced by intervalYMDBasic().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalYMDBasic(iso8601Parser.IntervalYMDBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDBasicContext | context | The parse tree. |
EnterIntervalYMDExtended(iso8601Parser.IntervalYMDExtendedContext)
Enter a parse tree produced by intervalYMDExtended().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalYMDExtended(iso8601Parser.IntervalYMDExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDExtendedContext | context | The parse tree. |
EnterIntervalYMDTimeBasic(iso8601Parser.IntervalYMDTimeBasicContext)
Enter a parse tree produced by intervalYMDTimeBasic().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalYMDTimeBasic(iso8601Parser.IntervalYMDTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDTimeBasicContext | context | The parse tree. |
EnterIntervalYMDTimeExtended(iso8601Parser.IntervalYMDTimeExtendedContext)
Enter a parse tree produced by intervalYMDTimeExtended().
The default implementation does nothing.
Declaration
public virtual void EnterIntervalYMDTimeExtended(iso8601Parser.IntervalYMDTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDTimeExtendedContext | context | The parse tree. |
EnterIso(iso8601Parser.IsoContext)
Enter a parse tree produced by iso().
The default implementation does nothing.
Declaration
public virtual void EnterIso(iso8601Parser.IsoContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IsoContext | context | The parse tree. |
EnterLocalTime(iso8601Parser.LocalTimeContext)
Enter a parse tree produced by localTime().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTime(iso8601Parser.LocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeContext | context | The parse tree. |
EnterLocalTimeAndTimeZone(iso8601Parser.LocalTimeAndTimeZoneContext)
Enter a parse tree produced by localTimeAndTimeZone().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimeAndTimeZone(iso8601Parser.LocalTimeAndTimeZoneContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneContext | context | The parse tree. |
EnterLocalTimeAndTimeZoneBasic(iso8601Parser.LocalTimeAndTimeZoneBasicContext)
Enter a parse tree produced by localTimeAndTimeZoneBasic().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimeAndTimeZoneBasic(iso8601Parser.LocalTimeAndTimeZoneBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneBasicContext | context | The parse tree. |
EnterLocalTimeAndTimeZoneExtended(iso8601Parser.LocalTimeAndTimeZoneExtendedContext)
Enter a parse tree produced by localTimeAndTimeZoneExtended().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimeAndTimeZoneExtended(iso8601Parser.LocalTimeAndTimeZoneExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneExtendedContext | context | The parse tree. |
EnterLocalTimeBasic(iso8601Parser.LocalTimeBasicContext)
Enter a parse tree produced by localTimeBasic().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimeBasic(iso8601Parser.LocalTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeBasicContext | context | The parse tree. |
EnterLocalTimeExtended(iso8601Parser.LocalTimeExtendedContext)
Enter a parse tree produced by localTimeExtended().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimeExtended(iso8601Parser.LocalTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeExtendedContext | context | The parse tree. |
EnterLocalTimePrecise(iso8601Parser.LocalTimePreciseContext)
Enter a parse tree produced by localTimePrecise().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimePrecise(iso8601Parser.LocalTimePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseContext | context | The parse tree. |
EnterLocalTimePreciseBasic(iso8601Parser.LocalTimePreciseBasicContext)
Enter a parse tree produced by localTimePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimePreciseBasic(iso8601Parser.LocalTimePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseBasicContext | context | The parse tree. |
EnterLocalTimePreciseExtended(iso8601Parser.LocalTimePreciseExtendedContext)
Enter a parse tree produced by localTimePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void EnterLocalTimePreciseExtended(iso8601Parser.LocalTimePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseExtendedContext | context | The parse tree. |
EnterMinute(iso8601Parser.MinuteContext)
Enter a parse tree produced by minute().
The default implementation does nothing.
Declaration
public virtual void EnterMinute(iso8601Parser.MinuteContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MinuteContext | context | The parse tree. |
EnterMinuteFraction(iso8601Parser.MinuteFractionContext)
Enter a parse tree produced by minuteFraction().
The default implementation does nothing.
Declaration
public virtual void EnterMinuteFraction(iso8601Parser.MinuteFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MinuteFractionContext | context | The parse tree. |
EnterMonth(iso8601Parser.MonthContext)
Enter a parse tree produced by month().
The default implementation does nothing.
Declaration
public virtual void EnterMonth(iso8601Parser.MonthContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthContext | context | The parse tree. |
EnterMonthDateBasic(iso8601Parser.MonthDateBasicContext)
Enter a parse tree produced by monthDateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterMonthDateBasic(iso8601Parser.MonthDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthDateBasicContext | context | The parse tree. |
EnterMonthDateExtended(iso8601Parser.MonthDateExtendedContext)
Enter a parse tree produced by monthDateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterMonthDateExtended(iso8601Parser.MonthDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthDateExtendedContext | context | The parse tree. |
EnterOrdinalDate(iso8601Parser.OrdinalDateContext)
Enter a parse tree produced by ordinalDate().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinalDate(iso8601Parser.OrdinalDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateContext | context | The parse tree. |
EnterOrdinalDateBasic(iso8601Parser.OrdinalDateBasicContext)
Enter a parse tree produced by ordinalDateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinalDateBasic(iso8601Parser.OrdinalDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateBasicContext | context | The parse tree. |
EnterOrdinalDateExtended(iso8601Parser.OrdinalDateExtendedContext)
Enter a parse tree produced by ordinalDateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinalDateExtended(iso8601Parser.OrdinalDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateExtendedContext | context | The parse tree. |
EnterOrdinalDay(iso8601Parser.OrdinalDayContext)
Enter a parse tree produced by ordinalDay().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinalDay(iso8601Parser.OrdinalDayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDayContext | context | The parse tree. |
EnterRecurring(iso8601Parser.RecurringContext)
Enter a parse tree produced by recurring().
The default implementation does nothing.
Declaration
public virtual void EnterRecurring(iso8601Parser.RecurringContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringContext | context | The parse tree. |
EnterRecurringBasic(iso8601Parser.RecurringBasicContext)
Enter a parse tree produced by recurringBasic().
The default implementation does nothing.
Declaration
public virtual void EnterRecurringBasic(iso8601Parser.RecurringBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringBasicContext | context | The parse tree. |
EnterRecurringCount(iso8601Parser.RecurringCountContext)
Enter a parse tree produced by recurringCount().
The default implementation does nothing.
Declaration
public virtual void EnterRecurringCount(iso8601Parser.RecurringCountContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringCountContext | context | The parse tree. |
EnterRecurringExtended(iso8601Parser.RecurringExtendedContext)
Enter a parse tree produced by recurringExtended().
The default implementation does nothing.
Declaration
public virtual void EnterRecurringExtended(iso8601Parser.RecurringExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringExtendedContext | context | The parse tree. |
EnterSecond(iso8601Parser.SecondContext)
Enter a parse tree produced by second().
The default implementation does nothing.
Declaration
public virtual void EnterSecond(iso8601Parser.SecondContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SecondContext | context | The parse tree. |
EnterSecondFraction(iso8601Parser.SecondFractionContext)
Enter a parse tree produced by secondFraction().
The default implementation does nothing.
Declaration
public virtual void EnterSecondFraction(iso8601Parser.SecondFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SecondFractionContext | context | The parse tree. |
EnterSint2p(iso8601Parser.Sint2pContext)
Enter a parse tree produced by sint2p().
The default implementation does nothing.
Declaration
public virtual void EnterSint2p(iso8601Parser.Sint2pContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Sint2pContext | context | The parse tree. |
EnterSint4p(iso8601Parser.Sint4pContext)
Enter a parse tree produced by sint4p().
The default implementation does nothing.
Declaration
public virtual void EnterSint4p(iso8601Parser.Sint4pContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Sint4pContext | context | The parse tree. |
EnterSpecificCenturyCalendarDate(iso8601Parser.SpecificCenturyCalendarDateContext)
Enter a parse tree produced by specificCenturyCalendarDate().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificCenturyCalendarDate(iso8601Parser.SpecificCenturyCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificCenturyCalendarDateContext | context | The parse tree. |
EnterSpecificHourLocalTime(iso8601Parser.SpecificHourLocalTimeContext)
Enter a parse tree produced by specificHourLocalTime().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificHourLocalTime(iso8601Parser.SpecificHourLocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificHourLocalTimeContext | context | The parse tree. |
EnterSpecificMinuteLocalTime(iso8601Parser.SpecificMinuteLocalTimeContext)
Enter a parse tree produced by specificMinuteLocalTime().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificMinuteLocalTime(iso8601Parser.SpecificMinuteLocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeContext | context | The parse tree. |
EnterSpecificMinuteLocalTimeBasic(iso8601Parser.SpecificMinuteLocalTimeBasicContext)
Enter a parse tree produced by specificMinuteLocalTimeBasic().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificMinuteLocalTimeBasic(iso8601Parser.SpecificMinuteLocalTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeBasicContext | context | The parse tree. |
EnterSpecificMinuteLocalTimeExtended(iso8601Parser.SpecificMinuteLocalTimeExtendedContext)
Enter a parse tree produced by specificMinuteLocalTimeExtended().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificMinuteLocalTimeExtended(iso8601Parser.SpecificMinuteLocalTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeExtendedContext | context | The parse tree. |
EnterSpecificMonthCalendarDate(iso8601Parser.SpecificMonthCalendarDateContext)
Enter a parse tree produced by specificMonthCalendarDate().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificMonthCalendarDate(iso8601Parser.SpecificMonthCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMonthCalendarDateContext | context | The parse tree. |
EnterSpecificWeekWeekDate(iso8601Parser.SpecificWeekWeekDateContext)
Enter a parse tree produced by specificWeekWeekDate().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificWeekWeekDate(iso8601Parser.SpecificWeekWeekDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateContext | context | The parse tree. |
EnterSpecificWeekWeekDateBasic(iso8601Parser.SpecificWeekWeekDateBasicContext)
Enter a parse tree produced by specificWeekWeekDateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificWeekWeekDateBasic(iso8601Parser.SpecificWeekWeekDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateBasicContext | context | The parse tree. |
EnterSpecificWeekWeekDateExtended(iso8601Parser.SpecificWeekWeekDateExtendedContext)
Enter a parse tree produced by specificWeekWeekDateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificWeekWeekDateExtended(iso8601Parser.SpecificWeekWeekDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateExtendedContext | context | The parse tree. |
EnterSpecificYearCalendarDate(iso8601Parser.SpecificYearCalendarDateContext)
Enter a parse tree produced by specificYearCalendarDate().
The default implementation does nothing.
Declaration
public virtual void EnterSpecificYearCalendarDate(iso8601Parser.SpecificYearCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificYearCalendarDateContext | context | The parse tree. |
EnterTime(iso8601Parser.TimeContext)
Enter a parse tree produced by time().
The default implementation does nothing.
Declaration
public virtual void EnterTime(iso8601Parser.TimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeContext | context | The parse tree. |
EnterTimeBeginEnd(iso8601Parser.TimeBeginEndContext)
Enter a parse tree produced by timeBeginEnd().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginEnd(iso8601Parser.TimeBeginEndContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndContext | context | The parse tree. |
EnterTimeBeginEndBasic(iso8601Parser.TimeBeginEndBasicContext)
Enter a parse tree produced by timeBeginEndBasic().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginEndBasic(iso8601Parser.TimeBeginEndBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndBasicContext | context | The parse tree. |
EnterTimeBeginEndExtended(iso8601Parser.TimeBeginEndExtendedContext)
Enter a parse tree produced by timeBeginEndExtended().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginEndExtended(iso8601Parser.TimeBeginEndExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndExtendedContext | context | The parse tree. |
EnterTimeBeginInterval(iso8601Parser.TimeBeginIntervalContext)
Enter a parse tree produced by timeBeginInterval().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginInterval(iso8601Parser.TimeBeginIntervalContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalContext | context | The parse tree. |
EnterTimeBeginIntervalBasic(iso8601Parser.TimeBeginIntervalBasicContext)
Enter a parse tree produced by timeBeginIntervalBasic().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginIntervalBasic(iso8601Parser.TimeBeginIntervalBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalBasicContext | context | The parse tree. |
EnterTimeBeginIntervalExtended(iso8601Parser.TimeBeginIntervalExtendedContext)
Enter a parse tree produced by timeBeginIntervalExtended().
The default implementation does nothing.
Declaration
public virtual void EnterTimeBeginIntervalExtended(iso8601Parser.TimeBeginIntervalExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalExtendedContext | context | The parse tree. |
EnterTimeIntervalEnd(iso8601Parser.TimeIntervalEndContext)
Enter a parse tree produced by timeIntervalEnd().
The default implementation does nothing.
Declaration
public virtual void EnterTimeIntervalEnd(iso8601Parser.TimeIntervalEndContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndContext | context | The parse tree. |
EnterTimeIntervalEndBasic(iso8601Parser.TimeIntervalEndBasicContext)
Enter a parse tree produced by timeIntervalEndBasic().
The default implementation does nothing.
Declaration
public virtual void EnterTimeIntervalEndBasic(iso8601Parser.TimeIntervalEndBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndBasicContext | context | The parse tree. |
EnterTimeIntervalEndExtended(iso8601Parser.TimeIntervalEndExtendedContext)
Enter a parse tree produced by timeIntervalEndExtended().
The default implementation does nothing.
Declaration
public virtual void EnterTimeIntervalEndExtended(iso8601Parser.TimeIntervalEndExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndExtendedContext | context | The parse tree. |
EnterTimeZone(iso8601Parser.TimeZoneContext)
Enter a parse tree produced by timeZone().
The default implementation does nothing.
Declaration
public virtual void EnterTimeZone(iso8601Parser.TimeZoneContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneContext | context | The parse tree. |
EnterTimeZoneBasic(iso8601Parser.TimeZoneBasicContext)
Enter a parse tree produced by timeZoneBasic().
The default implementation does nothing.
Declaration
public virtual void EnterTimeZoneBasic(iso8601Parser.TimeZoneBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneBasicContext | context | The parse tree. |
EnterTimeZoneExtended(iso8601Parser.TimeZoneExtendedContext)
Enter a parse tree produced by timeZoneExtended().
The default implementation does nothing.
Declaration
public virtual void EnterTimeZoneExtended(iso8601Parser.TimeZoneExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneExtendedContext | context | The parse tree. |
EnterTimeZoneUtc(iso8601Parser.TimeZoneUtcContext)
Enter a parse tree produced by timeZoneUtc().
The default implementation does nothing.
Declaration
public virtual void EnterTimeZoneUtc(iso8601Parser.TimeZoneUtcContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneUtcContext | context | The parse tree. |
EnterWeek(iso8601Parser.WeekContext)
Enter a parse tree produced by week().
The default implementation does nothing.
Declaration
public virtual void EnterWeek(iso8601Parser.WeekContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekContext | context | The parse tree. |
EnterWeekDate(iso8601Parser.WeekDateContext)
Enter a parse tree produced by weekDate().
The default implementation does nothing.
Declaration
public virtual void EnterWeekDate(iso8601Parser.WeekDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateContext | context | The parse tree. |
EnterWeekDateBasic(iso8601Parser.WeekDateBasicContext)
Enter a parse tree produced by weekDateBasic().
The default implementation does nothing.
Declaration
public virtual void EnterWeekDateBasic(iso8601Parser.WeekDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateBasicContext | context | The parse tree. |
EnterWeekDateExtended(iso8601Parser.WeekDateExtendedContext)
Enter a parse tree produced by weekDateExtended().
The default implementation does nothing.
Declaration
public virtual void EnterWeekDateExtended(iso8601Parser.WeekDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateExtendedContext | context | The parse tree. |
EnterWeekDay(iso8601Parser.WeekDayContext)
Enter a parse tree produced by weekDay().
The default implementation does nothing.
Declaration
public virtual void EnterWeekDay(iso8601Parser.WeekDayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDayContext | context | The parse tree. |
ExitCalendarDate(iso8601Parser.CalendarDateContext)
Exit a parse tree produced by calendarDate().
The default implementation does nothing.
Declaration
public virtual void ExitCalendarDate(iso8601Parser.CalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateContext | context | The parse tree. |
ExitCalendarDateBasic(iso8601Parser.CalendarDateBasicContext)
Exit a parse tree produced by calendarDateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitCalendarDateBasic(iso8601Parser.CalendarDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateBasicContext | context | The parse tree. |
ExitCalendarDateExtended(iso8601Parser.CalendarDateExtendedContext)
Exit a parse tree produced by calendarDateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitCalendarDateExtended(iso8601Parser.CalendarDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CalendarDateExtendedContext | context | The parse tree. |
ExitCompleteCentury(iso8601Parser.CompleteCenturyContext)
Exit a parse tree produced by the CompleteCentury
labeled alternative in century().
The default implementation does nothing.
Declaration
public virtual void ExitCompleteCentury(iso8601Parser.CompleteCenturyContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CompleteCenturyContext | context | The parse tree. |
ExitCompleteYear(iso8601Parser.CompleteYearContext)
Exit a parse tree produced by the CompleteYear
labeled alternative in year().
The default implementation does nothing.
Declaration
public virtual void ExitCompleteYear(iso8601Parser.CompleteYearContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.CompleteYearContext | context | The parse tree. |
ExitDate(iso8601Parser.DateContext)
Exit a parse tree produced by date().
The default implementation does nothing.
Declaration
public virtual void ExitDate(iso8601Parser.DateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateContext | context | The parse tree. |
ExitDateBasic(iso8601Parser.DateBasicContext)
Exit a parse tree produced by dateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitDateBasic(iso8601Parser.DateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateBasicContext | context | The parse tree. |
ExitDateExtended(iso8601Parser.DateExtendedContext)
Exit a parse tree produced by dateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitDateExtended(iso8601Parser.DateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DateExtendedContext | context | The parse tree. |
ExitDatePrecise(iso8601Parser.DatePreciseContext)
Exit a parse tree produced by datePrecise().
The default implementation does nothing.
Declaration
public virtual void ExitDatePrecise(iso8601Parser.DatePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseContext | context | The parse tree. |
ExitDatePreciseBasic(iso8601Parser.DatePreciseBasicContext)
Exit a parse tree produced by datePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void ExitDatePreciseBasic(iso8601Parser.DatePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseBasicContext | context | The parse tree. |
ExitDatePreciseExtended(iso8601Parser.DatePreciseExtendedContext)
Exit a parse tree produced by datePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void ExitDatePreciseExtended(iso8601Parser.DatePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatePreciseExtendedContext | context | The parse tree. |
ExitDatetime(iso8601Parser.DatetimeContext)
Exit a parse tree produced by datetime().
The default implementation does nothing.
Declaration
public virtual void ExitDatetime(iso8601Parser.DatetimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeContext | context | The parse tree. |
ExitDatetimeBasic(iso8601Parser.DatetimeBasicContext)
Exit a parse tree produced by datetimeBasic().
The default implementation does nothing.
Declaration
public virtual void ExitDatetimeBasic(iso8601Parser.DatetimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeBasicContext | context | The parse tree. |
ExitDatetimeExtended(iso8601Parser.DatetimeExtendedContext)
Exit a parse tree produced by datetimeExtended().
The default implementation does nothing.
Declaration
public virtual void ExitDatetimeExtended(iso8601Parser.DatetimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimeExtendedContext | context | The parse tree. |
ExitDatetimePrecise(iso8601Parser.DatetimePreciseContext)
Exit a parse tree produced by datetimePrecise().
The default implementation does nothing.
Declaration
public virtual void ExitDatetimePrecise(iso8601Parser.DatetimePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseContext | context | The parse tree. |
ExitDatetimePreciseBasic(iso8601Parser.DatetimePreciseBasicContext)
Exit a parse tree produced by datetimePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void ExitDatetimePreciseBasic(iso8601Parser.DatetimePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseBasicContext | context | The parse tree. |
ExitDatetimePreciseExtended(iso8601Parser.DatetimePreciseExtendedContext)
Exit a parse tree produced by datetimePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void ExitDatetimePreciseExtended(iso8601Parser.DatetimePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DatetimePreciseExtendedContext | context | The parse tree. |
ExitDay(iso8601Parser.DayContext)
Exit a parse tree produced by day().
The default implementation does nothing.
Declaration
public virtual void ExitDay(iso8601Parser.DayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DayContext | context | The parse tree. |
ExitDec(iso8601Parser.DecContext)
Exit a parse tree produced by dec().
The default implementation does nothing.
Declaration
public virtual void ExitDec(iso8601Parser.DecContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DecContext | context | The parse tree. |
ExitDec2(iso8601Parser.Dec2Context)
Exit a parse tree produced by dec2().
The default implementation does nothing.
Declaration
public virtual void ExitDec2(iso8601Parser.Dec2Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Dec2Context | context | The parse tree. |
ExitDuration(iso8601Parser.DurationContext)
Exit a parse tree produced by duration().
The default implementation does nothing.
Declaration
public virtual void ExitDuration(iso8601Parser.DurationContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationContext | context | The parse tree. |
ExitDurationBasic(iso8601Parser.DurationBasicContext)
Exit a parse tree produced by durationBasic().
The default implementation does nothing.
Declaration
public virtual void ExitDurationBasic(iso8601Parser.DurationBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationBasicContext | context | The parse tree. |
ExitDurationExtended(iso8601Parser.DurationExtendedContext)
Exit a parse tree produced by durationExtended().
The default implementation does nothing.
Declaration
public virtual void ExitDurationExtended(iso8601Parser.DurationExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationExtendedContext | context | The parse tree. |
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.
ExitExpandedCentury(iso8601Parser.ExpandedCenturyContext)
Exit a parse tree produced by the ExpandedCentury
labeled alternative in century().
The default implementation does nothing.
Declaration
public virtual void ExitExpandedCentury(iso8601Parser.ExpandedCenturyContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.ExpandedCenturyContext | context | The parse tree. |
ExitExpandedYear(iso8601Parser.ExpandedYearContext)
Exit a parse tree produced by the ExpandedYear
labeled alternative in year().
The default implementation does nothing.
Declaration
public virtual void ExitExpandedYear(iso8601Parser.ExpandedYearContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.ExpandedYearContext | context | The parse tree. |
ExitHour(iso8601Parser.HourContext)
Exit a parse tree produced by hour().
The default implementation does nothing.
Declaration
public virtual void ExitHour(iso8601Parser.HourContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.HourContext | context | The parse tree. |
ExitHourFraction(iso8601Parser.HourFractionContext)
Exit a parse tree produced by hourFraction().
The default implementation does nothing.
Declaration
public virtual void ExitHourFraction(iso8601Parser.HourFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.HourFractionContext | context | The parse tree. |
ExitInt_(iso8601Parser.Int_Context)
Exit a parse tree produced by int_().
The default implementation does nothing.
Declaration
public virtual void ExitInt_(iso8601Parser.Int_Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int_Context | context | The parse tree. |
ExitInt2(iso8601Parser.Int2Context)
Exit a parse tree produced by int2().
The default implementation does nothing.
Declaration
public virtual void ExitInt2(iso8601Parser.Int2Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int2Context | context | The parse tree. |
ExitInt3(iso8601Parser.Int3Context)
Exit a parse tree produced by int3().
The default implementation does nothing.
Declaration
public virtual void ExitInt3(iso8601Parser.Int3Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int3Context | context | The parse tree. |
ExitInt4(iso8601Parser.Int4Context)
Exit a parse tree produced by int4().
The default implementation does nothing.
Declaration
public virtual void ExitInt4(iso8601Parser.Int4Context context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Int4Context | context | The parse tree. |
ExitInterval(iso8601Parser.IntervalContext)
Exit a parse tree produced by interval().
The default implementation does nothing.
Declaration
public virtual void ExitInterval(iso8601Parser.IntervalContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalContext | context | The parse tree. |
ExitIntervalBasic(iso8601Parser.IntervalBasicContext)
Exit a parse tree produced by intervalBasic().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalBasic(iso8601Parser.IntervalBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalBasicContext | context | The parse tree. |
ExitIntervalExtended(iso8601Parser.IntervalExtendedContext)
Exit a parse tree produced by intervalExtended().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalExtended(iso8601Parser.IntervalExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalExtendedContext | context | The parse tree. |
ExitIntervalT(iso8601Parser.IntervalTContext)
Exit a parse tree produced by intervalT().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalT(iso8601Parser.IntervalTContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalTContext | context | The parse tree. |
ExitIntervalYMD(iso8601Parser.IntervalYMDContext)
Exit a parse tree produced by intervalYMD().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalYMD(iso8601Parser.IntervalYMDContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDContext | context | The parse tree. |
ExitIntervalYMDBasic(iso8601Parser.IntervalYMDBasicContext)
Exit a parse tree produced by intervalYMDBasic().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalYMDBasic(iso8601Parser.IntervalYMDBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDBasicContext | context | The parse tree. |
ExitIntervalYMDExtended(iso8601Parser.IntervalYMDExtendedContext)
Exit a parse tree produced by intervalYMDExtended().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalYMDExtended(iso8601Parser.IntervalYMDExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDExtendedContext | context | The parse tree. |
ExitIntervalYMDTimeBasic(iso8601Parser.IntervalYMDTimeBasicContext)
Exit a parse tree produced by intervalYMDTimeBasic().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalYMDTimeBasic(iso8601Parser.IntervalYMDTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDTimeBasicContext | context | The parse tree. |
ExitIntervalYMDTimeExtended(iso8601Parser.IntervalYMDTimeExtendedContext)
Exit a parse tree produced by intervalYMDTimeExtended().
The default implementation does nothing.
Declaration
public virtual void ExitIntervalYMDTimeExtended(iso8601Parser.IntervalYMDTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IntervalYMDTimeExtendedContext | context | The parse tree. |
ExitIso(iso8601Parser.IsoContext)
Exit a parse tree produced by iso().
The default implementation does nothing.
Declaration
public virtual void ExitIso(iso8601Parser.IsoContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.IsoContext | context | The parse tree. |
ExitLocalTime(iso8601Parser.LocalTimeContext)
Exit a parse tree produced by localTime().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTime(iso8601Parser.LocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeContext | context | The parse tree. |
ExitLocalTimeAndTimeZone(iso8601Parser.LocalTimeAndTimeZoneContext)
Exit a parse tree produced by localTimeAndTimeZone().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimeAndTimeZone(iso8601Parser.LocalTimeAndTimeZoneContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneContext | context | The parse tree. |
ExitLocalTimeAndTimeZoneBasic(iso8601Parser.LocalTimeAndTimeZoneBasicContext)
Exit a parse tree produced by localTimeAndTimeZoneBasic().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimeAndTimeZoneBasic(iso8601Parser.LocalTimeAndTimeZoneBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneBasicContext | context | The parse tree. |
ExitLocalTimeAndTimeZoneExtended(iso8601Parser.LocalTimeAndTimeZoneExtendedContext)
Exit a parse tree produced by localTimeAndTimeZoneExtended().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimeAndTimeZoneExtended(iso8601Parser.LocalTimeAndTimeZoneExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeAndTimeZoneExtendedContext | context | The parse tree. |
ExitLocalTimeBasic(iso8601Parser.LocalTimeBasicContext)
Exit a parse tree produced by localTimeBasic().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimeBasic(iso8601Parser.LocalTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeBasicContext | context | The parse tree. |
ExitLocalTimeExtended(iso8601Parser.LocalTimeExtendedContext)
Exit a parse tree produced by localTimeExtended().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimeExtended(iso8601Parser.LocalTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimeExtendedContext | context | The parse tree. |
ExitLocalTimePrecise(iso8601Parser.LocalTimePreciseContext)
Exit a parse tree produced by localTimePrecise().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimePrecise(iso8601Parser.LocalTimePreciseContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseContext | context | The parse tree. |
ExitLocalTimePreciseBasic(iso8601Parser.LocalTimePreciseBasicContext)
Exit a parse tree produced by localTimePreciseBasic().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimePreciseBasic(iso8601Parser.LocalTimePreciseBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseBasicContext | context | The parse tree. |
ExitLocalTimePreciseExtended(iso8601Parser.LocalTimePreciseExtendedContext)
Exit a parse tree produced by localTimePreciseExtended().
The default implementation does nothing.
Declaration
public virtual void ExitLocalTimePreciseExtended(iso8601Parser.LocalTimePreciseExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.LocalTimePreciseExtendedContext | context | The parse tree. |
ExitMinute(iso8601Parser.MinuteContext)
Exit a parse tree produced by minute().
The default implementation does nothing.
Declaration
public virtual void ExitMinute(iso8601Parser.MinuteContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MinuteContext | context | The parse tree. |
ExitMinuteFraction(iso8601Parser.MinuteFractionContext)
Exit a parse tree produced by minuteFraction().
The default implementation does nothing.
Declaration
public virtual void ExitMinuteFraction(iso8601Parser.MinuteFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MinuteFractionContext | context | The parse tree. |
ExitMonth(iso8601Parser.MonthContext)
Exit a parse tree produced by month().
The default implementation does nothing.
Declaration
public virtual void ExitMonth(iso8601Parser.MonthContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthContext | context | The parse tree. |
ExitMonthDateBasic(iso8601Parser.MonthDateBasicContext)
Exit a parse tree produced by monthDateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitMonthDateBasic(iso8601Parser.MonthDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthDateBasicContext | context | The parse tree. |
ExitMonthDateExtended(iso8601Parser.MonthDateExtendedContext)
Exit a parse tree produced by monthDateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitMonthDateExtended(iso8601Parser.MonthDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.MonthDateExtendedContext | context | The parse tree. |
ExitOrdinalDate(iso8601Parser.OrdinalDateContext)
Exit a parse tree produced by ordinalDate().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinalDate(iso8601Parser.OrdinalDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateContext | context | The parse tree. |
ExitOrdinalDateBasic(iso8601Parser.OrdinalDateBasicContext)
Exit a parse tree produced by ordinalDateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinalDateBasic(iso8601Parser.OrdinalDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateBasicContext | context | The parse tree. |
ExitOrdinalDateExtended(iso8601Parser.OrdinalDateExtendedContext)
Exit a parse tree produced by ordinalDateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinalDateExtended(iso8601Parser.OrdinalDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDateExtendedContext | context | The parse tree. |
ExitOrdinalDay(iso8601Parser.OrdinalDayContext)
Exit a parse tree produced by ordinalDay().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinalDay(iso8601Parser.OrdinalDayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.OrdinalDayContext | context | The parse tree. |
ExitRecurring(iso8601Parser.RecurringContext)
Exit a parse tree produced by recurring().
The default implementation does nothing.
Declaration
public virtual void ExitRecurring(iso8601Parser.RecurringContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringContext | context | The parse tree. |
ExitRecurringBasic(iso8601Parser.RecurringBasicContext)
Exit a parse tree produced by recurringBasic().
The default implementation does nothing.
Declaration
public virtual void ExitRecurringBasic(iso8601Parser.RecurringBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringBasicContext | context | The parse tree. |
ExitRecurringCount(iso8601Parser.RecurringCountContext)
Exit a parse tree produced by recurringCount().
The default implementation does nothing.
Declaration
public virtual void ExitRecurringCount(iso8601Parser.RecurringCountContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringCountContext | context | The parse tree. |
ExitRecurringExtended(iso8601Parser.RecurringExtendedContext)
Exit a parse tree produced by recurringExtended().
The default implementation does nothing.
Declaration
public virtual void ExitRecurringExtended(iso8601Parser.RecurringExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.RecurringExtendedContext | context | The parse tree. |
ExitSecond(iso8601Parser.SecondContext)
Exit a parse tree produced by second().
The default implementation does nothing.
Declaration
public virtual void ExitSecond(iso8601Parser.SecondContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SecondContext | context | The parse tree. |
ExitSecondFraction(iso8601Parser.SecondFractionContext)
Exit a parse tree produced by secondFraction().
The default implementation does nothing.
Declaration
public virtual void ExitSecondFraction(iso8601Parser.SecondFractionContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SecondFractionContext | context | The parse tree. |
ExitSint2p(iso8601Parser.Sint2pContext)
Exit a parse tree produced by sint2p().
The default implementation does nothing.
Declaration
public virtual void ExitSint2p(iso8601Parser.Sint2pContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Sint2pContext | context | The parse tree. |
ExitSint4p(iso8601Parser.Sint4pContext)
Exit a parse tree produced by sint4p().
The default implementation does nothing.
Declaration
public virtual void ExitSint4p(iso8601Parser.Sint4pContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.Sint4pContext | context | The parse tree. |
ExitSpecificCenturyCalendarDate(iso8601Parser.SpecificCenturyCalendarDateContext)
Exit a parse tree produced by specificCenturyCalendarDate().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificCenturyCalendarDate(iso8601Parser.SpecificCenturyCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificCenturyCalendarDateContext | context | The parse tree. |
ExitSpecificHourLocalTime(iso8601Parser.SpecificHourLocalTimeContext)
Exit a parse tree produced by specificHourLocalTime().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificHourLocalTime(iso8601Parser.SpecificHourLocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificHourLocalTimeContext | context | The parse tree. |
ExitSpecificMinuteLocalTime(iso8601Parser.SpecificMinuteLocalTimeContext)
Exit a parse tree produced by specificMinuteLocalTime().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificMinuteLocalTime(iso8601Parser.SpecificMinuteLocalTimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeContext | context | The parse tree. |
ExitSpecificMinuteLocalTimeBasic(iso8601Parser.SpecificMinuteLocalTimeBasicContext)
Exit a parse tree produced by specificMinuteLocalTimeBasic().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificMinuteLocalTimeBasic(iso8601Parser.SpecificMinuteLocalTimeBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeBasicContext | context | The parse tree. |
ExitSpecificMinuteLocalTimeExtended(iso8601Parser.SpecificMinuteLocalTimeExtendedContext)
Exit a parse tree produced by specificMinuteLocalTimeExtended().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificMinuteLocalTimeExtended(iso8601Parser.SpecificMinuteLocalTimeExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMinuteLocalTimeExtendedContext | context | The parse tree. |
ExitSpecificMonthCalendarDate(iso8601Parser.SpecificMonthCalendarDateContext)
Exit a parse tree produced by specificMonthCalendarDate().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificMonthCalendarDate(iso8601Parser.SpecificMonthCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificMonthCalendarDateContext | context | The parse tree. |
ExitSpecificWeekWeekDate(iso8601Parser.SpecificWeekWeekDateContext)
Exit a parse tree produced by specificWeekWeekDate().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificWeekWeekDate(iso8601Parser.SpecificWeekWeekDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateContext | context | The parse tree. |
ExitSpecificWeekWeekDateBasic(iso8601Parser.SpecificWeekWeekDateBasicContext)
Exit a parse tree produced by specificWeekWeekDateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificWeekWeekDateBasic(iso8601Parser.SpecificWeekWeekDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateBasicContext | context | The parse tree. |
ExitSpecificWeekWeekDateExtended(iso8601Parser.SpecificWeekWeekDateExtendedContext)
Exit a parse tree produced by specificWeekWeekDateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificWeekWeekDateExtended(iso8601Parser.SpecificWeekWeekDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificWeekWeekDateExtendedContext | context | The parse tree. |
ExitSpecificYearCalendarDate(iso8601Parser.SpecificYearCalendarDateContext)
Exit a parse tree produced by specificYearCalendarDate().
The default implementation does nothing.
Declaration
public virtual void ExitSpecificYearCalendarDate(iso8601Parser.SpecificYearCalendarDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.SpecificYearCalendarDateContext | context | The parse tree. |
ExitTime(iso8601Parser.TimeContext)
Exit a parse tree produced by time().
The default implementation does nothing.
Declaration
public virtual void ExitTime(iso8601Parser.TimeContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeContext | context | The parse tree. |
ExitTimeBeginEnd(iso8601Parser.TimeBeginEndContext)
Exit a parse tree produced by timeBeginEnd().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginEnd(iso8601Parser.TimeBeginEndContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndContext | context | The parse tree. |
ExitTimeBeginEndBasic(iso8601Parser.TimeBeginEndBasicContext)
Exit a parse tree produced by timeBeginEndBasic().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginEndBasic(iso8601Parser.TimeBeginEndBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndBasicContext | context | The parse tree. |
ExitTimeBeginEndExtended(iso8601Parser.TimeBeginEndExtendedContext)
Exit a parse tree produced by timeBeginEndExtended().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginEndExtended(iso8601Parser.TimeBeginEndExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginEndExtendedContext | context | The parse tree. |
ExitTimeBeginInterval(iso8601Parser.TimeBeginIntervalContext)
Exit a parse tree produced by timeBeginInterval().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginInterval(iso8601Parser.TimeBeginIntervalContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalContext | context | The parse tree. |
ExitTimeBeginIntervalBasic(iso8601Parser.TimeBeginIntervalBasicContext)
Exit a parse tree produced by timeBeginIntervalBasic().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginIntervalBasic(iso8601Parser.TimeBeginIntervalBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalBasicContext | context | The parse tree. |
ExitTimeBeginIntervalExtended(iso8601Parser.TimeBeginIntervalExtendedContext)
Exit a parse tree produced by timeBeginIntervalExtended().
The default implementation does nothing.
Declaration
public virtual void ExitTimeBeginIntervalExtended(iso8601Parser.TimeBeginIntervalExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeBeginIntervalExtendedContext | context | The parse tree. |
ExitTimeIntervalEnd(iso8601Parser.TimeIntervalEndContext)
Exit a parse tree produced by timeIntervalEnd().
The default implementation does nothing.
Declaration
public virtual void ExitTimeIntervalEnd(iso8601Parser.TimeIntervalEndContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndContext | context | The parse tree. |
ExitTimeIntervalEndBasic(iso8601Parser.TimeIntervalEndBasicContext)
Exit a parse tree produced by timeIntervalEndBasic().
The default implementation does nothing.
Declaration
public virtual void ExitTimeIntervalEndBasic(iso8601Parser.TimeIntervalEndBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndBasicContext | context | The parse tree. |
ExitTimeIntervalEndExtended(iso8601Parser.TimeIntervalEndExtendedContext)
Exit a parse tree produced by timeIntervalEndExtended().
The default implementation does nothing.
Declaration
public virtual void ExitTimeIntervalEndExtended(iso8601Parser.TimeIntervalEndExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeIntervalEndExtendedContext | context | The parse tree. |
ExitTimeZone(iso8601Parser.TimeZoneContext)
Exit a parse tree produced by timeZone().
The default implementation does nothing.
Declaration
public virtual void ExitTimeZone(iso8601Parser.TimeZoneContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneContext | context | The parse tree. |
ExitTimeZoneBasic(iso8601Parser.TimeZoneBasicContext)
Exit a parse tree produced by timeZoneBasic().
The default implementation does nothing.
Declaration
public virtual void ExitTimeZoneBasic(iso8601Parser.TimeZoneBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneBasicContext | context | The parse tree. |
ExitTimeZoneExtended(iso8601Parser.TimeZoneExtendedContext)
Exit a parse tree produced by timeZoneExtended().
The default implementation does nothing.
Declaration
public virtual void ExitTimeZoneExtended(iso8601Parser.TimeZoneExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneExtendedContext | context | The parse tree. |
ExitTimeZoneUtc(iso8601Parser.TimeZoneUtcContext)
Exit a parse tree produced by timeZoneUtc().
The default implementation does nothing.
Declaration
public virtual void ExitTimeZoneUtc(iso8601Parser.TimeZoneUtcContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.TimeZoneUtcContext | context | The parse tree. |
ExitWeek(iso8601Parser.WeekContext)
Exit a parse tree produced by week().
The default implementation does nothing.
Declaration
public virtual void ExitWeek(iso8601Parser.WeekContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekContext | context | The parse tree. |
ExitWeekDate(iso8601Parser.WeekDateContext)
Exit a parse tree produced by weekDate().
The default implementation does nothing.
Declaration
public virtual void ExitWeekDate(iso8601Parser.WeekDateContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateContext | context | The parse tree. |
ExitWeekDateBasic(iso8601Parser.WeekDateBasicContext)
Exit a parse tree produced by weekDateBasic().
The default implementation does nothing.
Declaration
public virtual void ExitWeekDateBasic(iso8601Parser.WeekDateBasicContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateBasicContext | context | The parse tree. |
ExitWeekDateExtended(iso8601Parser.WeekDateExtendedContext)
Exit a parse tree produced by weekDateExtended().
The default implementation does nothing.
Declaration
public virtual void ExitWeekDateExtended(iso8601Parser.WeekDateExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDateExtendedContext | context | The parse tree. |
ExitWeekDay(iso8601Parser.WeekDayContext)
Exit a parse tree produced by weekDay().
The default implementation does nothing.
Declaration
public virtual void ExitWeekDay(iso8601Parser.WeekDayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDayContext | context | The parse tree. |
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.
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.