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 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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
TomlParserBaseListener
public TomlParserBaseListener()
-
-
Method Details
-
enterDocument
Enter a parse tree produced byTomlParser.document().The default implementation does nothing.
- Specified by:
enterDocumentin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitDocument
Exit a parse tree produced byTomlParser.document().The default implementation does nothing.
- Specified by:
exitDocumentin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byTomlParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byTomlParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byTomlParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byTomlParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterKeyValue
Enter a parse tree produced byTomlParser.keyValue().The default implementation does nothing.
- Specified by:
enterKeyValuein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitKeyValue
Exit a parse tree produced byTomlParser.keyValue().The default implementation does nothing.
- Specified by:
exitKeyValuein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterKey
Enter a parse tree produced byTomlParser.key().The default implementation does nothing.
- Specified by:
enterKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitKey
Exit a parse tree produced byTomlParser.key().The default implementation does nothing.
- Specified by:
exitKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterSimpleKey
Enter a parse tree produced byTomlParser.simpleKey().The default implementation does nothing.
- Specified by:
enterSimpleKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitSimpleKey
Exit a parse tree produced byTomlParser.simpleKey().The default implementation does nothing.
- Specified by:
exitSimpleKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterUnquotedKey
Enter a parse tree produced byTomlParser.unquotedKey().The default implementation does nothing.
- Specified by:
enterUnquotedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitUnquotedKey
Exit a parse tree produced byTomlParser.unquotedKey().The default implementation does nothing.
- Specified by:
exitUnquotedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterQuotedKey
Enter a parse tree produced byTomlParser.quotedKey().The default implementation does nothing.
- Specified by:
enterQuotedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitQuotedKey
Exit a parse tree produced byTomlParser.quotedKey().The default implementation does nothing.
- Specified by:
exitQuotedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterDottedKey
Enter a parse tree produced byTomlParser.dottedKey().The default implementation does nothing.
- Specified by:
enterDottedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitDottedKey
Exit a parse tree produced byTomlParser.dottedKey().The default implementation does nothing.
- Specified by:
exitDottedKeyin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byTomlParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byTomlParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced byTomlParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced byTomlParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterInteger
Enter a parse tree produced byTomlParser.integer().The default implementation does nothing.
- Specified by:
enterIntegerin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitInteger
Exit a parse tree produced byTomlParser.integer().The default implementation does nothing.
- Specified by:
exitIntegerin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterFloatingPoint
Enter a parse tree produced byTomlParser.floatingPoint().The default implementation does nothing.
- Specified by:
enterFloatingPointin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitFloatingPoint
Exit a parse tree produced byTomlParser.floatingPoint().The default implementation does nothing.
- Specified by:
exitFloatingPointin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterBool
Enter a parse tree produced byTomlParser.bool().The default implementation does nothing.
- Specified by:
enterBoolin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitBool
Exit a parse tree produced byTomlParser.bool().The default implementation does nothing.
- Specified by:
exitBoolin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterDateTime
Enter a parse tree produced byTomlParser.dateTime().The default implementation does nothing.
- Specified by:
enterDateTimein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitDateTime
Exit a parse tree produced byTomlParser.dateTime().The default implementation does nothing.
- Specified by:
exitDateTimein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterCommentOrNl
Enter a parse tree produced byTomlParser.commentOrNl().The default implementation does nothing.
- Specified by:
enterCommentOrNlin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitCommentOrNl
Exit a parse tree produced byTomlParser.commentOrNl().The default implementation does nothing.
- Specified by:
exitCommentOrNlin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterArray
Enter a parse tree produced byTomlParser.array().The default implementation does nothing.
- Specified by:
enterArrayin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitArray
Exit a parse tree produced byTomlParser.array().The default implementation does nothing.
- Specified by:
exitArrayin interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterTable
Enter a parse tree produced byTomlParser.table().The default implementation does nothing.
- Specified by:
enterTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitTable
Exit a parse tree produced byTomlParser.table().The default implementation does nothing.
- Specified by:
exitTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterStandardTable
Enter a parse tree produced byTomlParser.standardTable().The default implementation does nothing.
- Specified by:
enterStandardTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitStandardTable
Exit a parse tree produced byTomlParser.standardTable().The default implementation does nothing.
- Specified by:
exitStandardTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterInlineTable
Enter a parse tree produced byTomlParser.inlineTable().The default implementation does nothing.
- Specified by:
enterInlineTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitInlineTable
Exit a parse tree produced byTomlParser.inlineTable().The default implementation does nothing.
- Specified by:
exitInlineTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterArrayTable
Enter a parse tree produced byTomlParser.arrayTable().The default implementation does nothing.
- Specified by:
enterArrayTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
exitArrayTable
Exit a parse tree produced byTomlParser.arrayTable().The default implementation does nothing.
- Specified by:
exitArrayTablein interfaceTomlParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-