- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DOTBaseListener
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 TypeMethodDescriptionvoid
Enter a parse tree produced byDOTParser.aList()
.void
Enter a parse tree produced byDOTParser.attributesList()
.void
Enter a parse tree produced byDOTParser.attributeStatement()
.void
Enter a parse tree produced byDOTParser.compoundStatement()
.void
Enter a parse tree produced byDOTParser.edgeStatement()
.void
Enter a parse tree produced byDOTParser.graph()
.void
Enter a parse tree produced byDOTParser.graphHeader()
.void
Enter a parse tree produced byDOTParser.graphIdentifier()
.void
Enter a parse tree produced byDOTParser.identifier()
.void
Enter a parse tree produced byDOTParser.identifierPair()
.void
Enter a parse tree produced byDOTParser.identifierPairStatement()
.void
Enter a parse tree produced byDOTParser.nodeIdentifier()
.void
Enter a parse tree produced byDOTParser.nodeStatement()
.void
Enter a parse tree produced byDOTParser.nodeStatementNoAttributes()
.void
Enter a parse tree produced byDOTParser.port()
.void
Enter a parse tree produced byDOTParser.statement()
.void
Enter a parse tree produced byDOTParser.subgraphStatement()
.void
Exit a parse tree produced byDOTParser.aList()
.void
Exit a parse tree produced byDOTParser.attributesList()
.void
Exit a parse tree produced byDOTParser.attributeStatement()
.void
Exit a parse tree produced byDOTParser.compoundStatement()
.void
Exit a parse tree produced byDOTParser.edgeStatement()
.void
Exit a parse tree produced byDOTParser.graph()
.void
Exit a parse tree produced byDOTParser.graphHeader()
.void
Exit a parse tree produced byDOTParser.graphIdentifier()
.void
Exit a parse tree produced byDOTParser.identifier()
.void
Exit a parse tree produced byDOTParser.identifierPair()
.void
Exit a parse tree produced byDOTParser.identifierPairStatement()
.void
Exit a parse tree produced byDOTParser.nodeIdentifier()
.void
Exit a parse tree produced byDOTParser.nodeStatement()
.void
Exit a parse tree produced byDOTParser.nodeStatementNoAttributes()
.void
Exit a parse tree produced byDOTParser.port()
.void
Exit a parse tree produced byDOTParser.statement()
.void
Exit 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
-