Class AxiomBaseListener
- All Implemented Interfaces:
AxiomListener,org.antlr.v4.runtime.tree.ParseTreeListener
AxiomListener,
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 byAxiomParser.argument().voidEnter a parse tree produced byAxiomParser.dataName().voidEnter a parse tree produced byAxiomParser.doubleQuoteString().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byAxiomParser.file().voidEnter a parse tree produced byAxiomParser.infraName().voidEnter a parse tree produced byAxiomParser.item().voidEnter a parse tree produced byAxiomParser.itemName().voidEnter a parse tree produced byAxiomParser.itemValue().voidEnter a parse tree produced byAxiomParser.localName().voidEnter a parse tree produced byAxiomParser.multilineString().voidEnter a parse tree produced byAxiomParser.path().voidEnter a parse tree produced byAxiomParser.pathComponent().voidEnter a parse tree produced byAxiomParser.pathDataItem().voidEnter a parse tree produced byAxiomParser.pathInfraItem().voidEnter a parse tree produced byAxiomParser.pathValue().voidEnter a parse tree produced byAxiomParser.prefix().voidEnter a parse tree produced byAxiomParser.prefixedName().voidEnter a parse tree produced byAxiomParser.singleQuoteString().voidEnter a parse tree produced byAxiomParser.string().voidExit a parse tree produced byAxiomParser.argument().voidExit a parse tree produced byAxiomParser.dataName().voidExit a parse tree produced byAxiomParser.doubleQuoteString().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byAxiomParser.file().voidExit a parse tree produced byAxiomParser.infraName().voidExit a parse tree produced byAxiomParser.item().voidExit a parse tree produced byAxiomParser.itemName().voidExit a parse tree produced byAxiomParser.itemValue().voidExit a parse tree produced byAxiomParser.localName().voidExit a parse tree produced byAxiomParser.multilineString().voidExit a parse tree produced byAxiomParser.path().voidExit a parse tree produced byAxiomParser.pathComponent().voidExit a parse tree produced byAxiomParser.pathDataItem().voidExit a parse tree produced byAxiomParser.pathInfraItem().voidExit a parse tree produced byAxiomParser.pathValue().voidExit a parse tree produced byAxiomParser.prefix().voidExit a parse tree produced byAxiomParser.prefixedName().voidExit a parse tree produced byAxiomParser.singleQuoteString().voidExit a parse tree produced byAxiomParser.string().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
AxiomBaseListener
public AxiomBaseListener()
-
-
Method Details
-
enterItemName
Enter a parse tree produced byAxiomParser.itemName().The default implementation does nothing.
- Specified by:
enterItemNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitItemName
Exit a parse tree produced byAxiomParser.itemName().The default implementation does nothing.
- Specified by:
exitItemNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterDataName
Enter a parse tree produced byAxiomParser.dataName().The default implementation does nothing.
- Specified by:
enterDataNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitDataName
Exit a parse tree produced byAxiomParser.dataName().The default implementation does nothing.
- Specified by:
exitDataNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterInfraName
Enter a parse tree produced byAxiomParser.infraName().The default implementation does nothing.
- Specified by:
enterInfraNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitInfraName
Exit a parse tree produced byAxiomParser.infraName().The default implementation does nothing.
- Specified by:
exitInfraNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterFile
Enter a parse tree produced byAxiomParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byAxiomParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterItem
Enter a parse tree produced byAxiomParser.item().The default implementation does nothing.
- Specified by:
enterItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitItem
Exit a parse tree produced byAxiomParser.item().The default implementation does nothing.
- Specified by:
exitItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterItemValue
Enter a parse tree produced byAxiomParser.itemValue().The default implementation does nothing.
- Specified by:
enterItemValuein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitItemValue
Exit a parse tree produced byAxiomParser.itemValue().The default implementation does nothing.
- Specified by:
exitItemValuein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPrefixedName
Enter a parse tree produced byAxiomParser.prefixedName().The default implementation does nothing.
- Specified by:
enterPrefixedNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPrefixedName
Exit a parse tree produced byAxiomParser.prefixedName().The default implementation does nothing.
- Specified by:
exitPrefixedNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPrefix
Enter a parse tree produced byAxiomParser.prefix().The default implementation does nothing.
- Specified by:
enterPrefixin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPrefix
Exit a parse tree produced byAxiomParser.prefix().The default implementation does nothing.
- Specified by:
exitPrefixin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterLocalName
Enter a parse tree produced byAxiomParser.localName().The default implementation does nothing.
- Specified by:
enterLocalNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitLocalName
Exit a parse tree produced byAxiomParser.localName().The default implementation does nothing.
- Specified by:
exitLocalNamein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byAxiomParser.argument().The default implementation does nothing.
- Specified by:
enterArgumentin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byAxiomParser.argument().The default implementation does nothing.
- Specified by:
exitArgumentin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced byAxiomParser.string().The default implementation does nothing.
- Specified by:
enterStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced byAxiomParser.string().The default implementation does nothing.
- Specified by:
exitStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterSingleQuoteString
Enter a parse tree produced byAxiomParser.singleQuoteString().The default implementation does nothing.
- Specified by:
enterSingleQuoteStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitSingleQuoteString
Exit a parse tree produced byAxiomParser.singleQuoteString().The default implementation does nothing.
- Specified by:
exitSingleQuoteStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterDoubleQuoteString
Enter a parse tree produced byAxiomParser.doubleQuoteString().The default implementation does nothing.
- Specified by:
enterDoubleQuoteStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitDoubleQuoteString
Exit a parse tree produced byAxiomParser.doubleQuoteString().The default implementation does nothing.
- Specified by:
exitDoubleQuoteStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterMultilineString
Enter a parse tree produced byAxiomParser.multilineString().The default implementation does nothing.
- Specified by:
enterMultilineStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitMultilineString
Exit a parse tree produced byAxiomParser.multilineString().The default implementation does nothing.
- Specified by:
exitMultilineStringin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPath
Enter a parse tree produced byAxiomParser.path().The default implementation does nothing.
- Specified by:
enterPathin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPath
Exit a parse tree produced byAxiomParser.path().The default implementation does nothing.
- Specified by:
exitPathin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPathComponent
Enter a parse tree produced byAxiomParser.pathComponent().The default implementation does nothing.
- Specified by:
enterPathComponentin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPathComponent
Exit a parse tree produced byAxiomParser.pathComponent().The default implementation does nothing.
- Specified by:
exitPathComponentin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPathDataItem
Enter a parse tree produced byAxiomParser.pathDataItem().The default implementation does nothing.
- Specified by:
enterPathDataItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPathDataItem
Exit a parse tree produced byAxiomParser.pathDataItem().The default implementation does nothing.
- Specified by:
exitPathDataItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPathInfraItem
Enter a parse tree produced byAxiomParser.pathInfraItem().The default implementation does nothing.
- Specified by:
enterPathInfraItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPathInfraItem
Exit a parse tree produced byAxiomParser.pathInfraItem().The default implementation does nothing.
- Specified by:
exitPathInfraItemin interfaceAxiomListener- Parameters:
ctx- the parse tree
-
enterPathValue
Enter a parse tree produced byAxiomParser.pathValue().The default implementation does nothing.
- Specified by:
enterPathValuein interfaceAxiomListener- Parameters:
ctx- the parse tree
-
exitPathValue
Exit a parse tree produced byAxiomParser.pathValue().The default implementation does nothing.
- Specified by:
exitPathValuein interfaceAxiomListener- 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
-