toml / org.apache.tuweni.toml.internal / TomlParserBaseVisitor

TomlParserBaseVisitor

open class TomlParserBaseVisitor<T : Any> : AbstractParseTreeVisitor<T>, TomlParserVisitor<T> (source)

This class provides an empty implementation of TomlParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Parameters

- The return type of the visit operation. Use Void for operations with no return type.

Constructors

<init>

TomlParserBaseVisitor()

This class provides an empty implementation of TomlParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Functions

visitArray

open fun visitArray(ctx: ArrayContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitArrayTable

open fun visitArrayTable(ctx: ArrayTableContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitArrayValue

open fun visitArrayValue(ctx: ArrayValueContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitArrayValues

open fun visitArrayValues(ctx: ArrayValuesContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitBasicChar

open fun visitBasicChar(ctx: BasicCharContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitBasicString

open fun visitBasicString(ctx: BasicStringContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitBasicUnescaped

open fun visitBasicUnescaped(ctx: BasicUnescapedContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitBinInt

open fun visitBinInt(ctx: BinIntContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitBooleanValue

open fun visitBooleanValue(ctx: BooleanValueContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitDate

open fun visitDate(ctx: DateContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitDateTime

open fun visitDateTime(ctx: DateTimeContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitDay

open fun visitDay(ctx: DayContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitDecInt

open fun visitDecInt(ctx: DecIntContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitEscaped

open fun visitEscaped(ctx: EscapedContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitExpression

open fun visitExpression(ctx: ExpressionContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitFalseBool

open fun visitFalseBool(ctx: FalseBoolContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitFloatValue

open fun visitFloatValue(ctx: FloatValueContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitHexInt

open fun visitHexInt(ctx: HexIntContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitHour

open fun visitHour(ctx: HourContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitHourOffset

open fun visitHourOffset(ctx: HourOffsetContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitInlineTable

open fun visitInlineTable(ctx: InlineTableContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitInlineTableValues

open fun visitInlineTableValues(ctx: InlineTableValuesContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitInteger

open fun visitInteger(ctx: IntegerContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitKey

open fun visitKey(ctx: KeyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitKeyval

open fun visitKeyval(ctx: KeyvalContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitLiteralBody

open fun visitLiteralBody(ctx: LiteralBodyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitLiteralString

open fun visitLiteralString(ctx: LiteralStringContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitLocalDate

open fun visitLocalDate(ctx: LocalDateContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitLocalDateTime

open fun visitLocalDateTime(ctx: LocalDateTimeContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitLocalTime

open fun visitLocalTime(ctx: LocalTimeContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMinute

open fun visitMinute(ctx: MinuteContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMinuteOffset

open fun visitMinuteOffset(ctx: MinuteOffsetContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMlBasicChar

open fun visitMlBasicChar(ctx: MlBasicCharContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMlBasicString

open fun visitMlBasicString(ctx: MlBasicStringContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMlBasicUnescaped

open fun visitMlBasicUnescaped(ctx: MlBasicUnescapedContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMlLiteralBody

open fun visitMlLiteralBody(ctx: MlLiteralBodyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMlLiteralString

open fun visitMlLiteralString(ctx: MlLiteralStringContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitMonth

open fun visitMonth(ctx: MonthContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitOctInt

open fun visitOctInt(ctx: OctIntContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitOffsetDateTime

open fun visitOffsetDateTime(ctx: OffsetDateTimeContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitQuotedKey

open fun visitQuotedKey(ctx: QuotedKeyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitRegularFloat

open fun visitRegularFloat(ctx: RegularFloatContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitRegularFloatInf

open fun visitRegularFloatInf(ctx: RegularFloatInfContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitRegularFloatNaN

open fun visitRegularFloatNaN(ctx: RegularFloatNaNContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitSecond

open fun visitSecond(ctx: SecondContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitSecondFraction

open fun visitSecondFraction(ctx: SecondFractionContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitSimpleKey

open fun visitSimpleKey(ctx: SimpleKeyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitStandardTable

open fun visitStandardTable(ctx: StandardTableContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitString

open fun visitString(ctx: StringContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitTable

open fun visitTable(ctx: TableContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitTime

open fun visitTime(ctx: TimeContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitTimeOffset

open fun visitTimeOffset(ctx: TimeOffsetContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitToml

open fun visitToml(ctx: TomlContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitTomlKey

open fun visitTomlKey(ctx: TomlKeyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitTrueBool

open fun visitTrueBool(ctx: TrueBoolContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitUnquotedKey

open fun visitUnquotedKey(ctx: UnquotedKeyContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitVal

open fun visitVal(ctx: ValContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.

visitYear

open fun visitYear(ctx: YearContext): T

{@inheritDoc}

The default implementation returns the result of calling #visitChildren on ctx.