Interface Iiso8601Listener
This interface defines a complete listener for a parse tree produced by iso8601Parser.
Namespace: GCore.Antlr.Grammers.Iso8601
Assembly: Iso8601.dll
Syntax
public interface Iiso8601Listener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterCalendarDate(iso8601Parser.CalendarDateContext)
Enter a parse tree produced by calendarDate().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterDurationExtended(iso8601Parser.DurationExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationExtendedContext | context | The parse tree. |
EnterExpandedCentury(iso8601Parser.ExpandedCenturyContext)
Enter a parse tree produced by the ExpandedCentury
labeled alternative in century().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitDurationExtended(iso8601Parser.DurationExtendedContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.DurationExtendedContext | context | The parse tree. |
ExitExpandedCentury(iso8601Parser.ExpandedCenturyContext)
Exit a parse tree produced by the ExpandedCentury
labeled alternative in century().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitWeekDay(iso8601Parser.WeekDayContext context)
Parameters
Type | Name | Description |
---|---|---|
iso8601Parser.WeekDayContext | context | The parse tree. |