Class TomlParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
,TomlParserListener
TomlParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byTomlParser.array()
.void
Enter a parse tree produced byTomlParser.arrayTable()
.void
Enter a parse tree produced byTomlParser.arrayValue()
.void
Enter a parse tree produced byTomlParser.arrayValues()
.void
Enter a parse tree produced byTomlParser.basicChar()
.void
Enter a parse tree produced byTomlParser.basicString()
.void
Enter a parse tree produced byTomlParser.basicUnescaped()
.void
Enter a parse tree produced byTomlParser.binInt()
.void
Enter a parse tree produced byTomlParser.booleanValue()
.void
Enter a parse tree produced byTomlParser.date()
.void
Enter a parse tree produced byTomlParser.dateTime()
.void
Enter a parse tree produced byTomlParser.day()
.void
Enter a parse tree produced byTomlParser.decInt()
.void
Enter a parse tree produced byTomlParser.escaped()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byTomlParser.expression()
.void
Enter a parse tree produced byTomlParser.falseBool()
.void
Enter a parse tree produced byTomlParser.floatValue()
.void
Enter a parse tree produced byTomlParser.hexInt()
.void
Enter a parse tree produced byTomlParser.hour()
.void
Enter a parse tree produced byTomlParser.hourOffset()
.void
Enter a parse tree produced byTomlParser.inlineTable()
.void
Enter a parse tree produced byTomlParser.inlineTableValues()
.void
Enter a parse tree produced byTomlParser.integer()
.void
Enter a parse tree produced byTomlParser.key()
.void
Enter a parse tree produced byTomlParser.keyval()
.void
Enter a parse tree produced byTomlParser.literalBody()
.void
Enter a parse tree produced byTomlParser.literalString()
.void
Enter a parse tree produced byTomlParser.localDate()
.void
Enter a parse tree produced byTomlParser.localDateTime()
.void
Enter a parse tree produced byTomlParser.localTime()
.void
Enter a parse tree produced byTomlParser.minute()
.void
Enter a parse tree produced byTomlParser.minuteOffset()
.void
Enter a parse tree produced byTomlParser.mlBasicChar()
.void
Enter a parse tree produced byTomlParser.mlBasicString()
.void
Enter a parse tree produced byTomlParser.mlBasicUnescaped()
.void
Enter a parse tree produced byTomlParser.mlLiteralBody()
.void
Enter a parse tree produced byTomlParser.mlLiteralString()
.void
Enter a parse tree produced byTomlParser.month()
.void
Enter a parse tree produced byTomlParser.octInt()
.void
Enter a parse tree produced byTomlParser.offsetDateTime()
.void
Enter a parse tree produced byTomlParser.quotedKey()
.void
Enter a parse tree produced byTomlParser.regularFloat()
.void
Enter a parse tree produced byTomlParser.regularFloatInf()
.void
Enter a parse tree produced byTomlParser.regularFloatNaN()
.void
Enter a parse tree produced byTomlParser.second()
.void
Enter a parse tree produced byTomlParser.secondFraction()
.void
Enter a parse tree produced byTomlParser.simpleKey()
.void
Enter a parse tree produced byTomlParser.standardTable()
.void
Enter a parse tree produced byTomlParser.string()
.void
Enter a parse tree produced byTomlParser.table()
.void
Enter a parse tree produced byTomlParser.time()
.void
Enter a parse tree produced byTomlParser.timeOffset()
.void
Enter a parse tree produced byTomlParser.toml()
.void
Enter a parse tree produced byTomlParser.tomlKey()
.void
Enter a parse tree produced byTomlParser.trueBool()
.void
Enter a parse tree produced byTomlParser.unquotedKey()
.void
Enter a parse tree produced byTomlParser.val()
.void
Enter a parse tree produced byTomlParser.year()
.void
Exit a parse tree produced byTomlParser.array()
.void
Exit a parse tree produced byTomlParser.arrayTable()
.void
Exit a parse tree produced byTomlParser.arrayValue()
.void
Exit a parse tree produced byTomlParser.arrayValues()
.void
Exit a parse tree produced byTomlParser.basicChar()
.void
Exit a parse tree produced byTomlParser.basicString()
.void
Exit a parse tree produced byTomlParser.basicUnescaped()
.void
Exit a parse tree produced byTomlParser.binInt()
.void
Exit a parse tree produced byTomlParser.booleanValue()
.void
Exit a parse tree produced byTomlParser.date()
.void
Exit a parse tree produced byTomlParser.dateTime()
.void
Exit a parse tree produced byTomlParser.day()
.void
Exit a parse tree produced byTomlParser.decInt()
.void
Exit a parse tree produced byTomlParser.escaped()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byTomlParser.expression()
.void
Exit a parse tree produced byTomlParser.falseBool()
.void
Exit a parse tree produced byTomlParser.floatValue()
.void
Exit a parse tree produced byTomlParser.hexInt()
.void
Exit a parse tree produced byTomlParser.hour()
.void
Exit a parse tree produced byTomlParser.hourOffset()
.void
Exit a parse tree produced byTomlParser.inlineTable()
.void
Exit a parse tree produced byTomlParser.inlineTableValues()
.void
Exit a parse tree produced byTomlParser.integer()
.void
Exit a parse tree produced byTomlParser.key()
.void
Exit a parse tree produced byTomlParser.keyval()
.void
Exit a parse tree produced byTomlParser.literalBody()
.void
Exit a parse tree produced byTomlParser.literalString()
.void
Exit a parse tree produced byTomlParser.localDate()
.void
Exit a parse tree produced byTomlParser.localDateTime()
.void
Exit a parse tree produced byTomlParser.localTime()
.void
Exit a parse tree produced byTomlParser.minute()
.void
Exit a parse tree produced byTomlParser.minuteOffset()
.void
Exit a parse tree produced byTomlParser.mlBasicChar()
.void
Exit a parse tree produced byTomlParser.mlBasicString()
.void
Exit a parse tree produced byTomlParser.mlBasicUnescaped()
.void
Exit a parse tree produced byTomlParser.mlLiteralBody()
.void
Exit a parse tree produced byTomlParser.mlLiteralString()
.void
Exit a parse tree produced byTomlParser.month()
.void
Exit a parse tree produced byTomlParser.octInt()
.void
Exit a parse tree produced byTomlParser.offsetDateTime()
.void
Exit a parse tree produced byTomlParser.quotedKey()
.void
Exit a parse tree produced byTomlParser.regularFloat()
.void
Exit a parse tree produced byTomlParser.regularFloatInf()
.void
Exit a parse tree produced byTomlParser.regularFloatNaN()
.void
Exit a parse tree produced byTomlParser.second()
.void
Exit a parse tree produced byTomlParser.secondFraction()
.void
Exit a parse tree produced byTomlParser.simpleKey()
.void
Exit a parse tree produced byTomlParser.standardTable()
.void
Exit a parse tree produced byTomlParser.string()
.void
Exit a parse tree produced byTomlParser.table()
.void
Exit a parse tree produced byTomlParser.time()
.void
Exit a parse tree produced byTomlParser.timeOffset()
.void
Exit a parse tree produced byTomlParser.toml()
.void
Exit a parse tree produced byTomlParser.tomlKey()
.void
Exit a parse tree produced byTomlParser.trueBool()
.void
Exit a parse tree produced byTomlParser.unquotedKey()
.void
Exit a parse tree produced byTomlParser.val()
.void
Exit a parse tree produced byTomlParser.year()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
TomlParserBaseListener
public TomlParserBaseListener()
-
-
Method Details
-
enterToml
Enter a parse tree produced byTomlParser.toml()
.The default implementation does nothing.
- Specified by:
enterToml
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitToml
Exit a parse tree produced byTomlParser.toml()
.The default implementation does nothing.
- Specified by:
exitToml
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced byTomlParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpression
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced byTomlParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpression
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterTomlKey
Enter a parse tree produced byTomlParser.tomlKey()
.The default implementation does nothing.
- Specified by:
enterTomlKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitTomlKey
Exit a parse tree produced byTomlParser.tomlKey()
.The default implementation does nothing.
- Specified by:
exitTomlKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterKeyval
Enter a parse tree produced byTomlParser.keyval()
.The default implementation does nothing.
- Specified by:
enterKeyval
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitKeyval
Exit a parse tree produced byTomlParser.keyval()
.The default implementation does nothing.
- Specified by:
exitKeyval
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterKey
Enter a parse tree produced byTomlParser.key()
.The default implementation does nothing.
- Specified by:
enterKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitKey
Exit a parse tree produced byTomlParser.key()
.The default implementation does nothing.
- Specified by:
exitKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterSimpleKey
Enter a parse tree produced byTomlParser.simpleKey()
.The default implementation does nothing.
- Specified by:
enterSimpleKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitSimpleKey
Exit a parse tree produced byTomlParser.simpleKey()
.The default implementation does nothing.
- Specified by:
exitSimpleKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterUnquotedKey
Enter a parse tree produced byTomlParser.unquotedKey()
.The default implementation does nothing.
- Specified by:
enterUnquotedKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitUnquotedKey
Exit a parse tree produced byTomlParser.unquotedKey()
.The default implementation does nothing.
- Specified by:
exitUnquotedKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterQuotedKey
Enter a parse tree produced byTomlParser.quotedKey()
.The default implementation does nothing.
- Specified by:
enterQuotedKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitQuotedKey
Exit a parse tree produced byTomlParser.quotedKey()
.The default implementation does nothing.
- Specified by:
exitQuotedKey
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterVal
Enter a parse tree produced byTomlParser.val()
.The default implementation does nothing.
- Specified by:
enterVal
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitVal
Exit a parse tree produced byTomlParser.val()
.The default implementation does nothing.
- Specified by:
exitVal
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterString
Enter a parse tree produced byTomlParser.string()
.The default implementation does nothing.
- Specified by:
enterString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitString
Exit a parse tree produced byTomlParser.string()
.The default implementation does nothing.
- Specified by:
exitString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterBasicString
Enter a parse tree produced byTomlParser.basicString()
.The default implementation does nothing.
- Specified by:
enterBasicString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitBasicString
Exit a parse tree produced byTomlParser.basicString()
.The default implementation does nothing.
- Specified by:
exitBasicString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterBasicChar
Enter a parse tree produced byTomlParser.basicChar()
.The default implementation does nothing.
- Specified by:
enterBasicChar
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitBasicChar
Exit a parse tree produced byTomlParser.basicChar()
.The default implementation does nothing.
- Specified by:
exitBasicChar
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterBasicUnescaped
Enter a parse tree produced byTomlParser.basicUnescaped()
.The default implementation does nothing.
- Specified by:
enterBasicUnescaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitBasicUnescaped
Exit a parse tree produced byTomlParser.basicUnescaped()
.The default implementation does nothing.
- Specified by:
exitBasicUnescaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterEscaped
Enter a parse tree produced byTomlParser.escaped()
.The default implementation does nothing.
- Specified by:
enterEscaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitEscaped
Exit a parse tree produced byTomlParser.escaped()
.The default implementation does nothing.
- Specified by:
exitEscaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMlBasicString
Enter a parse tree produced byTomlParser.mlBasicString()
.The default implementation does nothing.
- Specified by:
enterMlBasicString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMlBasicString
Exit a parse tree produced byTomlParser.mlBasicString()
.The default implementation does nothing.
- Specified by:
exitMlBasicString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMlBasicChar
Enter a parse tree produced byTomlParser.mlBasicChar()
.The default implementation does nothing.
- Specified by:
enterMlBasicChar
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMlBasicChar
Exit a parse tree produced byTomlParser.mlBasicChar()
.The default implementation does nothing.
- Specified by:
exitMlBasicChar
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMlBasicUnescaped
Enter a parse tree produced byTomlParser.mlBasicUnescaped()
.The default implementation does nothing.
- Specified by:
enterMlBasicUnescaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMlBasicUnescaped
Exit a parse tree produced byTomlParser.mlBasicUnescaped()
.The default implementation does nothing.
- Specified by:
exitMlBasicUnescaped
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterLiteralString
Enter a parse tree produced byTomlParser.literalString()
.The default implementation does nothing.
- Specified by:
enterLiteralString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitLiteralString
Exit a parse tree produced byTomlParser.literalString()
.The default implementation does nothing.
- Specified by:
exitLiteralString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterLiteralBody
Enter a parse tree produced byTomlParser.literalBody()
.The default implementation does nothing.
- Specified by:
enterLiteralBody
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitLiteralBody
Exit a parse tree produced byTomlParser.literalBody()
.The default implementation does nothing.
- Specified by:
exitLiteralBody
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMlLiteralString
Enter a parse tree produced byTomlParser.mlLiteralString()
.The default implementation does nothing.
- Specified by:
enterMlLiteralString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMlLiteralString
Exit a parse tree produced byTomlParser.mlLiteralString()
.The default implementation does nothing.
- Specified by:
exitMlLiteralString
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMlLiteralBody
Enter a parse tree produced byTomlParser.mlLiteralBody()
.The default implementation does nothing.
- Specified by:
enterMlLiteralBody
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMlLiteralBody
Exit a parse tree produced byTomlParser.mlLiteralBody()
.The default implementation does nothing.
- Specified by:
exitMlLiteralBody
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterInteger
Enter a parse tree produced byTomlParser.integer()
.The default implementation does nothing.
- Specified by:
enterInteger
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitInteger
Exit a parse tree produced byTomlParser.integer()
.The default implementation does nothing.
- Specified by:
exitInteger
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterDecInt
Enter a parse tree produced byTomlParser.decInt()
.The default implementation does nothing.
- Specified by:
enterDecInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitDecInt
Exit a parse tree produced byTomlParser.decInt()
.The default implementation does nothing.
- Specified by:
exitDecInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterHexInt
Enter a parse tree produced byTomlParser.hexInt()
.The default implementation does nothing.
- Specified by:
enterHexInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitHexInt
Exit a parse tree produced byTomlParser.hexInt()
.The default implementation does nothing.
- Specified by:
exitHexInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterOctInt
Enter a parse tree produced byTomlParser.octInt()
.The default implementation does nothing.
- Specified by:
enterOctInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitOctInt
Exit a parse tree produced byTomlParser.octInt()
.The default implementation does nothing.
- Specified by:
exitOctInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterBinInt
Enter a parse tree produced byTomlParser.binInt()
.The default implementation does nothing.
- Specified by:
enterBinInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitBinInt
Exit a parse tree produced byTomlParser.binInt()
.The default implementation does nothing.
- Specified by:
exitBinInt
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterFloatValue
Enter a parse tree produced byTomlParser.floatValue()
.The default implementation does nothing.
- Specified by:
enterFloatValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitFloatValue
Exit a parse tree produced byTomlParser.floatValue()
.The default implementation does nothing.
- Specified by:
exitFloatValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterRegularFloat
Enter a parse tree produced byTomlParser.regularFloat()
.The default implementation does nothing.
- Specified by:
enterRegularFloat
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitRegularFloat
Exit a parse tree produced byTomlParser.regularFloat()
.The default implementation does nothing.
- Specified by:
exitRegularFloat
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterRegularFloatInf
Enter a parse tree produced byTomlParser.regularFloatInf()
.The default implementation does nothing.
- Specified by:
enterRegularFloatInf
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitRegularFloatInf
Exit a parse tree produced byTomlParser.regularFloatInf()
.The default implementation does nothing.
- Specified by:
exitRegularFloatInf
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterRegularFloatNaN
Enter a parse tree produced byTomlParser.regularFloatNaN()
.The default implementation does nothing.
- Specified by:
enterRegularFloatNaN
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitRegularFloatNaN
Exit a parse tree produced byTomlParser.regularFloatNaN()
.The default implementation does nothing.
- Specified by:
exitRegularFloatNaN
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterBooleanValue
Enter a parse tree produced byTomlParser.booleanValue()
.The default implementation does nothing.
- Specified by:
enterBooleanValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitBooleanValue
Exit a parse tree produced byTomlParser.booleanValue()
.The default implementation does nothing.
- Specified by:
exitBooleanValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterTrueBool
Enter a parse tree produced byTomlParser.trueBool()
.The default implementation does nothing.
- Specified by:
enterTrueBool
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitTrueBool
Exit a parse tree produced byTomlParser.trueBool()
.The default implementation does nothing.
- Specified by:
exitTrueBool
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterFalseBool
Enter a parse tree produced byTomlParser.falseBool()
.The default implementation does nothing.
- Specified by:
enterFalseBool
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitFalseBool
Exit a parse tree produced byTomlParser.falseBool()
.The default implementation does nothing.
- Specified by:
exitFalseBool
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterDateTime
Enter a parse tree produced byTomlParser.dateTime()
.The default implementation does nothing.
- Specified by:
enterDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitDateTime
Exit a parse tree produced byTomlParser.dateTime()
.The default implementation does nothing.
- Specified by:
exitDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterOffsetDateTime
Enter a parse tree produced byTomlParser.offsetDateTime()
.The default implementation does nothing.
- Specified by:
enterOffsetDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitOffsetDateTime
Exit a parse tree produced byTomlParser.offsetDateTime()
.The default implementation does nothing.
- Specified by:
exitOffsetDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterLocalDateTime
Enter a parse tree produced byTomlParser.localDateTime()
.The default implementation does nothing.
- Specified by:
enterLocalDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitLocalDateTime
Exit a parse tree produced byTomlParser.localDateTime()
.The default implementation does nothing.
- Specified by:
exitLocalDateTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterLocalDate
Enter a parse tree produced byTomlParser.localDate()
.The default implementation does nothing.
- Specified by:
enterLocalDate
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitLocalDate
Exit a parse tree produced byTomlParser.localDate()
.The default implementation does nothing.
- Specified by:
exitLocalDate
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterLocalTime
Enter a parse tree produced byTomlParser.localTime()
.The default implementation does nothing.
- Specified by:
enterLocalTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitLocalTime
Exit a parse tree produced byTomlParser.localTime()
.The default implementation does nothing.
- Specified by:
exitLocalTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterDate
Enter a parse tree produced byTomlParser.date()
.The default implementation does nothing.
- Specified by:
enterDate
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitDate
Exit a parse tree produced byTomlParser.date()
.The default implementation does nothing.
- Specified by:
exitDate
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterTime
Enter a parse tree produced byTomlParser.time()
.The default implementation does nothing.
- Specified by:
enterTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitTime
Exit a parse tree produced byTomlParser.time()
.The default implementation does nothing.
- Specified by:
exitTime
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterTimeOffset
Enter a parse tree produced byTomlParser.timeOffset()
.The default implementation does nothing.
- Specified by:
enterTimeOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitTimeOffset
Exit a parse tree produced byTomlParser.timeOffset()
.The default implementation does nothing.
- Specified by:
exitTimeOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterHourOffset
Enter a parse tree produced byTomlParser.hourOffset()
.The default implementation does nothing.
- Specified by:
enterHourOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitHourOffset
Exit a parse tree produced byTomlParser.hourOffset()
.The default implementation does nothing.
- Specified by:
exitHourOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMinuteOffset
Enter a parse tree produced byTomlParser.minuteOffset()
.The default implementation does nothing.
- Specified by:
enterMinuteOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMinuteOffset
Exit a parse tree produced byTomlParser.minuteOffset()
.The default implementation does nothing.
- Specified by:
exitMinuteOffset
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterSecondFraction
Enter a parse tree produced byTomlParser.secondFraction()
.The default implementation does nothing.
- Specified by:
enterSecondFraction
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitSecondFraction
Exit a parse tree produced byTomlParser.secondFraction()
.The default implementation does nothing.
- Specified by:
exitSecondFraction
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterYear
Enter a parse tree produced byTomlParser.year()
.The default implementation does nothing.
- Specified by:
enterYear
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitYear
Exit a parse tree produced byTomlParser.year()
.The default implementation does nothing.
- Specified by:
exitYear
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMonth
Enter a parse tree produced byTomlParser.month()
.The default implementation does nothing.
- Specified by:
enterMonth
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMonth
Exit a parse tree produced byTomlParser.month()
.The default implementation does nothing.
- Specified by:
exitMonth
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterDay
Enter a parse tree produced byTomlParser.day()
.The default implementation does nothing.
- Specified by:
enterDay
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitDay
Exit a parse tree produced byTomlParser.day()
.The default implementation does nothing.
- Specified by:
exitDay
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterHour
Enter a parse tree produced byTomlParser.hour()
.The default implementation does nothing.
- Specified by:
enterHour
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitHour
Exit a parse tree produced byTomlParser.hour()
.The default implementation does nothing.
- Specified by:
exitHour
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterMinute
Enter a parse tree produced byTomlParser.minute()
.The default implementation does nothing.
- Specified by:
enterMinute
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitMinute
Exit a parse tree produced byTomlParser.minute()
.The default implementation does nothing.
- Specified by:
exitMinute
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterSecond
Enter a parse tree produced byTomlParser.second()
.The default implementation does nothing.
- Specified by:
enterSecond
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitSecond
Exit a parse tree produced byTomlParser.second()
.The default implementation does nothing.
- Specified by:
exitSecond
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterArray
Enter a parse tree produced byTomlParser.array()
.The default implementation does nothing.
- Specified by:
enterArray
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitArray
Exit a parse tree produced byTomlParser.array()
.The default implementation does nothing.
- Specified by:
exitArray
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterArrayValues
Enter a parse tree produced byTomlParser.arrayValues()
.The default implementation does nothing.
- Specified by:
enterArrayValues
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitArrayValues
Exit a parse tree produced byTomlParser.arrayValues()
.The default implementation does nothing.
- Specified by:
exitArrayValues
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterArrayValue
Enter a parse tree produced byTomlParser.arrayValue()
.The default implementation does nothing.
- Specified by:
enterArrayValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitArrayValue
Exit a parse tree produced byTomlParser.arrayValue()
.The default implementation does nothing.
- Specified by:
exitArrayValue
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterTable
Enter a parse tree produced byTomlParser.table()
.The default implementation does nothing.
- Specified by:
enterTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitTable
Exit a parse tree produced byTomlParser.table()
.The default implementation does nothing.
- Specified by:
exitTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterStandardTable
Enter a parse tree produced byTomlParser.standardTable()
.The default implementation does nothing.
- Specified by:
enterStandardTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitStandardTable
Exit a parse tree produced byTomlParser.standardTable()
.The default implementation does nothing.
- Specified by:
exitStandardTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterInlineTable
Enter a parse tree produced byTomlParser.inlineTable()
.The default implementation does nothing.
- Specified by:
enterInlineTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitInlineTable
Exit a parse tree produced byTomlParser.inlineTable()
.The default implementation does nothing.
- Specified by:
exitInlineTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterInlineTableValues
Enter a parse tree produced byTomlParser.inlineTableValues()
.The default implementation does nothing.
- Specified by:
enterInlineTableValues
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitInlineTableValues
Exit a parse tree produced byTomlParser.inlineTableValues()
.The default implementation does nothing.
- Specified by:
exitInlineTableValues
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterArrayTable
Enter a parse tree produced byTomlParser.arrayTable()
.The default implementation does nothing.
- Specified by:
enterArrayTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
exitArrayTable
Exit a parse tree produced byTomlParser.arrayTable()
.The default implementation does nothing.
- Specified by:
exitArrayTable
in interfaceTomlParserListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-