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.
- The return type of the visit operation. Use Void for operations with no return type.
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. |
open fun visitArray(ctx: ArrayContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitArrayTable(ctx: ArrayTableContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitArrayValue(ctx: ArrayValueContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitArrayValues(ctx: ArrayValuesContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitBasicChar(ctx: BasicCharContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitBasicString(ctx: BasicStringContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitBasicUnescaped(ctx: BasicUnescapedContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitBinInt(ctx: BinIntContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitBooleanValue(ctx: BooleanValueContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDate(ctx: DateContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDateTime(ctx: DateTimeContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDay(ctx: DayContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitDecInt(ctx: DecIntContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitEscaped(ctx: EscapedContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitExpression(ctx: ExpressionContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitFalseBool(ctx: FalseBoolContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitFloatValue(ctx: FloatValueContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitHexInt(ctx: HexIntContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitHour(ctx: HourContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitHourOffset(ctx: HourOffsetContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitInlineTable(ctx: InlineTableContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitInlineTableValues(ctx: InlineTableValuesContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitInteger(ctx: IntegerContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitKey(ctx: KeyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitKeyval(ctx: KeyvalContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitLiteralBody(ctx: LiteralBodyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitLiteralString(ctx: LiteralStringContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitLocalDate(ctx: LocalDateContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitLocalDateTime(ctx: LocalDateTimeContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitLocalTime(ctx: LocalTimeContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMinute(ctx: MinuteContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMinuteOffset(ctx: MinuteOffsetContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMlBasicChar(ctx: MlBasicCharContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMlBasicString(ctx: MlBasicStringContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMlBasicUnescaped(ctx: MlBasicUnescapedContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMlLiteralBody(ctx: MlLiteralBodyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMlLiteralString(ctx: MlLiteralStringContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitMonth(ctx: MonthContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitOctInt(ctx: OctIntContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitOffsetDateTime(ctx: OffsetDateTimeContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitQuotedKey(ctx: QuotedKeyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitRegularFloat(ctx: RegularFloatContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitRegularFloatInf(ctx: RegularFloatInfContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitRegularFloatNaN(ctx: RegularFloatNaNContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitSecond(ctx: SecondContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitSecondFraction(ctx: SecondFractionContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitSimpleKey(ctx: SimpleKeyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitStandardTable(ctx: StandardTableContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitString(ctx: StringContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitTable(ctx: TableContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitTime(ctx: TimeContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitTimeOffset(ctx: TimeOffsetContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitToml(ctx: TomlContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitTomlKey(ctx: TomlKeyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitTrueBool(ctx: TrueBoolContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitUnquotedKey(ctx: UnquotedKeyContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitVal(ctx: ValContext): T
{@inheritDoc} The default implementation returns the result of calling |
|
open fun visitYear(ctx: YearContext): T
{@inheritDoc} The default implementation returns the result of calling |