Interface GraphLanguageParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GraphLanguageParserBaseListener
public interface GraphLanguageParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GraphLanguageParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterGraph
Enter a parse tree produced byGraphLanguageParser.graph().- Parameters:
ctx- the parse tree
-
exitGraph
Exit a parse tree produced byGraphLanguageParser.graph().- Parameters:
ctx- the parse tree
-
enterGraphElementList
Enter a parse tree produced byGraphLanguageParser.graphElementList().- Parameters:
ctx- the parse tree
-
exitGraphElementList
Exit a parse tree produced byGraphLanguageParser.graphElementList().- Parameters:
ctx- the parse tree
-
enterGraphElement
Enter a parse tree produced byGraphLanguageParser.graphElement().- Parameters:
ctx- the parse tree
-
exitGraphElement
Exit a parse tree produced byGraphLanguageParser.graphElement().- Parameters:
ctx- the parse tree
-
enterSubGraph
Enter a parse tree produced byGraphLanguageParser.subGraph().- Parameters:
ctx- the parse tree
-
exitSubGraph
Exit a parse tree produced byGraphLanguageParser.subGraph().- Parameters:
ctx- the parse tree
-
enterTypeIndicator
Enter a parse tree produced byGraphLanguageParser.typeIndicator().- Parameters:
ctx- the parse tree
-
exitTypeIndicator
Exit a parse tree produced byGraphLanguageParser.typeIndicator().- Parameters:
ctx- the parse tree
-
enterSubTypeIndicator
Enter a parse tree produced byGraphLanguageParser.subTypeIndicator().- Parameters:
ctx- the parse tree
-
exitSubTypeIndicator
Exit a parse tree produced byGraphLanguageParser.subTypeIndicator().- Parameters:
ctx- the parse tree
-
enterAttributeList
Enter a parse tree produced byGraphLanguageParser.attributeList().- Parameters:
ctx- the parse tree
-
exitAttributeList
Exit a parse tree produced byGraphLanguageParser.attributeList().- Parameters:
ctx- the parse tree
-
enterAttributeNode
Enter a parse tree produced byGraphLanguageParser.attributeNode().- Parameters:
ctx- the parse tree
-
exitAttributeNode
Exit a parse tree produced byGraphLanguageParser.attributeNode().- Parameters:
ctx- the parse tree
-
enterAttributePath
Enter a parse tree produced byGraphLanguageParser.attributePath().- Parameters:
ctx- the parse tree
-
exitAttributePath
Exit a parse tree produced byGraphLanguageParser.attributePath().- Parameters:
ctx- the parse tree
-
enterAttributeQualifier
Enter a parse tree produced byGraphLanguageParser.attributeQualifier().- Parameters:
ctx- the parse tree
-
exitAttributeQualifier
Exit a parse tree produced byGraphLanguageParser.attributeQualifier().- Parameters:
ctx- the parse tree
-