open class TomlParserBaseListener : TomlParserListener
(source)
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.
TomlParserBaseListener()
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. |
open fun enterArray(ctx: ArrayContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterArrayTable(ctx: ArrayTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterArrayValue(ctx: ArrayValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterArrayValues(ctx: ArrayValuesContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterBasicChar(ctx: BasicCharContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterBasicString(ctx: BasicStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterBasicUnescaped(ctx: BasicUnescapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterBinInt(ctx: BinIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterBooleanValue(ctx: BooleanValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDate(ctx: DateContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDateTime(ctx: DateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDay(ctx: DayContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDecInt(ctx: DecIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterEscaped(ctx: EscapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterEveryRule(ctx: ParserRuleContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterExpression(ctx: ExpressionContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterFalseBool(ctx: FalseBoolContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterFloatValue(ctx: FloatValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterHexInt(ctx: HexIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterHour(ctx: HourContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterHourOffset(ctx: HourOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterInlineTable(ctx: InlineTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterInlineTableValues(ctx: InlineTableValuesContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterInteger(ctx: IntegerContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterKey(ctx: KeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterKeyval(ctx: KeyvalContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterLiteralBody(ctx: LiteralBodyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterLiteralString(ctx: LiteralStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterLocalDate(ctx: LocalDateContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterLocalDateTime(ctx: LocalDateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterLocalTime(ctx: LocalTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMinute(ctx: MinuteContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMinuteOffset(ctx: MinuteOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMlBasicChar(ctx: MlBasicCharContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMlBasicString(ctx: MlBasicStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMlLiteralBody(ctx: MlLiteralBodyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMlLiteralString(ctx: MlLiteralStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMonth(ctx: MonthContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterOctInt(ctx: OctIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterOffsetDateTime(ctx: OffsetDateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterQuotedKey(ctx: QuotedKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterRegularFloat(ctx: RegularFloatContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterRegularFloatInf(ctx: RegularFloatInfContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterRegularFloatNaN(ctx: RegularFloatNaNContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterSecond(ctx: SecondContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterSecondFraction(ctx: SecondFractionContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterSimpleKey(ctx: SimpleKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterStandardTable(ctx: StandardTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterString(ctx: StringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterTable(ctx: TableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterTime(ctx: TimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterTimeOffset(ctx: TimeOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterToml(ctx: TomlContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterTomlKey(ctx: TomlKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterTrueBool(ctx: TrueBoolContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterUnquotedKey(ctx: UnquotedKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterVal(ctx: ValContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterYear(ctx: YearContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitArray(ctx: ArrayContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitArrayTable(ctx: ArrayTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitArrayValue(ctx: ArrayValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitArrayValues(ctx: ArrayValuesContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitBasicChar(ctx: BasicCharContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitBasicString(ctx: BasicStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitBasicUnescaped(ctx: BasicUnescapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitBinInt(ctx: BinIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitBooleanValue(ctx: BooleanValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDate(ctx: DateContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDateTime(ctx: DateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDay(ctx: DayContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDecInt(ctx: DecIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitEscaped(ctx: EscapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitEveryRule(ctx: ParserRuleContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitExpression(ctx: ExpressionContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitFalseBool(ctx: FalseBoolContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitFloatValue(ctx: FloatValueContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitHexInt(ctx: HexIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitHour(ctx: HourContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitHourOffset(ctx: HourOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitInlineTable(ctx: InlineTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitInlineTableValues(ctx: InlineTableValuesContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitInteger(ctx: IntegerContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitKey(ctx: KeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitKeyval(ctx: KeyvalContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitLiteralBody(ctx: LiteralBodyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitLiteralString(ctx: LiteralStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitLocalDate(ctx: LocalDateContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitLocalDateTime(ctx: LocalDateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitLocalTime(ctx: LocalTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMinute(ctx: MinuteContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMinuteOffset(ctx: MinuteOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMlBasicChar(ctx: MlBasicCharContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMlBasicString(ctx: MlBasicStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMlLiteralBody(ctx: MlLiteralBodyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMlLiteralString(ctx: MlLiteralStringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMonth(ctx: MonthContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitOctInt(ctx: OctIntContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitOffsetDateTime(ctx: OffsetDateTimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitQuotedKey(ctx: QuotedKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitRegularFloat(ctx: RegularFloatContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitRegularFloatInf(ctx: RegularFloatInfContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitRegularFloatNaN(ctx: RegularFloatNaNContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitSecond(ctx: SecondContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitSecondFraction(ctx: SecondFractionContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitSimpleKey(ctx: SimpleKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitStandardTable(ctx: StandardTableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitString(ctx: StringContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitTable(ctx: TableContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitTime(ctx: TimeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitTimeOffset(ctx: TimeOffsetContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitToml(ctx: TomlContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitTomlKey(ctx: TomlKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitTrueBool(ctx: TrueBoolContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitUnquotedKey(ctx: UnquotedKeyContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitVal(ctx: ValContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitYear(ctx: YearContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun visitErrorNode(node: ErrorNode): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun visitTerminal(node: TerminalNode): Unit
{@inheritDoc} The default implementation does nothing. |