tuweni / 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>

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()

Functions

enterArray

Enter a parse tree produced by TomlParser#array.

open fun enterArray(ctx: ArrayContext!): Unit

enterArrayTable

Enter a parse tree produced by TomlParser#arrayTable.

open fun enterArrayTable(ctx: ArrayTableContext!): Unit

enterArrayValue

Enter a parse tree produced by TomlParser#arrayValue.

open fun enterArrayValue(ctx: ArrayValueContext!): Unit

enterArrayValues

Enter a parse tree produced by TomlParser#arrayValues.

open fun enterArrayValues(ctx: ArrayValuesContext!): Unit

enterBasicChar

Enter a parse tree produced by TomlParser#basicChar.

open fun enterBasicChar(ctx: BasicCharContext!): Unit

enterBasicString

Enter a parse tree produced by TomlParser#basicString.

open fun enterBasicString(ctx: BasicStringContext!): Unit

enterBasicUnescaped

Enter a parse tree produced by TomlParser#basicUnescaped.

open fun enterBasicUnescaped(ctx: BasicUnescapedContext!): Unit

enterBinInt

Enter a parse tree produced by TomlParser#binInt.

open fun enterBinInt(ctx: BinIntContext!): Unit

enterBooleanValue

Enter a parse tree produced by TomlParser#booleanValue.

open fun enterBooleanValue(ctx: BooleanValueContext!): Unit

enterDate

Enter a parse tree produced by TomlParser#date.

open fun enterDate(ctx: DateContext!): Unit

enterDateTime

Enter a parse tree produced by TomlParser#dateTime.

open fun enterDateTime(ctx: DateTimeContext!): Unit

enterDay

Enter a parse tree produced by TomlParser#day.

open fun enterDay(ctx: DayContext!): Unit

enterDecInt

Enter a parse tree produced by TomlParser#decInt.

open fun enterDecInt(ctx: DecIntContext!): Unit

enterEscaped

Enter a parse tree produced by TomlParser#escaped.

open fun enterEscaped(ctx: EscapedContext!): Unit

enterEveryRule

The default implementation does nothing.

open fun enterEveryRule(ctx: ParserRuleContext!): Unit

enterExpression

Enter a parse tree produced by TomlParser#expression.

open fun enterExpression(ctx: ExpressionContext!): Unit

enterFalseBool

Enter a parse tree produced by TomlParser#falseBool.

open fun enterFalseBool(ctx: FalseBoolContext!): Unit

enterFloatValue

Enter a parse tree produced by TomlParser#floatValue.

open fun enterFloatValue(ctx: FloatValueContext!): Unit

enterHexInt

Enter a parse tree produced by TomlParser#hexInt.

open fun enterHexInt(ctx: HexIntContext!): Unit

enterHour

Enter a parse tree produced by TomlParser#hour.

open fun enterHour(ctx: HourContext!): Unit

enterHourOffset

Enter a parse tree produced by TomlParser#hourOffset.

open fun enterHourOffset(ctx: HourOffsetContext!): Unit

enterInlineTable

Enter a parse tree produced by TomlParser#inlineTable.

open fun enterInlineTable(ctx: InlineTableContext!): Unit

enterInlineTableValues

Enter a parse tree produced by TomlParser#inlineTableValues.

open fun enterInlineTableValues(ctx: InlineTableValuesContext!): Unit

enterInteger

Enter a parse tree produced by TomlParser#integer.

open fun enterInteger(ctx: IntegerContext!): Unit

enterKey

Enter a parse tree produced by TomlParser#key.

open fun enterKey(ctx: KeyContext!): Unit

enterKeyval

Enter a parse tree produced by TomlParser#keyval.

open fun enterKeyval(ctx: KeyvalContext!): Unit

enterLiteralBody

Enter a parse tree produced by TomlParser#literalBody.

open fun enterLiteralBody(ctx: LiteralBodyContext!): Unit

enterLiteralString

Enter a parse tree produced by TomlParser#literalString.

open fun enterLiteralString(ctx: LiteralStringContext!): Unit

enterLocalDate

Enter a parse tree produced by TomlParser#localDate.

open fun enterLocalDate(ctx: LocalDateContext!): Unit

enterLocalDateTime

Enter a parse tree produced by TomlParser#localDateTime.

open fun enterLocalDateTime(ctx: LocalDateTimeContext!): Unit

enterLocalTime

Enter a parse tree produced by TomlParser#localTime.

