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