Class GraphLanguageParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, GraphLanguageParserListener
GraphLanguageParserListener,
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 byGraphLanguageParser.attributeList().voidEnter a parse tree produced byGraphLanguageParser.attributeNode().voidEnter a parse tree produced byGraphLanguageParser.attributePath().voidEnter a parse tree produced byGraphLanguageParser.attributeQualifier().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byGraphLanguageParser.graph().voidEnter a parse tree produced byGraphLanguageParser.graphElement().voidEnter a parse tree produced byGraphLanguageParser.graphElementList().voidEnter a parse tree produced byGraphLanguageParser.subGraph().voidEnter a parse tree produced byGraphLanguageParser.subTypeIndicator().voidEnter a parse tree produced byGraphLanguageParser.typeIndicator().voidExit a parse tree produced byGraphLanguageParser.attributeList().voidExit a parse tree produced byGraphLanguageParser.attributeNode().voidExit a parse tree produced byGraphLanguageParser.attributePath().voidExit a parse tree produced byGraphLanguageParser.attributeQualifier().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byGraphLanguageParser.graph().voidExit a parse tree produced byGraphLanguageParser.graphElement().voidExit a parse tree produced byGraphLanguageParser.graphElementList().voidExit a parse tree produced byGraphLanguageParser.subGraph().voidExit a parse tree produced byGraphLanguageParser.subTypeIndicator().voidExit a parse tree produced byGraphLanguageParser.typeIndicator().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
GraphLanguageParserBaseListener
public GraphLanguageParserBaseListener()
-
-
Method Details
-
enterGraph
Enter a parse tree produced byGraphLanguageParser.graph().The default implementation does nothing.
- Specified by:
enterGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitGraph
Exit a parse tree produced byGraphLanguageParser.graph().The default implementation does nothing.
- Specified by:
exitGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterGraphElementList
Enter a parse tree produced byGraphLanguageParser.graphElementList().The default implementation does nothing.
- Specified by:
enterGraphElementListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitGraphElementList
Exit a parse tree produced byGraphLanguageParser.graphElementList().The default implementation does nothing.
- Specified by:
exitGraphElementListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterGraphElement
Enter a parse tree produced byGraphLanguageParser.graphElement().The default implementation does nothing.
- Specified by:
enterGraphElementin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitGraphElement
Exit a parse tree produced byGraphLanguageParser.graphElement().The default implementation does nothing.
- Specified by:
exitGraphElementin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterSubGraph
Enter a parse tree produced byGraphLanguageParser.subGraph().The default implementation does nothing.
- Specified by:
enterSubGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitSubGraph
Exit a parse tree produced byGraphLanguageParser.subGraph().The default implementation does nothing.
- Specified by:
exitSubGraphin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterTypeIndicator
Enter a parse tree produced byGraphLanguageParser.typeIndicator().The default implementation does nothing.
- Specified by:
enterTypeIndicatorin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitTypeIndicator
Exit a parse tree produced byGraphLanguageParser.typeIndicator().The default implementation does nothing.
- Specified by:
exitTypeIndicatorin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterSubTypeIndicator
Enter a parse tree produced byGraphLanguageParser.subTypeIndicator().The default implementation does nothing.
- Specified by:
enterSubTypeIndicatorin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitSubTypeIndicator
Exit a parse tree produced byGraphLanguageParser.subTypeIndicator().The default implementation does nothing.
- Specified by:
exitSubTypeIndicatorin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeList
Enter a parse tree produced byGraphLanguageParser.attributeList().The default implementation does nothing.
- Specified by:
enterAttributeListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeList
Exit a parse tree produced byGraphLanguageParser.attributeList().The default implementation does nothing.
- Specified by:
exitAttributeListin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeNode
Enter a parse tree produced byGraphLanguageParser.attributeNode().The default implementation does nothing.
- Specified by:
enterAttributeNodein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeNode
Exit a parse tree produced byGraphLanguageParser.attributeNode().The default implementation does nothing.
- Specified by:
exitAttributeNodein interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributePath
Enter a parse tree produced byGraphLanguageParser.attributePath().The default implementation does nothing.
- Specified by:
enterAttributePathin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributePath
Exit a parse tree produced byGraphLanguageParser.attributePath().The default implementation does nothing.
- Specified by:
exitAttributePathin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
enterAttributeQualifier
Enter a parse tree produced byGraphLanguageParser.attributeQualifier().The default implementation does nothing.
- Specified by:
enterAttributeQualifierin interfaceGraphLanguageParserListener- Parameters:
ctx- the parse tree
-
exitAttributeQualifier
Exit a parse tree produced byGraphLanguageParser.attributeQualifier().The default implementation does nothing.
- Specified by:
exitAttributeQualifierin interfaceGraphLanguageParserListener- 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
-