open fun enterLocalTime(ctx: LocalTimeContext!): Unit

enterMinute

Enter a parse tree produced by TomlParser#minute.

open fun enterMinute(ctx: MinuteContext!): Unit

enterMinuteOffset

Enter a parse tree produced by TomlParser#minuteOffset.

open fun enterMinuteOffset(ctx: MinuteOffsetContext!): Unit

enterMlBasicChar

Enter a parse tree produced by TomlParser#mlBasicChar.

open fun enterMlBasicChar(ctx: MlBasicCharContext!): Unit

enterMlBasicString

Enter a parse tree produced by TomlParser#mlBasicString.

open fun enterMlBasicString(ctx: MlBasicStringContext!): Unit

enterMlBasicUnescaped

Enter a parse tree produced by TomlParser#mlBasicUnescaped.

open fun enterMlBasicUnescaped(ctx: MlBasicUnescapedContext!): Unit

enterMlLiteralBody

Enter a parse tree produced by TomlParser#mlLiteralBody.

open fun enterMlLiteralBody(ctx: MlLiteralBodyContext!): Unit

enterMlLiteralString

Enter a parse tree produced by TomlParser#mlLiteralString.

open fun enterMlLiteralString(ctx: MlLiteralStringContext!): Unit

enterMonth

Enter a parse tree produced by TomlParser#month.

open fun enterMonth(ctx: MonthContext!): Unit

enterOctInt

Enter a parse tree produced by TomlParser#octInt.

open fun enterOctInt(ctx: OctIntContext!): Unit

enterOffsetDateTime

Enter a parse tree produced by TomlParser#offsetDateTime.

open fun enterOffsetDateTime(ctx: OffsetDateTimeContext!): Unit

enterQuotedKey

Enter a parse tree produced by TomlParser#quotedKey.

open fun enterQuotedKey(ctx: QuotedKeyContext!): Unit

enterRegularFloat

Enter a parse tree produced by TomlParser#regularFloat.

open fun enterRegularFloat(ctx: RegularFloatContext!): Unit

enterRegularFloatInf

Enter a parse tree produced by TomlParser#regularFloatInf.

open fun enterRegularFloatInf(ctx: RegularFloatInfContext!): Unit

enterRegularFloatNaN

Enter a parse tree produced by TomlParser#regularFloatNaN.

open fun enterRegularFloatNaN(ctx: RegularFloatNaNContext!): Unit

enterSecond

Enter a parse tree produced by TomlParser#second.

open fun enterSecond(ctx: SecondContext!): Unit

enterSecondFraction

Enter a parse tree produced by TomlParser#secondFraction.

open fun enterSecondFraction(ctx: SecondFractionContext!): Unit

enterSimpleKey

Enter a parse tree produced by TomlParser#simpleKey.

open fun enterSimpleKey(ctx: SimpleKeyContext!): Unit

enterStandardTable

Enter a parse tree produced by TomlParser#standardTable.

open fun enterStandardTable(ctx: StandardTableContext!): Unit

enterString

Enter a parse tree produced by TomlParser#string.

open fun enterString(ctx: StringContext!): Unit

enterTable

Enter a parse tree produced by TomlParser#table.

open fun enterTable(ctx: TableContext!): Unit

enterTime

Enter a parse tree produced by TomlParser#time.

open fun enterTime(ctx: TimeContext!): Unit

enterTimeOffset

Enter a parse tree produced by TomlParser#timeOffset.

open fun enterTimeOffset(ctx: TimeOffsetContext!): Unit

enterToml

Enter a parse tree produced by TomlParser#toml.

open fun enterToml(ctx: TomlContext!): Unit

enterTomlKey

Enter a parse tree produced by TomlParser#tomlKey.

open fun enterTomlKey(ctx: TomlKeyContext!): Unit

enterTrueBool

Enter a parse tree produced by TomlParser#trueBool.

open fun enterTrueBool(ctx: TrueBoolContext!): Unit

enterUnquotedKey

Enter a parse tree produced by TomlParser#unquotedKey.

open fun enterUnquotedKey(ctx: UnquotedKeyContext!): Unit

enterVal

Enter a parse tree produced by TomlParser#val.

open fun enterVal(ctx: ValContext!): Unit

enterYear

Enter a parse tree produced by TomlParser#year.

open fun enterYear(ctx: YearContext!): Unit

exitArray

Exit a parse tree produced by TomlParser#array.

