interface TomlParserListener : ParseTreeListener
(source)
This interface defines a complete listener for a parse tree produced by TomlParser.
abstract fun enterArray(ctx: ArrayContext): Unit
Enter a parse tree produced by |
|
abstract fun enterArrayTable(ctx: ArrayTableContext): Unit
Enter a parse tree produced by |
|
abstract fun enterArrayValue(ctx: ArrayValueContext): Unit
Enter a parse tree produced by |
|
abstract fun enterArrayValues(ctx: ArrayValuesContext): Unit
Enter a parse tree produced by |
|
abstract fun enterBasicChar(ctx: BasicCharContext): Unit
Enter a parse tree produced by |
|
abstract fun enterBasicString(ctx: BasicStringContext): Unit
Enter a parse tree produced by |
|
abstract fun enterBasicUnescaped(ctx: BasicUnescapedContext): Unit
Enter a parse tree produced by |
|
abstract fun enterBinInt(ctx: BinIntContext): Unit
Enter a parse tree produced by |
|
abstract fun enterBooleanValue(ctx: BooleanValueContext): Unit
Enter a parse tree produced by |
|
abstract fun enterDate(ctx: DateContext): Unit
Enter a parse tree produced by |
|
abstract fun enterDateTime(ctx: DateTimeContext): Unit
Enter a parse tree produced by |
|
abstract fun enterDay(ctx: DayContext): Unit
Enter a parse tree produced by |
|
abstract fun enterDecInt(ctx: DecIntContext): Unit
Enter a parse tree produced by |
|
abstract fun enterEscaped(ctx: EscapedContext): Unit
Enter a parse tree produced by |
|
abstract fun enterExpression(ctx: ExpressionContext): Unit
Enter a parse tree produced by |
|
abstract fun enterFalseBool(ctx: FalseBoolContext): Unit
Enter a parse tree produced by |
|
abstract fun enterFloatValue(ctx: FloatValueContext): Unit
Enter a parse tree produced by |
|
abstract fun enterHexInt(ctx: HexIntContext): Unit
Enter a parse tree produced by |
|
abstract fun enterHour(ctx: HourContext): Unit
Enter a parse tree produced by |
|
abstract fun enterHourOffset(ctx: HourOffsetContext): Unit
Enter a parse tree produced by |
|
abstract fun enterInlineTable(ctx: InlineTableContext): Unit
Enter a parse tree produced by |
|
abstract fun enterInlineTableValues(ctx: InlineTableValuesContext): Unit
Enter a parse tree produced by |
|
abstract fun enterInteger(ctx: IntegerContext): Unit
Enter a parse tree produced by |
|
abstract fun enterKey(ctx: KeyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterKeyval(ctx: KeyvalContext): Unit
Enter a parse tree produced by |
|
abstract fun enterLiteralBody(ctx: LiteralBodyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterLiteralString(ctx: LiteralStringContext): Unit
Enter a parse tree produced by |
|
abstract fun enterLocalDate(ctx: LocalDateContext): Unit
Enter a parse tree produced by |
|
abstract fun enterLocalDateTime(ctx: LocalDateTimeContext): Unit
Enter a parse tree produced by |
|
abstract fun enterLocalTime(ctx: LocalTimeContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMinute(ctx: MinuteContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMinuteOffset(ctx: MinuteOffsetContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMlBasicChar(ctx: MlBasicCharContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMlBasicString(ctx: MlBasicStringContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMlLiteralBody(ctx: MlLiteralBodyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMlLiteralString(ctx: MlLiteralStringContext): Unit
Enter a parse tree produced by |
|
abstract fun enterMonth(ctx: MonthContext): Unit
Enter a parse tree produced by |
|
abstract fun enterOctInt(ctx: OctIntContext): Unit
Enter a parse tree produced by |
|
abstract fun enterOffsetDateTime(ctx: OffsetDateTimeContext): Unit
Enter a parse tree produced by |
|
abstract fun enterQuotedKey(ctx: QuotedKeyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterRegularFloat(ctx: RegularFloatContext): Unit
Enter a parse tree produced by |
|
abstract fun enterRegularFloatInf(ctx: RegularFloatInfContext): Unit
Enter a parse tree produced by |
|
abstract fun enterRegularFloatNaN(ctx: RegularFloatNaNContext): Unit
Enter a parse tree produced by |
|
abstract fun enterSecond(ctx: SecondContext): Unit
Enter a parse tree produced by |
|
abstract fun enterSecondFraction(ctx: SecondFractionContext): Unit
Enter a parse tree produced by |
|
abstract fun enterSimpleKey(ctx: SimpleKeyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterStandardTable(ctx: StandardTableContext): Unit
Enter a parse tree produced by |
|
abstract fun enterString(ctx: StringContext): Unit
Enter a parse tree produced by |
|
abstract fun enterTable(ctx: TableContext): Unit
Enter a parse tree produced by |
|
abstract fun enterTime(ctx: TimeContext): Unit
Enter a parse tree produced by |
|
abstract fun enterTimeOffset(ctx: TimeOffsetContext): Unit
Enter a parse tree produced by |
|
abstract fun enterToml(ctx: TomlContext): Unit
Enter a parse tree produced by |
|
abstract fun enterTomlKey(ctx: TomlKeyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterTrueBool(ctx: TrueBoolContext): Unit
Enter a parse tree produced by |
|
abstract fun enterUnquotedKey(ctx: UnquotedKeyContext): Unit
Enter a parse tree produced by |
|
abstract fun enterVal(ctx: ValContext): Unit
Enter a parse tree produced by |
|
abstract fun enterYear(ctx: YearContext): Unit
Enter a parse tree produced by |
|
abstract fun exitArray(ctx: ArrayContext): Unit
Exit a parse tree produced by |
|
abstract fun exitArrayTable(ctx: ArrayTableContext): Unit
Exit a parse tree produced by |
|
abstract fun exitArrayValue(ctx: ArrayValueContext): Unit
Exit a parse tree produced by |
|
abstract fun exitArrayValues(ctx: ArrayValuesContext): Unit
Exit a parse tree produced by |
|
abstract fun exitBasicChar(ctx: BasicCharContext): Unit
Exit a parse tree produced by |
|
abstract fun exitBasicString(ctx: BasicStringContext): Unit
Exit a parse tree produced by |
|
abstract fun exitBasicUnescaped(ctx: BasicUnescapedContext): Unit
Exit a parse tree produced by |
|
abstract fun exitBinInt(ctx: BinIntContext): Unit
Exit a parse tree produced by |
|
abstract fun exitBooleanValue(ctx: BooleanValueContext): Unit
Exit a parse tree produced by |
|
abstract fun exitDate(ctx: DateContext): Unit
Exit a parse tree produced by |
|
abstract fun exitDateTime(ctx: DateTimeContext): Unit
Exit a parse tree produced by |
|
abstract fun exitDay(ctx: DayContext): Unit
Exit a parse tree produced by |
|
abstract fun exitDecInt(ctx: DecIntContext): Unit
Exit a parse tree produced by |
|
abstract fun exitEscaped(ctx: EscapedContext): Unit
Exit a parse tree produced by |
|
abstract fun exitExpression(ctx: ExpressionContext): Unit
Exit a parse tree produced by |
|
abstract fun exitFalseBool(ctx: FalseBoolContext): Unit
Exit a parse tree produced by |
|
abstract fun exitFloatValue(ctx: FloatValueContext): Unit
Exit a parse tree produced by |
|
abstract fun exitHexInt(ctx: HexIntContext): Unit
Exit a parse tree produced by |
|
abstract fun exitHour(ctx: HourContext): Unit
Exit a parse tree produced by |
|
abstract fun exitHourOffset(ctx: HourOffsetContext): Unit
Exit a parse tree produced by |
|
abstract fun exitInlineTable(ctx: InlineTableContext): Unit
Exit a parse tree produced by |
|
abstract fun exitInlineTableValues(ctx: InlineTableValuesContext): Unit
Exit a parse tree produced by |
|
abstract fun exitInteger(ctx: IntegerContext): Unit
Exit a parse tree produced by |
|
abstract fun exitKey(ctx: KeyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitKeyval(ctx: KeyvalContext): Unit
Exit a parse tree produced by |
|
abstract fun exitLiteralBody(ctx: LiteralBodyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitLiteralString(ctx: LiteralStringContext): Unit
Exit a parse tree produced by |
|
abstract fun exitLocalDate(ctx: LocalDateContext): Unit
Exit a parse tree produced by |
|
abstract fun exitLocalDateTime(ctx: LocalDateTimeContext): Unit
Exit a parse tree produced by |
|
abstract fun exitLocalTime(ctx: LocalTimeContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMinute(ctx: MinuteContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMinuteOffset(ctx: MinuteOffsetContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMlBasicChar(ctx: MlBasicCharContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMlBasicString(ctx: MlBasicStringContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMlLiteralBody(ctx: MlLiteralBodyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMlLiteralString(ctx: MlLiteralStringContext): Unit
Exit a parse tree produced by |
|
abstract fun exitMonth(ctx: MonthContext): Unit
Exit a parse tree produced by |
|
abstract fun exitOctInt(ctx: OctIntContext): Unit
Exit a parse tree produced by |
|
abstract fun exitOffsetDateTime(ctx: OffsetDateTimeContext): Unit
Exit a parse tree produced by |
|
abstract fun exitQuotedKey(ctx: QuotedKeyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitRegularFloat(ctx: RegularFloatContext): Unit
Exit a parse tree produced by |
|
abstract fun exitRegularFloatInf(ctx: RegularFloatInfContext): Unit
Exit a parse tree produced by |
|
abstract fun exitRegularFloatNaN(ctx: RegularFloatNaNContext): Unit
Exit a parse tree produced by |
|
abstract fun exitSecond(ctx: SecondContext): Unit
Exit a parse tree produced by |
|
abstract fun exitSecondFraction(ctx: SecondFractionContext): Unit
Exit a parse tree produced by |
|
abstract fun exitSimpleKey(ctx: SimpleKeyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitStandardTable(ctx: StandardTableContext): Unit
Exit a parse tree produced by |
|
abstract fun exitString(ctx: StringContext): Unit
Exit a parse tree produced by |
|
abstract fun exitTable(ctx: TableContext): Unit
Exit a parse tree produced by |
|
abstract fun exitTime(ctx: TimeContext): Unit
Exit a parse tree produced by |
|
abstract fun exitTimeOffset(ctx: TimeOffsetContext): Unit
Exit a parse tree produced by |
|
abstract fun exitToml(ctx: TomlContext): Unit
Exit a parse tree produced by |
|
abstract fun exitTomlKey(ctx: TomlKeyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitTrueBool(ctx: TrueBoolContext): Unit
Exit a parse tree produced by |
|
abstract fun exitUnquotedKey(ctx: UnquotedKeyContext): Unit
Exit a parse tree produced by |
|
abstract fun exitVal(ctx: ValContext): Unit
Exit a parse tree produced by |
|
abstract fun exitYear(ctx: YearContext): Unit
Exit a parse tree produced by |
open class TomlParserBaseListener : TomlParserListener
This class provides an empty implementation of TomlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods. |