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.bool().voidEnter a parse tree produced byTomlParser.comment().voidEnter a parse tree produced byTomlParser.commentOrNl().voidEnter a parse tree produced byTomlParser.dateTime().voidEnter a parse tree produced byTomlParser.document().voidEnter a parse tree produced byTomlParser.dottedKey().voidEnter a parse tree produced byTomlParser.expression().voidEnter a parse tree produced byTomlParser.floatingPoint().voidEnter a parse tree produced byTomlParser.inlineTable().voidEnter a parse tree produced byTomlParser.integer().voidEnter a parse tree produced byTomlParser.key().voidEnter a parse tree produced byTomlParser.keyValue().voidEnter a parse tree produced byTomlParser.quotedKey().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.unquotedKey().voidEnter a parse tree produced byTomlParser.value().voidExit a parse tree produced byTomlParser.array().voidExit a parse tree produced byTomlParser.arrayTable().voidExit a parse tree produced byTomlParser.bool().voidExit a parse tree produced byTomlParser.comment().voidExit a parse tree produced byTomlParser.commentOrNl().voidExit a parse tree produced byTomlParser.dateTime().voidExit a parse tree produced byTomlParser.document().voidExit a parse tree produced byTomlParser.dottedKey().voidExit a parse tree produced byTomlParser.expression().voidExit a parse tree produced byTomlParser.floatingPoint().voidExit a parse tree produced byTomlParser.inlineTable().voidExit a parse tree produced byTomlParser.integer().voidExit a parse tree produced byTomlParser.key().voidExit a parse tree produced byTomlParser.keyValue().voidExit a parse tree produced byTomlParser.quotedKey().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.unquotedKey().voidExit a parse tree produced byTomlParser.value().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterDocument
Enter a parse tree produced byTomlParser.document().- Parameters:
ctx- the parse tree
-
exitDocument
Exit a parse tree produced byTomlParser.document().- 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
-
enterComment
Enter a parse tree produced byTomlParser.comment().- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byTomlParser.comment().- Parameters:
ctx- the parse tree
-
enterKeyValue
Enter a parse tree produced byTomlParser.keyValue().- Parameters:
ctx- the parse tree
-
exitKeyValue
Exit a parse tree produced byTomlParser.keyValue().- 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
-
enterDottedKey
Enter a parse tree produced byTomlParser.dottedKey().- Parameters:
ctx- the parse tree
-
exitDottedKey
Exit a parse tree produced byTomlParser.dottedKey().- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byTomlParser.value().- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byTomlParser.value().- 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
-
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
-
enterFloatingPoint
Enter a parse tree produced byTomlParser.floatingPoint().- Parameters:
ctx- the parse tree
-
exitFloatingPoint
Exit a parse tree produced byTomlParser.floatingPoint().- Parameters:
ctx- the parse tree
-
enterBool
Enter a parse tree produced byTomlParser.bool().- Parameters:
ctx- the parse tree
-
exitBool
Exit a parse tree produced byTomlParser.bool().- 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
-
enterCommentOrNl
Enter a parse tree produced byTomlParser.commentOrNl().- Parameters:
ctx- the parse tree
-
exitCommentOrNl
Exit a parse tree produced byTomlParser.commentOrNl().- 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
-
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
-
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
-