open fun exitArray(ctx: ArrayContext!): Unit

exitArrayTable

Exit a parse tree produced by TomlParser#arrayTable.

open fun exitArrayTable(ctx: ArrayTableContext!): Unit

exitArrayValue

Exit a parse tree produced by TomlParser#arrayValue.

open fun exitArrayValue(ctx: ArrayValueContext!): Unit

exitArrayValues

Exit a parse tree produced by TomlParser#arrayValues.

open fun exitArrayValues(ctx: ArrayValuesContext!): Unit

exitBasicChar

Exit a parse tree produced by TomlParser#basicChar.

open fun exitBasicChar(ctx: BasicCharContext!): Unit

exitBasicString

Exit a parse tree produced by TomlParser#basicString.

open fun exitBasicString(ctx: BasicStringContext!): Unit

exitBasicUnescaped

Exit a parse tree produced by TomlParser#basicUnescaped.

open fun exitBasicUnescaped(ctx: BasicUnescapedContext!): Unit

exitBinInt

Exit a parse tree produced by TomlParser#binInt.

open fun exitBinInt(ctx: BinIntContext!): Unit

exitBooleanValue

Exit a parse tree produced by TomlParser#booleanValue.

open fun exitBooleanValue(ctx: BooleanValueContext!): Unit

exitDate

Exit a parse tree produced by TomlParser#date.

open fun exitDate(ctx: DateContext!): Unit

exitDateTime

Exit a parse tree produced by TomlParser#dateTime.

open fun exitDateTime(ctx: DateTimeContext!): Unit

exitDay

Exit a parse tree produced by TomlParser#day.

open fun exitDay(ctx: DayContext!): Unit

exitDecInt

Exit a parse tree produced by TomlParser#decInt.

open fun exitDecInt(ctx: DecIntContext!): Unit

exitEscaped

Exit a parse tree produced by TomlParser#escaped.

open fun exitEscaped(ctx: EscapedContext!): Unit

exitEveryRule

The default implementation does nothing.

open fun exitEveryRule(ctx: ParserRuleContext!): Unit

exitExpression

Exit a parse tree produced by TomlParser#expression.

open fun exitExpression(ctx: ExpressionContext!): Unit

exitFalseBool

Exit a parse tree produced by TomlParser#falseBool.

open fun exitFalseBool(ctx: FalseBoolContext!): Unit

exitFloatValue

Exit a parse tree produced by TomlParser#floatValue.

open fun exitFloatValue(ctx: FloatValueContext!): Unit

exitHexInt

Exit a parse tree produced by TomlParser#hexInt.

open fun exitHexInt(ctx: HexIntContext!): Unit

exitHour

Exit a parse tree produced by TomlParser#hour.

open fun exitHour(ctx: HourContext!): Unit

exitHourOffset

Exit a parse tree produced by TomlParser#hourOffset.

open fun exitHourOffset(ctx: HourOffsetContext!): Unit

exitInlineTable

Exit a parse tree produced by TomlParser#inlineTable.

open fun exitInlineTable(ctx: InlineTableContext!): Unit

exitInlineTableValues

Exit a parse tree produced by TomlParser#inlineTableValues.

open fun exitInlineTableValues(ctx: InlineTableValuesContext!): Unit

exitInteger

Exit a parse tree produced by TomlParser#integer.

open fun exitInteger(ctx: IntegerContext!): Unit

exitKey

Exit a parse tree produced by TomlParser#key.

open fun exitKey(ctx: KeyContext!): Unit

exitKeyval

Exit a parse tree produced by TomlParser#keyval.

open fun exitKeyval(ctx: KeyvalContext!): Unit

exitLiteralBody

Exit a parse tree produced by TomlParser#literalBody.

open fun exitLiteralBody(ctx: LiteralBodyContext!): Unit

exitLiteralString

Exit a parse tree produced by TomlParser#literalString.

open fun exitLiteralString(ctx: LiteralStringContext!): Unit

exitLocalDate

Exit a parse tree produced by TomlParser#localDate.

open fun exitLocalDate(ctx: LocalDateContext!): Unit

exitLocalDateTime

Exit a parse tree produced by TomlParser#localDateTime.

open fun exitLocalDateTime(ctx: LocalDateTimeContext!): Unit

exitLocalTime

Exit a parse tree produced by TomlParser#localTime.

open fun exitLocalTime(ctx: LocalTimeContext!): Unit

exitMinute

Exit a parse tree produced by TomlParser#minute.

