open class TomlParser : Parser
(source)
open class ArrayContext : ParserRuleContext |
|
open class ArrayTableContext : ParserRuleContext |
|
open class ArrayValueContext : ParserRuleContext |
|
open class ArrayValuesContext : ParserRuleContext |
|
open class BasicCharContext : ParserRuleContext |
|
open class BasicStringContext : ParserRuleContext |
|
open class BasicUnescapedContext : ParserRuleContext |
|
open class BinIntContext : ParserRuleContext |
|
open class BooleanValueContext : ParserRuleContext |
|
open class DateContext : ParserRuleContext |
|
open class DateTimeContext : ParserRuleContext |
|
open class DayContext : ParserRuleContext |
|
open class DecIntContext : ParserRuleContext |
|
open class EscapedContext : ParserRuleContext |
|
open class ExpressionContext : ParserRuleContext |
|
open class FalseBoolContext : ParserRuleContext |
|
open class FloatValueContext : ParserRuleContext |
|
open class HexIntContext : ParserRuleContext |
|
open class HourContext : ParserRuleContext |
|
open class HourOffsetContext : ParserRuleContext |
|
open class InlineTableContext : ParserRuleContext |
|
open class InlineTableValuesContext : ParserRuleContext |
|
open class IntegerContext : ParserRuleContext |
|
open class KeyContext : ParserRuleContext |
|
open class KeyvalContext : ParserRuleContext |
|
open class LiteralBodyContext : ParserRuleContext |
|
open class LiteralStringContext : ParserRuleContext |
|
open class LocalDateContext : ParserRuleContext |
|
open class LocalDateTimeContext : ParserRuleContext |
|
open class LocalTimeContext : ParserRuleContext |
|
open class MinuteContext : ParserRuleContext |
|
open class MinuteOffsetContext : ParserRuleContext |
|
open class MlBasicCharContext : ParserRuleContext |
|
open class MlBasicStringContext : ParserRuleContext |
|
open class MlBasicUnescapedContext : ParserRuleContext |
|
open class MlLiteralBodyContext : ParserRuleContext |
|
open class MlLiteralStringContext : ParserRuleContext |
|
open class MonthContext : ParserRuleContext |
|
open class OctIntContext : ParserRuleContext |
|
open class OffsetDateTimeContext : ParserRuleContext |
|
open class QuotedKeyContext : ParserRuleContext |
|
open class RegularFloatContext : ParserRuleContext |
|
open class RegularFloatInfContext : ParserRuleContext |
|
open class RegularFloatNaNContext : ParserRuleContext |
|
open class SecondContext : ParserRuleContext |
|
open class SecondFractionContext : ParserRuleContext |
|
open class SimpleKeyContext : ParserRuleContext |
|
open class StandardTableContext : ParserRuleContext |
|
open class StringContext : ParserRuleContext |
|
open class TableContext : ParserRuleContext |
|
open class TimeContext : ParserRuleContext |
|
open class TimeOffsetContext : ParserRuleContext |
|
open class TomlContext : ParserRuleContext |
|
open class TomlKeyContext : ParserRuleContext |
|
open class TrueBoolContext : ParserRuleContext |
|
open class UnquotedKeyContext : ParserRuleContext |
|
open class ValContext : ParserRuleContext |
|
open class YearContext : ParserRuleContext |
TomlParser(input: TokenStream) |
static val Apostrophe: Int |
|
static val ArrayEnd: Int |
|
static val ArrayStart: Int |
|
static val ArrayTableKeyEnd: Int |
|
static val ArrayTableKeyStart: Int |
|
static val BinaryInteger: Int |
|
static val Colon: Int |
|
static val Comma: Int |
|
static val Comment: Int |
|
static val Dash: Int |
|
static val DateComma: Int |
|
static val DateDigits: Int |
|
static val DecimalInteger: Int |
|
static val Dot: Int |
|
static val Equals: Int |
|
static val Error: Int |
|
static val EscapeSequence: Int |
|
static val FalseBoolean: Int |
|
static val FloatingPoint: Int |
|
static val FloatingPointInf: Int |
|
static val FloatingPointNaN: Int |
|
static val HexInteger: Int |
|
static val InlineTableEnd: Int |
|
static val InlineTableStart: Int |
|
static val MLBasicStringEnd: Int |
|
static val MLLiteralStringEnd: Int |
|
static val NewLine: Int |
|
static val OctalInteger: Int |
|
static val Plus: Int |
|
static val QuotationMark: Int |
|
static val RULE_array: Int |
|
static val RULE_arrayTable: Int |
|
static val RULE_arrayValue: Int |
|
static val RULE_arrayValues: Int |
|
static val RULE_basicChar: Int |
|
static val RULE_basicString: Int |
|
static val RULE_basicUnescaped: Int |
|
static val RULE_binInt: Int |
|
static val RULE_booleanValue: Int |
|
static val RULE_date: Int |
|
static val RULE_dateTime: Int |
|
static val RULE_day: Int |
|
static val RULE_decInt: Int |
|
static val RULE_escaped: Int |
|
static val RULE_expression: Int |
|
static val RULE_falseBool: Int |
|
static val RULE_floatValue: Int |
|
static val RULE_hexInt: Int |
|
static val RULE_hour: Int |
|
static val RULE_hourOffset: Int |
|
static val RULE_inlineTable: Int |
|
static val RULE_inlineTableValues: Int |
|
static val RULE_integer: Int |
|
static val RULE_key: Int |
|
static val RULE_keyval: Int |
|
static val RULE_literalBody: Int |
|
static val RULE_literalString: Int |
|
static val RULE_localDate: Int |
|
static val RULE_localDateTime: Int |
|
static val RULE_localTime: Int |
|
static val RULE_minute: Int |
|
static val RULE_minuteOffset: Int |
|
static val RULE_mlBasicChar: Int |
|
static val RULE_mlBasicString: Int |
|
static val RULE_mlBasicUnescaped: Int |
|
static val RULE_mlLiteralBody: Int |
|
static val RULE_mlLiteralString: Int |
|
static val RULE_month: Int |
|
static val RULE_octInt: Int |
|
static val RULE_offsetDateTime: Int |
|
static val RULE_quotedKey: Int |
|
static val RULE_regularFloat: Int |
|
static val RULE_regularFloatInf: Int |
|
static val RULE_regularFloatNaN: Int |
|
static val RULE_second: Int |
|
static val RULE_secondFraction: Int |
|
static val RULE_simpleKey: Int |
|
static val RULE_standardTable: Int |
|
static val RULE_string: Int |
|
static val RULE_table: Int |
|
static val RULE_time: Int |
|
static val RULE_timeOffset: Int |
|
static val RULE_toml: Int |
|
static val RULE_tomlKey: Int |
|
static val RULE_trueBool: Int |
|
static val RULE_unquotedKey: Int |
|
static val RULE_val: Int |
|
static val RULE_year: Int |
|
static val StringChar: Int |
|
static val TableKeyEnd: Int |
|
static val TableKeyStart: Int |
|
static val TimeDelimiter: Int |
|
static val TripleApostrophe: Int |
|
static val TripleQuotationMark: Int |
|
static val TrueBoolean: Int |
|
static val UnquotedKey: Int |
|
static val VOCABULARY: Vocabulary |
|
static val WS: Int |
|
static val Z: Int |
|
static val _ATN: ATN |
|
static val _serializedATN: String |
|
static val ruleNames: Array<String> |
|
static val tokenNames: Array<String> |
fun array(): ArrayContext |
|
fun arrayTable(): ArrayTableContext |
|
fun arrayValue(): ArrayValueContext |
|
fun arrayValues(): ArrayValuesContext |
|
fun basicChar(): BasicCharContext |
|
fun basicString(): BasicStringContext |
|
fun basicUnescaped(): BasicUnescapedContext |
|
fun binInt(): BinIntContext |
|
fun booleanValue(): BooleanValueContext |
|
fun date(): DateContext |
|
fun dateTime(): DateTimeContext |
|
fun day(): DayContext |
|
fun decInt(): DecIntContext |
|
fun escaped(): EscapedContext |
|
fun expression(): ExpressionContext |
|
fun falseBool(): FalseBoolContext |
|
fun floatValue(): FloatValueContext |
|
open fun getATN(): ATN |
|
open fun getGrammarFileName(): String |
|
open fun getRuleNames(): Array<String> |
|
open fun getSerializedATN(): String |
|
open fun |
|
open fun getVocabulary(): Vocabulary |
|
fun hexInt(): HexIntContext |
|
fun hour(): HourContext |
|
fun hourOffset(): HourOffsetContext |
|
fun inlineTable(): InlineTableContext |
|
fun inlineTableValues(): InlineTableValuesContext |
|
fun integer(): IntegerContext |
|
fun key(): KeyContext |
|
fun keyval(): KeyvalContext |
|
fun literalBody(): LiteralBodyContext |
|
fun literalString(): LiteralStringContext |
|
fun localDate(): LocalDateContext |
|
fun localDateTime(): LocalDateTimeContext |
|
fun localTime(): LocalTimeContext |
|
fun minute(): MinuteContext |
|
fun minuteOffset(): MinuteOffsetContext |
|
fun mlBasicChar(): MlBasicCharContext |
|
fun mlBasicString(): MlBasicStringContext |
|
fun mlBasicUnescaped(): MlBasicUnescapedContext |
|
fun mlLiteralBody(): MlLiteralBodyContext |
|
fun mlLiteralString(): MlLiteralStringContext |
|
fun month(): MonthContext |
|
fun octInt(): OctIntContext |
|
fun offsetDateTime(): OffsetDateTimeContext |
|
fun quotedKey(): QuotedKeyContext |
|
fun regularFloat(): RegularFloatContext |
|
fun regularFloatInf(): RegularFloatInfContext |
|
fun regularFloatNaN(): RegularFloatNaNContext |
|
fun second(): SecondContext |
|
fun secondFraction(): SecondFractionContext |
|
fun simpleKey(): SimpleKeyContext |
|
fun standardTable(): StandardTableContext |
|
fun string(): StringContext |
|
fun table(): TableContext |
|
fun time(): TimeContext |
|
fun timeOffset(): TimeOffsetContext |
|
fun toml(): TomlContext |
|
fun tomlKey(): TomlKeyContext |
|
fun trueBool(): TrueBoolContext |
|
fun unquotedKey(): UnquotedKeyContext |
|
fun val(): ValContext |
|
fun year(): YearContext |