-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DOTBaseListener
interface DOTListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byDOTParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterGraph
void enterGraph(DOTParser.GraphContext ctx)
Enter a parse tree produced byDOTParser.graph().- Parameters:
ctx- the parse tree
-
exitGraph
void exitGraph(DOTParser.GraphContext ctx)
Exit a parse tree produced byDOTParser.graph().- Parameters:
ctx- the parse tree
-
enterCompoundStatement
void enterCompoundStatement(DOTParser.CompoundStatementContext ctx)
Enter a parse tree produced byDOTParser.compoundStatement().- Parameters:
ctx- the parse tree
-
exitCompoundStatement
void exitCompoundStatement(DOTParser.CompoundStatementContext ctx)
Exit a parse tree produced byDOTParser.compoundStatement().- Parameters:
ctx- the parse tree
-
enterGraphHeader
void enterGraphHeader(DOTParser.GraphHeaderContext ctx)
Enter a parse tree produced byDOTParser.graphHeader().- Parameters:
ctx- the parse tree
-
exitGraphHeader
void exitGraphHeader(DOTParser.GraphHeaderContext ctx)
Exit a parse tree produced byDOTParser.graphHeader().- Parameters:
ctx- the parse tree
-
enterGraphIdentifier
void enterGraphIdentifier(DOTParser.GraphIdentifierContext ctx)
Enter a parse tree produced byDOTParser.graphIdentifier().- Parameters:
ctx- the parse tree
-
exitGraphIdentifier
void exitGraphIdentifier(DOTParser.GraphIdentifierContext ctx)
Exit a parse tree produced byDOTParser.graphIdentifier().- Parameters:
ctx- the parse tree
-
enterStatement
void enterStatement(DOTParser.StatementContext ctx)
Enter a parse tree produced byDOTParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
void exitStatement(DOTParser.StatementContext ctx)
Exit a parse tree produced byDOTParser.statement().- Parameters:
ctx- the parse tree
-
enterIdentifierPairStatement
void enterIdentifierPairStatement(DOTParser.IdentifierPairStatementContext ctx)
Enter a parse tree produced byDOTParser.identifierPairStatement().- Parameters:
ctx- the parse tree
-
exitIdentifierPairStatement
void exitIdentifierPairStatement(DOTParser.IdentifierPairStatementContext ctx)
Exit a parse tree produced byDOTParser.identifierPairStatement().- Parameters:
ctx- the parse tree
-
enterAttributeStatement
void enterAttributeStatement(DOTParser.AttributeStatementContext ctx)
Enter a parse tree produced byDOTParser.attributeStatement().- Parameters:
ctx- the parse tree
-
exitAttributeStatement
void exitAttributeStatement(DOTParser.AttributeStatementContext ctx)
Exit a parse tree produced byDOTParser.attributeStatement().- Parameters:
ctx- the parse tree
-
enterAttributesList
void enterAttributesList(DOTParser.AttributesListContext ctx)
Enter a parse tree produced byDOTParser.attributesList().- Parameters:
ctx- the parse tree
-
exitAttributesList
void exitAttributesList(DOTParser.AttributesListContext ctx)
Exit a parse tree produced byDOTParser.attributesList().- Parameters:
ctx- the parse tree
-
enterAList
void enterAList(DOTParser.AListContext ctx)
Enter a parse tree produced byDOTParser.aList().- Parameters:
ctx- the parse tree
-
exitAList
void exitAList(DOTParser.AListContext ctx)
Exit a parse tree produced byDOTParser.aList().- Parameters:
ctx- the parse tree
-
enterEdgeStatement
void enterEdgeStatement(DOTParser.EdgeStatementContext ctx)
Enter a parse tree produced byDOTParser.edgeStatement().- Parameters:
ctx- the parse tree
-
exitEdgeStatement
void exitEdgeStatement(DOTParser.EdgeStatementContext ctx)
Exit a parse tree produced byDOTParser.edgeStatement().- Parameters:
ctx- the parse tree
-
enterNodeStatement
void enterNodeStatement(DOTParser.NodeStatementContext ctx)
Enter a parse tree produced byDOTParser.nodeStatement().- Parameters:
ctx- the parse tree
-
exitNodeStatement
void exitNodeStatement(DOTParser.NodeStatementContext ctx)
Exit a parse tree produced byDOTParser.nodeStatement().- Parameters:
ctx- the parse tree
-
enterNodeStatementNoAttributes
void enterNodeStatementNoAttributes(DOTParser.NodeStatementNoAttributesContext ctx)
Enter a parse tree produced byDOTParser.nodeStatementNoAttributes().- Parameters:
ctx- the parse tree
-
exitNodeStatementNoAttributes
void exitNodeStatementNoAttributes(DOTParser.NodeStatementNoAttributesContext ctx)
Exit a parse tree produced byDOTParser.nodeStatementNoAttributes().- Parameters:
ctx- the parse tree
-
enterNodeIdentifier
void enterNodeIdentifier(DOTParser.NodeIdentifierContext ctx)
Enter a parse tree produced byDOTParser.nodeIdentifier().- Parameters:
ctx- the parse tree
-
exitNodeIdentifier
void exitNodeIdentifier(DOTParser.NodeIdentifierContext ctx)
Exit a parse tree produced byDOTParser.nodeIdentifier().- Parameters:
ctx- the parse tree
-
enterPort
void enterPort(DOTParser.PortContext ctx)
Enter a parse tree produced byDOTParser.port().- Parameters:
ctx- the parse tree
-
exitPort
void exitPort(DOTParser.PortContext ctx)
Exit a parse tree produced byDOTParser.port().- Parameters:
ctx- the parse tree
-
enterSubgraphStatement
void enterSubgraphStatement(DOTParser.SubgraphStatementContext ctx)
Enter a parse tree produced byDOTParser.subgraphStatement().- Parameters:
ctx- the parse tree
-
exitSubgraphStatement
void exitSubgraphStatement(DOTParser.SubgraphStatementContext ctx)
Exit a parse tree produced byDOTParser.subgraphStatement().- Parameters:
ctx- the parse tree
-
enterIdentifierPair
void enterIdentifierPair(DOTParser.IdentifierPairContext ctx)
Enter a parse tree produced byDOTParser.identifierPair().- Parameters:
ctx- the parse tree
-
exitIdentifierPair
void exitIdentifierPair(DOTParser.IdentifierPairContext ctx)
Exit a parse tree produced byDOTParser.identifierPair().- Parameters:
ctx- the parse tree
-
enterIdentifier
void enterIdentifier(DOTParser.IdentifierContext ctx)
Enter a parse tree produced byDOTParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
void exitIdentifier(DOTParser.IdentifierContext ctx)
Exit a parse tree produced byDOTParser.identifier().- Parameters:
ctx- the parse tree
-
-