Package org.tomlj.internal
Interface TomlParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
TomlParserBaseListener
public interface TomlParserListener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced byTomlParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterToml
void enterToml(TomlParser.TomlContext ctx)
Enter a parse tree produced byTomlParser.toml()
.- Parameters:
ctx
- the parse tree
-
exitToml
void exitToml(TomlParser.TomlContext ctx)
Exit a parse tree produced byTomlParser.toml()
.- Parameters:
ctx
- the parse tree
-
enterExpression
void enterExpression(TomlParser.ExpressionContext ctx)
Enter a parse tree produced byTomlParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
void exitExpression(TomlParser.ExpressionContext ctx)
Exit a parse tree produced byTomlParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterTomlKey
void enterTomlKey(TomlParser.TomlKeyContext ctx)
Enter a parse tree produced byTomlParser.tomlKey()
.- Parameters:
ctx
- the parse tree
-
exitTomlKey
void exitTomlKey(TomlParser.TomlKeyContext ctx)
Exit a parse tree produced byTomlParser.tomlKey()
.- Parameters:
ctx
- the parse tree
-
enterKeyval
void enterKeyval(TomlParser.KeyvalContext ctx)
Enter a parse tree produced byTomlParser.keyval()
.- Parameters:
ctx
- the parse tree
-
exitKeyval
void exitKeyval(TomlParser.KeyvalContext ctx)
Exit a parse tree produced byTomlParser.keyval()
.- Parameters:
ctx
- the parse tree
-
enterKey
void enterKey(TomlParser.KeyContext ctx)
Enter a parse tree produced byTomlParser.key()
.- Parameters:
ctx
- the parse tree
-
exitKey
void exitKey(TomlParser.KeyContext ctx)
Exit a parse tree produced byTomlParser.key()
.- Parameters:
ctx
- the parse tree
-
enterSimpleKey
void enterSimpleKey(TomlParser.SimpleKeyContext ctx)
Enter a parse tree produced byTomlParser.simpleKey()
.- Parameters:
ctx
- the parse tree
-
exitSimpleKey
void exitSimpleKey(TomlParser.SimpleKeyContext ctx)
Exit a parse tree produced byTomlParser.simpleKey()
.- Parameters:
ctx
- the parse tree
-
enterUnquotedKey
void enterUnquotedKey(TomlParser.UnquotedKeyContext ctx)
Enter a parse tree produced byTomlParser.unquotedKey()
.- Parameters:
ctx
- the parse tree
-
exitUnquotedKey
void exitUnquotedKey(TomlParser.UnquotedKeyContext ctx)
Exit a parse tree produced byTomlParser.unquotedKey()
.- Parameters:
ctx
- the parse tree
-
enterQuotedKey
void enterQuotedKey(TomlParser.QuotedKeyContext ctx)
Enter a parse tree produced byTomlParser.quotedKey()
.- Parameters:
ctx
- the parse tree
-
exitQuotedKey
void exitQuotedKey(TomlParser.QuotedKeyContext ctx)
Exit a parse tree produced byTomlParser.quotedKey()
.- Parameters:
ctx
- the parse tree
-
enterVal
void enterVal(TomlParser.ValContext ctx)
Enter a parse tree produced byTomlParser.val()
.- Parameters:
ctx
- the parse tree
-
exitVal
void exitVal(TomlParser.ValContext ctx)
Exit a parse tree produced byTomlParser.val()
.- Parameters:
ctx
- the parse tree
-
enterString
void enterString(TomlParser.StringContext ctx)
Enter a parse tree produced byTomlParser.string()
.- Parameters:
ctx
- the parse tree
-
exitString
void exitString(TomlParser.StringContext ctx)
Exit a parse tree produced byTomlParser.string()
.- Parameters:
ctx
- the parse tree
-
enterBasicString
void enterBasicString(TomlParser.BasicStringContext ctx)
Enter a parse tree produced byTomlParser.basicString()
.- Parameters:
ctx
- the parse tree
-
exitBasicString
void exitBasicString(TomlParser.BasicStringContext ctx)
Exit a parse tree produced byTomlParser.basicString()
.- Parameters:
ctx
- the parse tree
-
enterBasicChar
void enterBasicChar(TomlParser.BasicCharContext ctx)
Enter a parse tree produced byTomlParser.basicChar()
.- Parameters:
ctx
- the parse tree
-
exitBasicChar
void exitBasicChar(TomlParser.BasicCharContext ctx)
Exit a parse tree produced byTomlParser.basicChar()
.- Parameters:
ctx
- the parse tree
-
enterBasicUnescaped
void enterBasicUnescaped(TomlParser.BasicUnescapedContext ctx)
Enter a parse tree produced byTomlParser.basicUnescaped()
.- Parameters:
ctx
- the parse tree
-
exitBasicUnescaped
void exitBasicUnescaped(TomlParser.BasicUnescapedContext ctx)
Exit a parse tree produced byTomlParser.basicUnescaped()
.- Parameters:
ctx
- the parse tree
-
enterEscaped
void enterEscaped(TomlParser.EscapedContext ctx)
Enter a parse tree produced byTomlParser.escaped()
.- Parameters:
ctx
- the parse tree
-
exitEscaped
void exitEscaped(TomlParser.EscapedContext ctx)
Exit a parse tree produced byTomlParser.escaped()
.- Parameters:
ctx
- the parse tree
-
enterMlBasicString
void enterMlBasicString(TomlParser.MlBasicStringContext ctx)
Enter a parse tree produced byTomlParser.mlBasicString()
.- Parameters:
ctx
- the parse tree
-
exitMlBasicString
void exitMlBasicString(TomlParser.MlBasicStringContext ctx)
Exit a parse tree produced byTomlParser.mlBasicString()
.- Parameters:
ctx
- the parse tree
-
enterMlBasicChar
void enterMlBasicChar(TomlParser.MlBasicCharContext ctx)
Enter a parse tree produced byTomlParser.mlBasicChar()
.- Parameters:
ctx
- the parse tree
-
exitMlBasicChar
void exitMlBasicChar(TomlParser.MlBasicCharContext ctx)
Exit a parse tree produced byTomlParser.mlBasicChar()
.- Parameters:
ctx
- the parse tree
-
enterMlBasicUnescaped
void enterMlBasicUnescaped(TomlParser.MlBasicUnescapedContext ctx)
Enter a parse tree produced byTomlParser.mlBasicUnescaped()
.- Parameters:
ctx
- the parse tree
-
exitMlBasicUnescaped
void exitMlBasicUnescaped(TomlParser.MlBasicUnescapedContext ctx)
Exit a parse tree produced byTomlParser.mlBasicUnescaped()
.- Parameters:
ctx
- the parse tree
-
enterLiteralString
void enterLiteralString(TomlParser.LiteralStringContext ctx)
Enter a parse tree produced byTomlParser.literalString()
.- Parameters:
ctx
- the parse tree
-
exitLiteralString
void exitLiteralString(TomlParser.LiteralStringContext ctx)
Exit a parse tree produced byTomlParser.literalString()
.- Parameters:
ctx
- the parse tree
-
enterLiteralBody
void enterLiteralBody(TomlParser.LiteralBodyContext ctx)
Enter a parse tree produced byTomlParser.literalBody()
.- Parameters:
ctx
- the parse tree
-
exitLiteralBody
void exitLiteralBody(TomlParser.LiteralBodyContext ctx)
Exit a parse tree produced byTomlParser.literalBody()
.- Parameters:
ctx
- the parse tree
-
enterMlLiteralString
void enterMlLiteralString(TomlParser.MlLiteralStringContext ctx)
Enter a parse tree produced byTomlParser.mlLiteralString()
.- Parameters:
ctx
- the parse tree
-
exitMlLiteralString
void exitMlLiteralString(TomlParser.MlLiteralStringContext ctx)
Exit a parse tree produced byTomlParser.mlLiteralString()
.- Parameters:
ctx
- the parse tree
-
enterMlLiteralBody
void enterMlLiteralBody(TomlParser.MlLiteralBodyContext ctx)
Enter a parse tree produced byTomlParser.mlLiteralBody()
.- Parameters:
ctx
- the parse tree
-
exitMlLiteralBody
void exitMlLiteralBody(TomlParser.MlLiteralBodyContext ctx)
Exit a parse tree produced byTomlParser.mlLiteralBody()
.- Parameters:
ctx
- the parse tree
-
enterInteger
void enterInteger(TomlParser.IntegerContext ctx)
Enter a parse tree produced byTomlParser.integer()
.- Parameters:
ctx
- the parse tree
-
exitInteger
void exitInteger(TomlParser.IntegerContext ctx)
Exit a parse tree produced byTomlParser.integer()
.- Parameters:
ctx
- the parse tree
-
enterDecInt
void enterDecInt(TomlParser.DecIntContext ctx)
Enter a parse tree produced byTomlParser.decInt()
.- Parameters:
ctx
- the parse tree
-
exitDecInt
void exitDecInt(TomlParser.DecIntContext ctx)
Exit a parse tree produced byTomlParser.decInt()
.- Parameters:
ctx
- the parse tree
-
enterHexInt
void enterHexInt(TomlParser.HexIntContext ctx)
Enter a parse tree produced byTomlParser.hexInt()
.- Parameters:
ctx
- the parse tree
-
exitHexInt
void exitHexInt(TomlParser.HexIntContext ctx)
Exit a parse tree produced byTomlParser.hexInt()
.- Parameters:
ctx
- the parse tree
-
enterOctInt
void enterOctInt(TomlParser.OctIntContext ctx)
Enter a parse tree produced byTomlParser.octInt()
.- Parameters:
ctx
- the parse tree
-
exitOctInt
void exitOctInt(TomlParser.OctIntContext ctx)
Exit a parse tree produced byTomlParser.octInt()
.- Parameters:
ctx
- the parse tree
-
enterBinInt
void enterBinInt(TomlParser.BinIntContext ctx)
Enter a parse tree produced byTomlParser.binInt()
.- Parameters:
ctx
- the parse tree
-
exitBinInt
void exitBinInt(TomlParser.BinIntContext ctx)
Exit a parse tree produced byTomlParser.binInt()
.- Parameters:
ctx
- the parse tree
-
enterFloatValue
void enterFloatValue(TomlParser.FloatValueContext ctx)
Enter a parse tree produced byTomlParser.floatValue()
.- Parameters:
ctx
- the parse tree
-
exitFloatValue
void exitFloatValue(TomlParser.FloatValueContext ctx)
Exit a parse tree produced byTomlParser.floatValue()
.- Parameters:
ctx
- the parse tree
-
enterRegularFloat
void enterRegularFloat(TomlParser.RegularFloatContext ctx)
Enter a parse tree produced byTomlParser.regularFloat()
.- Parameters:
ctx
- the parse tree
-
exitRegularFloat
void exitRegularFloat(TomlParser.RegularFloatContext ctx)
Exit a parse tree produced byTomlParser.regularFloat()
.- Parameters:
ctx
- the parse tree
-
enterRegularFloatInf
void enterRegularFloatInf(TomlParser.RegularFloatInfContext ctx)
Enter a parse tree produced byTomlParser.regularFloatInf()
.- Parameters:
ctx
- the parse tree
-
exitRegularFloatInf
void exitRegularFloatInf(TomlParser.RegularFloatInfContext ctx)
Exit a parse tree produced byTomlParser.regularFloatInf()
.- Parameters:
ctx
- the parse tree
-
enterRegularFloatNaN
void enterRegularFloatNaN(TomlParser.RegularFloatNaNContext ctx)
Enter a parse tree produced byTomlParser.regularFloatNaN()
.- Parameters:
ctx
- the parse tree
-
exitRegularFloatNaN
void exitRegularFloatNaN(TomlParser.RegularFloatNaNContext ctx)
Exit a parse tree produced byTomlParser.regularFloatNaN()
.- Parameters:
ctx
- the parse tree
-
enterBooleanValue
void enterBooleanValue(TomlParser.BooleanValueContext ctx)
Enter a parse tree produced byTomlParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
exitBooleanValue
void exitBooleanValue(TomlParser.BooleanValueContext ctx)
Exit a parse tree produced byTomlParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
enterTrueBool
void enterTrueBool(TomlParser.TrueBoolContext ctx)
Enter a parse tree produced byTomlParser.trueBool()
.- Parameters:
ctx
- the parse tree
-
exitTrueBool
void exitTrueBool(TomlParser.TrueBoolContext ctx)
Exit a parse tree produced byTomlParser.trueBool()
.- Parameters:
ctx
- the parse tree
-
enterFalseBool
void enterFalseBool(TomlParser.FalseBoolContext ctx)
Enter a parse tree produced byTomlParser.falseBool()
.- Parameters:
ctx
- the parse tree
-
exitFalseBool
void exitFalseBool(TomlParser.FalseBoolContext ctx)
Exit a parse tree produced byTomlParser.falseBool()
.- Parameters:
ctx
- the parse tree
-
enterDateTime
void enterDateTime(TomlParser.DateTimeContext ctx)
Enter a parse tree produced byTomlParser.dateTime()
.- Parameters:
ctx
- the parse tree
-
exitDateTime
void exitDateTime(TomlParser.DateTimeContext ctx)
Exit a parse tree produced byTomlParser.dateTime()
.- Parameters:
ctx
- the parse tree
-
enterOffsetDateTime
void enterOffsetDateTime(TomlParser.OffsetDateTimeContext ctx)
Enter a parse tree produced byTomlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree
-
exitOffsetDateTime
void exitOffsetDateTime(TomlParser.OffsetDateTimeContext ctx)
Exit a parse tree produced byTomlParser.offsetDateTime()
.- Parameters:
ctx
- the parse tree
-
enterLocalDateTime
void enterLocalDateTime(TomlParser.LocalDateTimeContext ctx)
Enter a parse tree produced byTomlParser.localDateTime()
.- Parameters:
ctx
- the parse tree
-
exitLocalDateTime
void exitLocalDateTime(TomlParser.LocalDateTimeContext ctx)
Exit a parse tree produced byTomlParser.localDateTime()
.- Parameters:
ctx
- the parse tree
-
enterLocalDate
void enterLocalDate(TomlParser.LocalDateContext ctx)
Enter a parse tree produced byTomlParser.localDate()
.- Parameters:
ctx
- the parse tree
-
exitLocalDate
void exitLocalDate(TomlParser.LocalDateContext ctx)
Exit a parse tree produced byTomlParser.localDate()
.- Parameters:
ctx
- the parse tree
-
enterLocalTime
void enterLocalTime(TomlParser.LocalTimeContext ctx)
Enter a parse tree produced byTomlParser.localTime()
.- Parameters:
ctx
- the parse tree
-
exitLocalTime
void exitLocalTime(TomlParser.LocalTimeContext ctx)
Exit a parse tree produced byTomlParser.localTime()
.- Parameters:
ctx
- the parse tree
-
enterDate
void enterDate(TomlParser.DateContext ctx)
Enter a parse tree produced byTomlParser.date()
.- Parameters:
ctx
- the parse tree
-
exitDate
void exitDate(TomlParser.DateContext ctx)
Exit a parse tree produced byTomlParser.date()
.- Parameters:
ctx
- the parse tree
-
enterTime
void enterTime(TomlParser.TimeContext ctx)
Enter a parse tree produced byTomlParser.time()
.- Parameters:
ctx
- the parse tree
-
exitTime
void exitTime(TomlParser.TimeContext ctx)
Exit a parse tree produced byTomlParser.time()
.- Parameters:
ctx
- the parse tree
-
enterTimeOffset
void enterTimeOffset(TomlParser.TimeOffsetContext ctx)
Enter a parse tree produced byTomlParser.timeOffset()
.- Parameters:
ctx
- the parse tree
-
exitTimeOffset
void exitTimeOffset(TomlParser.TimeOffsetContext ctx)
Exit a parse tree produced byTomlParser.timeOffset()
.- Parameters:
ctx
- the parse tree
-
enterHourOffset
void enterHourOffset(TomlParser.HourOffsetContext ctx)
Enter a parse tree produced byTomlParser.hourOffset()
.- Parameters:
ctx
- the parse tree
-
exitHourOffset
void exitHourOffset(TomlParser.HourOffsetContext ctx)
Exit a parse tree produced byTomlParser.hourOffset()
.- Parameters:
ctx
- the parse tree
-
enterMinuteOffset
void enterMinuteOffset(TomlParser.MinuteOffsetContext ctx)
Enter a parse tree produced byTomlParser.minuteOffset()
.- Parameters:
ctx
- the parse tree
-
exitMinuteOffset
void exitMinuteOffset(TomlParser.MinuteOffsetContext ctx)
Exit a parse tree produced byTomlParser.minuteOffset()
.- Parameters:
ctx
- the parse tree
-
enterSecondFraction
void enterSecondFraction(TomlParser.SecondFractionContext ctx)
Enter a parse tree produced byTomlParser.secondFraction()
.- Parameters:
ctx
- the parse tree
-
exitSecondFraction
void exitSecondFraction(TomlParser.SecondFractionContext ctx)
Exit a parse tree produced byTomlParser.secondFraction()
.- Parameters:
ctx
- the parse tree
-
enterYear
void enterYear(TomlParser.YearContext ctx)
Enter a parse tree produced byTomlParser.year()
.- Parameters:
ctx
- the parse tree
-
exitYear
void exitYear(TomlParser.YearContext ctx)
Exit a parse tree produced byTomlParser.year()
.- Parameters:
ctx
- the parse tree
-
enterMonth
void enterMonth(TomlParser.MonthContext ctx)
Enter a parse tree produced byTomlParser.month()
.- Parameters:
ctx
- the parse tree
-
exitMonth
void exitMonth(TomlParser.MonthContext ctx)
Exit a parse tree produced byTomlParser.month()
.- Parameters:
ctx
- the parse tree
-
enterDay
void enterDay(TomlParser.DayContext ctx)
Enter a parse tree produced byTomlParser.day()
.- Parameters:
ctx
- the parse tree
-
exitDay
void exitDay(TomlParser.DayContext ctx)
Exit a parse tree produced byTomlParser.day()
.- Parameters:
ctx
- the parse tree
-
enterHour
void enterHour(TomlParser.HourContext ctx)
Enter a parse tree produced byTomlParser.hour()
.- Parameters:
ctx
- the parse tree
-
exitHour
void exitHour(TomlParser.HourContext ctx)
Exit a parse tree produced byTomlParser.hour()
.- Parameters:
ctx
- the parse tree
-
enterMinute
void enterMinute(TomlParser.MinuteContext ctx)
Enter a parse tree produced byTomlParser.minute()
.- Parameters:
ctx
- the parse tree
-
exitMinute
void exitMinute(TomlParser.MinuteContext ctx)
Exit a parse tree produced byTomlParser.minute()
.- Parameters:
ctx
- the parse tree
-
enterSecond
void enterSecond(TomlParser.SecondContext ctx)
Enter a parse tree produced byTomlParser.second()
.- Parameters:
ctx
- the parse tree
-
exitSecond
void exitSecond(TomlParser.SecondContext ctx)
Exit a parse tree produced byTomlParser.second()
.- Parameters:
ctx
- the parse tree
-
enterArray
void enterArray(TomlParser.ArrayContext ctx)
Enter a parse tree produced byTomlParser.array()
.- Parameters:
ctx
- the parse tree
-
exitArray
void exitArray(TomlParser.ArrayContext ctx)
Exit a parse tree produced byTomlParser.array()
.- Parameters:
ctx
- the parse tree
-
enterArrayValues
void enterArrayValues(TomlParser.ArrayValuesContext ctx)
Enter a parse tree produced byTomlParser.arrayValues()
.- Parameters:
ctx
- the parse tree
-
exitArrayValues
void exitArrayValues(TomlParser.ArrayValuesContext ctx)
Exit a parse tree produced byTomlParser.arrayValues()
.- Parameters:
ctx
- the parse tree
-
enterArrayValue
void enterArrayValue(TomlParser.ArrayValueContext ctx)
Enter a parse tree produced byTomlParser.arrayValue()
.- Parameters:
ctx
- the parse tree
-
exitArrayValue
void exitArrayValue(TomlParser.ArrayValueContext ctx)
Exit a parse tree produced byTomlParser.arrayValue()
.- Parameters:
ctx
- the parse tree
-
enterTable
void enterTable(TomlParser.TableContext ctx)
Enter a parse tree produced byTomlParser.table()
.- Parameters:
ctx
- the parse tree
-
exitTable
void exitTable(TomlParser.TableContext ctx)
Exit a parse tree produced byTomlParser.table()
.- Parameters:
ctx
- the parse tree
-
enterStandardTable
void enterStandardTable(TomlParser.StandardTableContext ctx)
Enter a parse tree produced byTomlParser.standardTable()
.- Parameters:
ctx
- the parse tree
-
exitStandardTable
void exitStandardTable(TomlParser.StandardTableContext ctx)
Exit a parse tree produced byTomlParser.standardTable()
.- Parameters:
ctx
- the parse tree
-
enterInlineTable
void enterInlineTable(TomlParser.InlineTableContext ctx)
Enter a parse tree produced byTomlParser.inlineTable()
.- Parameters:
ctx
- the parse tree
-
exitInlineTable
void exitInlineTable(TomlParser.InlineTableContext ctx)
Exit a parse tree produced byTomlParser.inlineTable()
.- Parameters:
ctx
- the parse tree
-
enterInlineTableValues
void enterInlineTableValues(TomlParser.InlineTableValuesContext ctx)
Enter a parse tree produced byTomlParser.inlineTableValues()
.- Parameters:
ctx
- the parse tree
-
exitInlineTableValues
void exitInlineTableValues(TomlParser.InlineTableValuesContext ctx)
Exit a parse tree produced byTomlParser.inlineTableValues()
.- Parameters:
ctx
- the parse tree
-
enterArrayTable
void enterArrayTable(TomlParser.ArrayTableContext ctx)
Enter a parse tree produced byTomlParser.arrayTable()
.- Parameters:
ctx
- the parse tree
-
exitArrayTable
void exitArrayTable(TomlParser.ArrayTableContext ctx)
Exit a parse tree produced byTomlParser.arrayTable()
.- Parameters:
ctx
- the parse tree
-
-