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 by
TomlParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byTomlParser.array().voidEnter a parse tree produced byTomlParser.arrayTable().voidEnter a parse tree produced byTomlParser.arrayValue().voidEnter a parse tree produced byTomlParser.arrayValues().voidEnter a parse tree produced byTomlParser.basicChar().voidEnter a parse tree produced byTomlParser.basicString().voidEnter a parse tree produced byTomlParser.basicUnescaped().voidEnter a parse tree produced byTomlParser.binInt().voidEnter a parse tree produced byTomlParser.booleanValue().voidEnter a parse tree produced byTomlParser.date().voidEnter a parse tree produced byTomlParser.dateTime().voidEnter a parse tree produced byTomlParser.day().voidEnter a parse tree produced byTomlParser.decInt().voidEnter a parse tree produced byTomlParser.escaped().voidEnter a parse tree produced byTomlParser.expression().voidEnter a parse tree produced byTomlParser.falseBool().voidEnter a parse tree produced byTomlParser.floatValue().voidEnter a parse tree produced byTomlParser.hexInt().voidEnter a parse tree produced byTomlParser.hour().voidEnter a parse tree produced byTomlParser.hourOffset().voidEnter a parse tree produced byTomlParser.inlineTable().voidEnter a parse tree produced byTomlParser.inlineTableValues().voidEnter a parse tree produced byTomlParser.integer().voidEnter a parse tree produced byTomlParser.key().voidEnter a parse tree produced byTomlParser.keyval().voidEnter a parse tree produced byTomlParser.literalBody().voidEnter a parse tree produced byTomlParser.literalString().voidEnter a parse tree produced byTomlParser.localDate().voidEnter a parse tree produced byTomlParser.localDateTime().voidEnter a parse tree produced byTomlParser.localTime().voidEnter a parse tree produced byTomlParser.minute().voidEnter a parse tree produced byTomlParser.minuteOffset().voidEnter a parse tree produced byTomlParser.mlBasicChar().voidEnter a parse tree produced byTomlParser.mlBasicString().voidEnter a parse tree produced byTomlParser.mlBasicUnescaped().voidEnter a parse tree produced byTomlParser.mlLiteralBody().voidEnter a parse tree produced byTomlParser.mlLiteralString().voidEnter a parse tree produced byTomlParser.month().voidEnter a parse tree produced byTomlParser.octInt().voidEnter a parse tree produced byTomlParser.offsetDateTime().voidEnter a parse tree produced byTomlParser.quotedKey().voidEnter a parse tree produced byTomlParser.regularFloat().voidEnter a parse tree produced byTomlParser.regularFloatInf().voidEnter a parse tree produced byTomlParser.regularFloatNaN().voidEnter a parse tree produced byTomlParser.second().voidEnter a parse tree produced byTomlParser.secondFraction().voidEnter a parse tree produced byTomlParser.simpleKey().voidEnter a parse tree produced byTomlParser.standardTable().voidEnter a parse tree produced byTomlParser.string().voidEnter a parse tree produced byTomlParser.table().voidEnter a parse tree produced byTomlParser.time().voidEnter a parse tree produced byTomlParser.timeOffset().voidEnter a parse tree produced byTomlParser.toml().voidEnter a parse tree produced byTomlParser.tomlKey().voidEnter a parse tree produced byTomlParser.trueBool().voidEnter a parse tree produced byTomlParser.unquotedKey().voidEnter a parse tree produced byTomlParser.val().voidEnter a parse tree produced byTomlParser.year().voidExit a parse tree produced byTomlParser.array().voidExit a parse tree produced byTomlParser.arrayTable().voidExit a parse tree produced byTomlParser.arrayValue().voidExit a parse tree produced byTomlParser.arrayValues().voidExit a parse tree produced byTomlParser.basicChar().voidExit a parse tree produced byTomlParser.basicString().voidExit a parse tree produced byTomlParser.basicUnescaped().voidExit a parse tree produced byTomlParser.binInt().voidExit a parse tree produced byTomlParser.booleanValue().voidExit a parse tree produced byTomlParser.date().voidExit a parse tree produced byTomlParser.dateTime().voidExit a parse tree produced byTomlParser.day().voidExit a parse tree produced byTomlParser.decInt().voidExit a parse tree produced byTomlParser.escaped().voidExit a parse tree produced byTomlParser.expression().voidExit a parse tree produced byTomlParser.falseBool().voidExit a parse tree produced byTomlParser.floatValue().voidExit a parse tree produced byTomlParser.hexInt().voidExit a parse tree produced byTomlParser.hour().voidExit a parse tree produced byTomlParser.hourOffset().voidExit a parse tree produced byTomlParser.inlineTable().voidExit a parse tree produced byTomlParser.inlineTableValues().voidExit a parse tree produced byTomlParser.integer().voidExit a parse tree produced byTomlParser.key().voidExit a parse tree produced byTomlParser.keyval().voidExit a parse tree produced byTomlParser.literalBody().voidExit a parse tree produced byTomlParser.literalString().voidExit a parse tree produced byTomlParser.localDate().voidExit a parse tree produced byTomlParser.localDateTime().voidExit a parse tree produced byTomlParser.localTime().voidExit a parse tree produced byTomlParser.minute().voidExit a parse tree produced byTomlParser.minuteOffset().voidExit a parse tree produced byTomlParser.mlBasicChar().voidExit a parse tree produced byTomlParser.mlBasicString().voidExit a parse tree produced byTomlParser.mlBasicUnescaped().voidExit a parse tree produced byTomlParser.mlLiteralBody().voidExit a parse tree produced byTomlParser.mlLiteralString().voidExit a parse tree produced byTomlParser.month().voidExit a parse tree produced byTomlParser.octInt().voidExit a parse tree produced byTomlParser.offsetDateTime().voidExit a parse tree produced byTomlParser.quotedKey().voidExit a parse tree produced byTomlParser.regularFloat().voidExit a parse tree produced byTomlParser.regularFloatInf().voidExit a parse tree produced byTomlParser.regularFloatNaN().voidExit a parse tree produced byTomlParser.second().voidExit a parse tree produced byTomlParser.secondFraction().voidExit a parse tree produced byTomlParser.simpleKey().voidExit a parse tree produced byTomlParser.standardTable().voidExit a parse tree produced byTomlParser.string().voidExit a parse tree produced byTomlParser.table().voidExit a parse tree produced byTomlParser.time().voidExit a parse tree produced byTomlParser.timeOffset().voidExit a parse tree produced byTomlParser.toml().voidExit a parse tree produced byTomlParser.tomlKey().voidExit a parse tree produced byTomlParser.trueBool().voidExit a parse tree produced byTomlParser.unquotedKey().voidExit a parse tree produced byTomlParser.val().voidExit a parse tree produced byTomlParser.year().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterToml
Enter a parse tree produced byTomlParser.toml().- Parameters:
ctx- the parse tree
-
exitToml
Exit a parse tree produced byTomlParser.toml().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byTomlParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byTomlParser.expression().- Parameters:
ctx- the parse tree
-
enterTomlKey
Enter a parse tree produced byTomlParser.tomlKey().- Parameters:
ctx- the parse tree
-
exitTomlKey
Exit a parse tree produced byTomlParser.tomlKey().- Parameters:
ctx- the parse tree
-
enterKeyval
Enter a parse tree produced byTomlParser.keyval().- Parameters:
ctx- the parse tree
-
exitKeyval
Exit a parse tree produced byTomlParser.keyval().- Parameters:
ctx- the parse tree
-
enterKey
Enter a parse tree produced byTomlParser.key().- Parameters:
ctx- the parse tree
-
exitKey
Exit a parse tree produced byTomlParser.key().- Parameters:
ctx- the parse tree
-
enterSimpleKey
Enter a parse tree produced byTomlParser.simpleKey().- Parameters:
ctx- the parse tree
-
exitSimpleKey
Exit a parse tree produced byTomlParser.simpleKey().- Parameters:
ctx- the parse tree
-
enterUnquotedKey
Enter a parse tree produced byTomlParser.unquotedKey().- Parameters:
ctx- the parse tree
-
exitUnquotedKey
Exit a parse tree produced byTomlParser.unquotedKey().- Parameters:
ctx- the parse tree
-
enterQuotedKey
Enter a parse tree produced byTomlParser.quotedKey().- Parameters:
ctx- the parse tree
-
exitQuotedKey
Exit a parse tree produced byTomlParser.quotedKey().- Parameters:
ctx- the parse tree
-
enterVal
Enter a parse tree produced byTomlParser.val().- Parameters:
ctx- the parse tree
-
exitVal
Exit a parse tree produced byTomlParser.val().- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced byTomlParser.string().- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced byTomlParser.string().- Parameters:
ctx- the parse tree
-
enterBasicString
Enter a parse tree produced byTomlParser.basicString().- Parameters:
ctx- the parse tree
-
exitBasicString
Exit a parse tree produced byTomlParser.basicString().- Parameters:
ctx- the parse tree
-
enterBasicChar
Enter a parse tree produced byTomlParser.basicChar().- Parameters:
ctx- the parse tree
-
exitBasicChar
Exit a parse tree produced byTomlParser.basicChar().- Parameters:
ctx- the parse tree
-
enterBasicUnescaped
Enter a parse tree produced byTomlParser.basicUnescaped().- Parameters:
ctx- the parse tree
-
exitBasicUnescaped
Exit a parse tree produced byTomlParser.basicUnescaped().- Parameters:
ctx- the parse tree
-
enterEscaped
Enter a parse tree produced byTomlParser.escaped().- Parameters:
ctx- the parse tree
-
exitEscaped
Exit a parse tree produced byTomlParser.escaped().- Parameters:
ctx- the parse tree
-
enterMlBasicString
Enter a parse tree produced byTomlParser.mlBasicString().- Parameters:
ctx- the parse tree
-
exitMlBasicString
Exit a parse tree produced byTomlParser.mlBasicString().- Parameters:
ctx- the parse tree
-
enterMlBasicChar
Enter a parse tree produced byTomlParser.mlBasicChar().- Parameters:
ctx- the parse tree
-
exitMlBasicChar
Exit a parse tree produced byTomlParser.mlBasicChar().- Parameters:
ctx- the parse tree
-
enterMlBasicUnescaped
Enter a parse tree produced byTomlParser.mlBasicUnescaped().- Parameters:
ctx- the parse tree
-
exitMlBasicUnescaped
Exit a parse tree produced byTomlParser.mlBasicUnescaped().- Parameters:
ctx- the parse tree
-
enterLiteralString
Enter a parse tree produced byTomlParser.literalString().- Parameters:
ctx- the parse tree
-
exitLiteralString
Exit a parse tree produced byTomlParser.literalString().- Parameters:
ctx- the parse tree
-
enterLiteralBody
Enter a parse tree produced byTomlParser.literalBody().- Parameters:
ctx- the parse tree
-
exitLiteralBody
Exit a parse tree produced byTomlParser.literalBody().- Parameters:
ctx- the parse tree
-
enterMlLiteralString
Enter a parse tree produced byTomlParser.mlLiteralString().- Parameters:
ctx- the parse tree
-
exitMlLiteralString
Exit a parse tree produced byTomlParser.mlLiteralString().- Parameters:
ctx- the parse tree
-
enterMlLiteralBody
Enter a parse tree produced byTomlParser.mlLiteralBody().- Parameters:
ctx- the parse tree
-
exitMlLiteralBody
Exit a parse tree produced byTomlParser.mlLiteralBody().- Parameters:
ctx- the parse tree
-
enterInteger
Enter a parse tree produced byTomlParser.integer().- Parameters:
ctx- the parse tree
-
exitInteger
Exit a parse tree produced byTomlParser.integer().- Parameters:
ctx- the parse tree
-
enterDecInt
Enter a parse tree produced byTomlParser.decInt().- Parameters:
ctx- the parse tree
-
exitDecInt
Exit a parse tree produced byTomlParser.decInt().- Parameters:
ctx- the parse tree
-
enterHexInt
Enter a parse tree produced byTomlParser.hexInt().- Parameters:
ctx- the parse tree
-
exitHexInt
Exit a parse tree produced byTomlParser.hexInt().- Parameters:
ctx- the parse tree
-
enterOctInt
Enter a parse tree produced byTomlParser.octInt().- Parameters:
ctx- the parse tree
-
exitOctInt
Exit a parse tree produced byTomlParser.octInt().- Parameters:
ctx- the parse tree
-
enterBinInt
Enter a parse tree produced byTomlParser.binInt().- Parameters:
ctx- the parse tree
-
exitBinInt
Exit a parse tree produced byTomlParser.binInt().- Parameters:
ctx- the parse tree
-
enterFloatValue
Enter a parse tree produced byTomlParser.floatValue().- Parameters:
ctx- the parse tree
-
exitFloatValue
Exit a parse tree produced byTomlParser.floatValue().- Parameters:
ctx- the parse tree
-
enterRegularFloat
Enter a parse tree produced byTomlParser.regularFloat().- Parameters:
ctx- the parse tree
-
exitRegularFloat
Exit a parse tree produced byTomlParser.regularFloat().- Parameters:
ctx- the parse tree
-
enterRegularFloatInf
Enter a parse tree produced byTomlParser.regularFloatInf().- Parameters:
ctx- the parse tree
-
exitRegularFloatInf
Exit a parse tree produced byTomlParser.regularFloatInf().- Parameters:
ctx- the parse tree
-
enterRegularFloatNaN
Enter a parse tree produced byTomlParser.regularFloatNaN().- Parameters:
ctx- the parse tree
-
exitRegularFloatNaN
Exit a parse tree produced byTomlParser.regularFloatNaN().- Parameters:
ctx- the parse tree
-
enterBooleanValue
Enter a parse tree produced byTomlParser.booleanValue().- Parameters:
ctx- the parse tree
-
exitBooleanValue
Exit a parse tree produced byTomlParser.booleanValue().- Parameters:
ctx- the parse tree
-
enterTrueBool
Enter a parse tree produced byTomlParser.trueBool().- Parameters:
ctx- the parse tree
-
exitTrueBool
Exit a parse tree produced byTomlParser.trueBool().- Parameters:
ctx- the parse tree
-
enterFalseBool
Enter a parse tree produced byTomlParser.falseBool().- Parameters:
ctx- the parse tree
-
exitFalseBool
Exit a parse tree produced byTomlParser.falseBool().- Parameters:
ctx- the parse tree
-
enterDateTime
Enter a parse tree produced byTomlParser.dateTime().- Parameters:
ctx- the parse tree
-
exitDateTime
Exit a parse tree produced byTomlParser.dateTime().- Parameters:
ctx- the parse tree
-
enterOffsetDateTime
Enter a parse tree produced byTomlParser.offsetDateTime().- Parameters:
ctx- the parse tree
-
exitOffsetDateTime
Exit a parse tree produced byTomlParser.offsetDateTime().- Parameters:
ctx- the parse tree
-
enterLocalDateTime
Enter a parse tree produced byTomlParser.localDateTime().- Parameters:
ctx- the parse tree
-
exitLocalDateTime
Exit a parse tree produced byTomlParser.localDateTime().- Parameters:
ctx- the parse tree
-
enterLocalDate
Enter a parse tree produced byTomlParser.localDate().- Parameters:
ctx- the parse tree
-
exitLocalDate
Exit a parse tree produced byTomlParser.localDate().- Parameters:
ctx- the parse tree
-
enterLocalTime
Enter a parse tree produced byTomlParser.localTime().- Parameters:
ctx- the parse tree
-
exitLocalTime
Exit a parse tree produced byTomlParser.localTime().- Parameters:
ctx- the parse tree
-
enterDate
Enter a parse tree produced byTomlParser.date().- Parameters:
ctx- the parse tree
-
exitDate
Exit a parse tree produced byTomlParser.date().- Parameters:
ctx- the parse tree
-
enterTime
Enter a parse tree produced byTomlParser.time().- Parameters:
ctx- the parse tree
-
exitTime
Exit a parse tree produced byTomlParser.time().- Parameters:
ctx- the parse tree
-
enterTimeOffset
Enter a parse tree produced byTomlParser.timeOffset().- Parameters:
ctx- the parse tree
-
exitTimeOffset
Exit a parse tree produced byTomlParser.timeOffset().- Parameters:
ctx- the parse tree
-
enterHourOffset
Enter a parse tree produced byTomlParser.hourOffset().- Parameters:
ctx- the parse tree
-
exitHourOffset
Exit a parse tree produced byTomlParser.hourOffset().- Parameters:
ctx- the parse tree
-
enterMinuteOffset
Enter a parse tree produced byTomlParser.minuteOffset().- Parameters:
ctx- the parse tree
-
exitMinuteOffset
Exit a parse tree produced byTomlParser.minuteOffset().- Parameters:
ctx- the parse tree
-
enterSecondFraction
Enter a parse tree produced byTomlParser.secondFraction().- Parameters:
ctx- the parse tree
-
exitSecondFraction
Exit a parse tree produced byTomlParser.secondFraction().- Parameters:
ctx- the parse tree
-
enterYear
Enter a parse tree produced byTomlParser.year().- Parameters:
ctx- the parse tree
-
exitYear
Exit a parse tree produced byTomlParser.year().- Parameters:
ctx- the parse tree
-
enterMonth
Enter a parse tree produced byTomlParser.month().- Parameters:
ctx- the parse tree
-
exitMonth
Exit a parse tree produced byTomlParser.month().- Parameters:
ctx- the parse tree
-
enterDay
Enter a parse tree produced byTomlParser.day().- Parameters:
ctx- the parse tree
-
exitDay
Exit a parse tree produced byTomlParser.day().- Parameters:
ctx- the parse tree
-
enterHour
Enter a parse tree produced byTomlParser.hour().- Parameters:
ctx- the parse tree
-
exitHour
Exit a parse tree produced byTomlParser.hour().- Parameters:
ctx- the parse tree
-
enterMinute
Enter a parse tree produced byTomlParser.minute().- Parameters:
ctx- the parse tree
-
exitMinute
Exit a parse tree produced byTomlParser.minute().- Parameters:
ctx- the parse tree
-
enterSecond
Enter a parse tree produced byTomlParser.second().- Parameters:
ctx- the parse tree
-
exitSecond
Exit a parse tree produced byTomlParser.second().- Parameters:
ctx- the parse tree
-
enterArray
Enter a parse tree produced byTomlParser.array().- Parameters:
ctx- the parse tree
-
exitArray
Exit a parse tree produced byTomlParser.array().- Parameters:
ctx- the parse tree
-
enterArrayValues
Enter a parse tree produced byTomlParser.arrayValues().- Parameters:
ctx- the parse tree
-
exitArrayValues
Exit a parse tree produced byTomlParser.arrayValues().- Parameters:
ctx- the parse tree
-
enterArrayValue
Enter a parse tree produced byTomlParser.arrayValue().- Parameters:
ctx- the parse tree
-
exitArrayValue
Exit a parse tree produced byTomlParser.arrayValue().- Parameters:
ctx- the parse tree
-
enterTable
Enter a parse tree produced byTomlParser.table().- Parameters:
ctx- the parse tree
-
exitTable
Exit a parse tree produced byTomlParser.table().- Parameters:
ctx- the parse tree
-
enterStandardTable
Enter a parse tree produced byTomlParser.standardTable().- Parameters:
ctx- the parse tree
-
exitStandardTable
Exit a parse tree produced byTomlParser.standardTable().- Parameters:
ctx- the parse tree
-
enterInlineTable
Enter a parse tree produced byTomlParser.inlineTable().- Parameters:
ctx- the parse tree
-
exitInlineTable
Exit a parse tree produced byTomlParser.inlineTable().- Parameters:
ctx- the parse tree
-
enterInlineTableValues
Enter a parse tree produced byTomlParser.inlineTableValues().- Parameters:
ctx- the parse tree
-
exitInlineTableValues
Exit a parse tree produced byTomlParser.inlineTableValues().- Parameters:
ctx- the parse tree
-
enterArrayTable
Enter a parse tree produced byTomlParser.arrayTable().- Parameters:
ctx- the parse tree
-
exitArrayTable
Exit a parse tree produced byTomlParser.arrayTable().- Parameters:
ctx- the parse tree
-