toml / org.apache.tuweni.toml.internal / TomlParserBaseListener

TomlParserBaseListener

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.

Constructors

<init>

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.

Functions

enterArray

open fun enterArray(ctx: ArrayContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterArrayTable

open fun enterArrayTable(ctx: ArrayTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterArrayValue

open fun enterArrayValue(ctx: ArrayValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterArrayValues

open fun enterArrayValues(ctx: ArrayValuesContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterBasicChar

open fun enterBasicChar(ctx: BasicCharContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterBasicString

open fun enterBasicString(ctx: BasicStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterBasicUnescaped

open fun enterBasicUnescaped(ctx: BasicUnescapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterBinInt

open fun enterBinInt(ctx: BinIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterBooleanValue

open fun enterBooleanValue(ctx: BooleanValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterDate

open fun enterDate(ctx: DateContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterDateTime

open fun enterDateTime(ctx: DateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterDay

open fun enterDay(ctx: DayContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterDecInt

open fun enterDecInt(ctx: DecIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterEscaped

open fun enterEscaped(ctx: EscapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterEveryRule

open fun enterEveryRule(ctx: ParserRuleContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterExpression

open fun enterExpression(ctx: ExpressionContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterFalseBool

open fun enterFalseBool(ctx: FalseBoolContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterFloatValue

open fun enterFloatValue(ctx: FloatValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterHexInt

open fun enterHexInt(ctx: HexIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterHour

open fun enterHour(ctx: HourContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterHourOffset

open fun enterHourOffset(ctx: HourOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterInlineTable

open fun enterInlineTable(ctx: InlineTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterInlineTableValues

open fun enterInlineTableValues(ctx: InlineTableValuesContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterInteger

open fun enterInteger(ctx: IntegerContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterKey

open fun enterKey(ctx: KeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterKeyval

open fun enterKeyval(ctx: KeyvalContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterLiteralBody

open fun enterLiteralBody(ctx: LiteralBodyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterLiteralString

open fun enterLiteralString(ctx: LiteralStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterLocalDate

open fun enterLocalDate(ctx: LocalDateContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterLocalDateTime

open fun enterLocalDateTime(ctx: LocalDateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterLocalTime

open fun enterLocalTime(ctx: LocalTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMinute

open fun enterMinute(ctx: MinuteContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMinuteOffset

open fun enterMinuteOffset(ctx: MinuteOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMlBasicChar

open fun enterMlBasicChar(ctx: MlBasicCharContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMlBasicString

open fun enterMlBasicString(ctx: MlBasicStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMlBasicUnescaped

open fun enterMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMlLiteralBody

open fun enterMlLiteralBody(ctx: MlLiteralBodyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMlLiteralString

open fun enterMlLiteralString(ctx: MlLiteralStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterMonth

open fun enterMonth(ctx: MonthContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterOctInt

open fun enterOctInt(ctx: OctIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterOffsetDateTime

open fun enterOffsetDateTime(ctx: OffsetDateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterQuotedKey

open fun enterQuotedKey(ctx: QuotedKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterRegularFloat

open fun enterRegularFloat(ctx: RegularFloatContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterRegularFloatInf

open fun enterRegularFloatInf(ctx: RegularFloatInfContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterRegularFloatNaN

open fun enterRegularFloatNaN(ctx: RegularFloatNaNContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterSecond

open fun enterSecond(ctx: SecondContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterSecondFraction

open fun enterSecondFraction(ctx: SecondFractionContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterSimpleKey

open fun enterSimpleKey(ctx: SimpleKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterStandardTable

open fun enterStandardTable(ctx: StandardTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterString

open fun enterString(ctx: StringContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterTable

open fun enterTable(ctx: TableContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterTime

open fun enterTime(ctx: TimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterTimeOffset

open fun enterTimeOffset(ctx: TimeOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterToml

open fun enterToml(ctx: TomlContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterTomlKey

open fun enterTomlKey(ctx: TomlKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterTrueBool

open fun enterTrueBool(ctx: TrueBoolContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterUnquotedKey

open fun enterUnquotedKey(ctx: UnquotedKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterVal

open fun enterVal(ctx: ValContext): Unit

{@inheritDoc}

The default implementation does nothing.

enterYear

open fun enterYear(ctx: YearContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitArray

open fun exitArray(ctx: ArrayContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitArrayTable

open fun exitArrayTable(ctx: ArrayTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitArrayValue

open fun exitArrayValue(ctx: ArrayValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitArrayValues

open fun exitArrayValues(ctx: ArrayValuesContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitBasicChar

open fun exitBasicChar(ctx: BasicCharContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitBasicString

open fun exitBasicString(ctx: BasicStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitBasicUnescaped

open fun exitBasicUnescaped(ctx: BasicUnescapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitBinInt

open fun exitBinInt(ctx: BinIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitBooleanValue

open fun exitBooleanValue(ctx: BooleanValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitDate

open fun exitDate(ctx: DateContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitDateTime

open fun exitDateTime(ctx: DateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitDay

open fun exitDay(ctx: DayContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitDecInt

open fun exitDecInt(ctx: DecIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitEscaped

open fun exitEscaped(ctx: EscapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitEveryRule

open fun exitEveryRule(ctx: ParserRuleContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitExpression

open fun exitExpression(ctx: ExpressionContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitFalseBool

open fun exitFalseBool(ctx: FalseBoolContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitFloatValue

open fun exitFloatValue(ctx: FloatValueContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitHexInt

open fun exitHexInt(ctx: HexIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitHour

open fun exitHour(ctx: HourContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitHourOffset

open fun exitHourOffset(ctx: HourOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitInlineTable

open fun exitInlineTable(ctx: InlineTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitInlineTableValues

open fun exitInlineTableValues(ctx: InlineTableValuesContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitInteger

open fun exitInteger(ctx: IntegerContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitKey

open fun exitKey(ctx: KeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitKeyval

open fun exitKeyval(ctx: KeyvalContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitLiteralBody

open fun exitLiteralBody(ctx: LiteralBodyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitLiteralString

open fun exitLiteralString(ctx: LiteralStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitLocalDate

open fun exitLocalDate(ctx: LocalDateContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitLocalDateTime

open fun exitLocalDateTime(ctx: LocalDateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitLocalTime

open fun exitLocalTime(ctx: LocalTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMinute

open fun exitMinute(ctx: MinuteContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMinuteOffset

open fun exitMinuteOffset(ctx: MinuteOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMlBasicChar

open fun exitMlBasicChar(ctx: MlBasicCharContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMlBasicString

open fun exitMlBasicString(ctx: MlBasicStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMlBasicUnescaped

open fun exitMlBasicUnescaped(ctx: MlBasicUnescapedContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMlLiteralBody

open fun exitMlLiteralBody(ctx: MlLiteralBodyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMlLiteralString

open fun exitMlLiteralString(ctx: MlLiteralStringContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitMonth

open fun exitMonth(ctx: MonthContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitOctInt

open fun exitOctInt(ctx: OctIntContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitOffsetDateTime

open fun exitOffsetDateTime(ctx: OffsetDateTimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitQuotedKey

open fun exitQuotedKey(ctx: QuotedKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitRegularFloat

open fun exitRegularFloat(ctx: RegularFloatContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitRegularFloatInf

open fun exitRegularFloatInf(ctx: RegularFloatInfContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitRegularFloatNaN

open fun exitRegularFloatNaN(ctx: RegularFloatNaNContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitSecond

open fun exitSecond(ctx: SecondContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitSecondFraction

open fun exitSecondFraction(ctx: SecondFractionContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitSimpleKey

open fun exitSimpleKey(ctx: SimpleKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitStandardTable

open fun exitStandardTable(ctx: StandardTableContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitString

open fun exitString(ctx: StringContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitTable

open fun exitTable(ctx: TableContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitTime

open fun exitTime(ctx: TimeContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitTimeOffset

open fun exitTimeOffset(ctx: TimeOffsetContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitToml

open fun exitToml(ctx: TomlContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitTomlKey

open fun exitTomlKey(ctx: TomlKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitTrueBool

open fun exitTrueBool(ctx: TrueBoolContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitUnquotedKey

open fun exitUnquotedKey(ctx: UnquotedKeyContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitVal

open fun exitVal(ctx: ValContext): Unit

{@inheritDoc}

The default implementation does nothing.

exitYear

open fun exitYear(ctx: YearContext): Unit

{@inheritDoc}

The default implementation does nothing.

visitErrorNode

open fun visitErrorNode(node: ErrorNode): Unit

{@inheritDoc}

The default implementation does nothing.

visitTerminal

open fun visitTerminal(node: TerminalNode): Unit

{@inheritDoc}

The default implementation does nothing.