open fun exitMinute(ctx: MinuteContext!): Unit

exitMinuteOffset

Exit a parse tree produced by TomlParser#minuteOffset.

open fun exitMinuteOffset(ctx: MinuteOffsetContext!): Unit

exitMlBasicChar

Exit a parse tree produced by TomlParser#mlBasicChar.

open fun exitMlBasicChar(ctx: MlBasicCharContext!): Unit

exitMlBasicString

Exit a parse tree produced by TomlParser#mlBasicString.

open fun exitMlBasicString(ctx: MlBasicStringContext!): Unit

exitMlBasicUnescaped

Exit a parse tree produced by TomlParser#mlBasicUnescaped.

open fun exitMlBasicUnescaped(ctx: MlBasicUnescapedContext!): Unit

exitMlLiteralBody

Exit a parse tree produced by TomlParser#mlLiteralBody.

open fun exitMlLiteralBody(ctx: MlLiteralBodyContext!): Unit

exitMlLiteralString

Exit a parse tree produced by TomlParser#mlLiteralString.

open fun exitMlLiteralString(ctx: MlLiteralStringContext!): Unit

exitMonth

Exit a parse tree produced by TomlParser#month.

open fun exitMonth(ctx: MonthContext!): Unit

exitOctInt

Exit a parse tree produced by TomlParser#octInt.

open fun exitOctInt(ctx: OctIntContext!): Unit

exitOffsetDateTime

Exit a parse tree produced by TomlParser#offsetDateTime.

open fun exitOffsetDateTime(ctx: OffsetDateTimeContext!): Unit

exitQuotedKey

Exit a parse tree produced by TomlParser#quotedKey.

open fun exitQuotedKey(ctx: QuotedKeyContext!): Unit

exitRegularFloat

Exit a parse tree produced by TomlParser#regularFloat.

open fun exitRegularFloat(ctx: RegularFloatContext!): Unit

exitRegularFloatInf

Exit a parse tree produced by TomlParser#regularFloatInf.

open fun exitRegularFloatInf(ctx: RegularFloatInfContext!): Unit

exitRegularFloatNaN

Exit a parse tree produced by TomlParser#regularFloatNaN.

open fun exitRegularFloatNaN(ctx: RegularFloatNaNContext!): Unit

exitSecond

Exit a parse tree produced by TomlParser#second.

open fun exitSecond(ctx: SecondContext!): Unit

exitSecondFraction

Exit a parse tree produced by TomlParser#secondFraction.

open fun exitSecondFraction(ctx: SecondFractionContext!): Unit

exitSimpleKey

Exit a parse tree produced by TomlParser#simpleKey.

open fun exitSimpleKey(ctx: SimpleKeyContext!): Unit

exitStandardTable

Exit a parse tree produced by TomlParser#standardTable.

open fun exitStandardTable(ctx: StandardTableContext!): Unit

exitString

Exit a parse tree produced by TomlParser#string.

open fun exitString(ctx: StringContext!): Unit

exitTable

Exit a parse tree produced by TomlParser#table.

open fun exitTable(ctx: TableContext!): Unit

exitTime

Exit a parse tree produced by TomlParser#time.

open fun exitTime(ctx: TimeContext!): Unit

exitTimeOffset

Exit a parse tree produced by TomlParser#timeOffset.

open fun exitTimeOffset(ctx: TimeOffsetContext!): Unit

exitToml

Exit a parse tree produced by TomlParser#toml.

open fun exitToml(ctx: TomlContext!): Unit

exitTomlKey

Exit a parse tree produced by TomlParser#tomlKey.

open fun exitTomlKey(ctx: TomlKeyContext!): Unit

exitTrueBool

Exit a parse tree produced by TomlParser#trueBool.

open fun exitTrueBool(ctx: TrueBoolContext!): Unit

exitUnquotedKey

Exit a parse tree produced by TomlParser#unquotedKey.

open fun exitUnquotedKey(ctx: UnquotedKeyContext!): Unit

exitVal

Exit a parse tree produced by TomlParser#val.

open fun exitVal(ctx: ValContext!): Unit

exitYear

Exit a parse tree produced by TomlParser#year.

open fun exitYear(ctx: YearContext!): Unit

visitErrorNode

The default implementation does nothing.

open fun visitErrorNode(node: ErrorNode!): Unit

visitTerminal

The default implementation does nothing.

open fun visitTerminal(node: TerminalNode!): Unit