- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DOTBaseListener,DOTEventDrivenImporter.NotifyDOTListener
interface DOTListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
DOTParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byDOTParser.aList().voidEnter a parse tree produced byDOTParser.attributesList().voidEnter a parse tree produced byDOTParser.attributeStatement().voidEnter a parse tree produced byDOTParser.compoundStatement().voidEnter a parse tree produced byDOTParser.edgeStatement().voidEnter a parse tree produced byDOTParser.graph().voidEnter a parse tree produced byDOTParser.graphHeader().voidEnter a parse tree produced byDOTParser.graphIdentifier().voidEnter a parse tree produced byDOTParser.identifier().voidEnter a parse tree produced byDOTParser.identifierPair().voidEnter a parse tree produced byDOTParser.identifierPairStatement().voidEnter a parse tree produced byDOTParser.nodeIdentifier().voidEnter a parse tree produced byDOTParser.nodeStatement().voidEnter a parse tree produced byDOTParser.nodeStatementNoAttributes().voidEnter a parse tree produced byDOTParser.port().voidEnter a parse tree produced byDOTParser.statement().voidEnter a parse tree produced byDOTParser.subgraphStatement().voidExit a parse tree produced byDOTParser.aList().voidExit a parse tree produced byDOTParser.attributesList().voidExit a parse tree produced byDOTParser.attributeStatement().voidExit a parse tree produced byDOTParser.compoundStatement().voidExit a parse tree produced byDOTParser.edgeStatement().voidExit a parse tree produced byDOTParser.graph().voidExit a parse tree produced byDOTParser.graphHeader().voidExit a parse tree produced byDOTParser.graphIdentifier().voidExit a parse tree produced byDOTParser.identifier().voidExit a parse tree produced byDOTParser.identifierPair().voidExit a parse tree produced byDOTParser.identifierPairStatement().voidExit a parse tree produced byDOTParser.nodeIdentifier().voidExit a parse tree produced byDOTParser.nodeStatement().voidExit a parse tree produced byDOTParser.nodeStatementNoAttributes().voidExit a parse tree produced byDOTParser.port().voidExit a parse tree produced byDOTParser.statement().voidExit a parse tree produced byDOTParser.subgraphStatement().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterGraph
Enter a parse tree produced byDOTParser.graph().- Parameters:
ctx- the parse tree
-
exitGraph
Exit a parse tree produced byDOTParser.graph().- Parameters:
ctx- the parse tree
-
enterCompoundStatement
Enter a parse tree produced byDOTParser.compoundStatement().- Parameters:
ctx- the parse tree
-
exitCompoundStatement
Exit a parse tree produced byDOTParser.compoundStatement().- Parameters:
ctx- the parse tree
-
enterGraphHeader
Enter a parse tree produced byDOTParser.graphHeader().- Parameters:
ctx- the parse tree
-
exitGraphHeader
Exit a parse tree produced byDOTParser.graphHeader().- Parameters:
ctx- the parse tree
-
enterGraphIdentifier
Enter a parse tree produced byDOTParser.graphIdentifier().- Parameters:
ctx- the parse tree
-
exitGraphIdentifier
Exit a parse tree produced byDOTParser.graphIdentifier().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byDOTParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byDOTParser.statement().- Parameters:
ctx- the parse tree
-
enterIdentifierPairStatement
Enter a parse tree produced byDOTParser.identifierPairStatement().- Parameters:
ctx- the parse tree
-
exitIdentifierPairStatement
Exit a parse tree produced byDOTParser.identifierPairStatement().- Parameters:
ctx- the parse tree
-
enterAttributeStatement
Enter a parse tree produced byDOTParser.attributeStatement().- Parameters:
ctx- the parse tree
-
exitAttributeStatement
Exit a parse tree produced byDOTParser.attributeStatement().- Parameters:
ctx- the parse tree
-
enterAttributesList
Enter a parse tree produced byDOTParser.attributesList().- Parameters:
ctx- the parse tree
-
exitAttributesList
Exit a parse tree produced byDOTParser.attributesList().- Parameters:
ctx- the parse tree
-
enterAList
Enter a parse tree produced byDOTParser.aList().- Parameters:
ctx- the parse tree
-
exitAList
Exit a parse tree produced byDOTParser.aList().- Parameters:
ctx- the parse tree
-
enterEdgeStatement
Enter a parse tree produced byDOTParser.edgeStatement().- Parameters:
ctx- the parse tree
-
exitEdgeStatement
Exit a parse tree produced byDOTParser.edgeStatement().- Parameters:
ctx- the parse tree
-
enterNodeStatement
Enter a parse tree produced byDOTParser.nodeStatement().- Parameters:
ctx- the parse tree
-
exitNodeStatement
Exit a parse tree produced byDOTParser.nodeStatement().- Parameters:
ctx- the parse tree
-
enterNodeStatementNoAttributes
Enter a parse tree produced byDOTParser.nodeStatementNoAttributes().- Parameters:
ctx- the parse tree
-
exitNodeStatementNoAttributes
Exit a parse tree produced byDOTParser.nodeStatementNoAttributes().- Parameters:
ctx- the parse tree
-
enterNodeIdentifier
Enter a parse tree produced byDOTParser.nodeIdentifier().- Parameters:
ctx- the parse tree
-
exitNodeIdentifier
Exit a parse tree produced byDOTParser.nodeIdentifier().- Parameters:
ctx- the parse tree
-
enterPort
Enter a parse tree produced byDOTParser.port().- Parameters:
ctx- the parse tree
-
exitPort
Exit a parse tree produced byDOTParser.port().- Parameters:
ctx- the parse tree
-
enterSubgraphStatement
Enter a parse tree produced byDOTParser.subgraphStatement().- Parameters:
ctx- the parse tree
-
exitSubgraphStatement
Exit a parse tree produced byDOTParser.subgraphStatement().- Parameters:
ctx- the parse tree
-
enterIdentifierPair
Enter a parse tree produced byDOTParser.identifierPair().- Parameters:
ctx- the parse tree
-
exitIdentifierPair
Exit a parse tree produced byDOTParser.identifierPair().- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byDOTParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byDOTParser.identifier().- Parameters:
ctx- the parse tree
-