Show / Hide Table of Contents

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 Source

EnterCalendarDate(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX