Package ru.kode.way.gradle
Interface DotListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DotBaseListener
public 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.a_list().voidEnter a parse tree produced byDotParser.attr_list().voidEnter a parse tree produced byDotParser.attr_stmt().voidEnter a parse tree produced byDotParser.edge_stmt().voidEnter a parse tree produced byDotParser.edgeop().voidEnter a parse tree produced byDotParser.edgeRHS().voidEnter a parse tree produced byDotParser.graph().voidEnter a parse tree produced byDotParser.id_().voidEnter a parse tree produced byDotParser.node_id().voidEnter a parse tree produced byDotParser.node_stmt().voidEnter a parse tree produced byDotParser.port().voidEnter a parse tree produced byDotParser.stmt().voidEnter a parse tree produced byDotParser.stmt_list().voidEnter a parse tree produced byDotParser.subgraph().voidExit a parse tree produced byDotParser.a_list().voidExit a parse tree produced byDotParser.attr_list().voidExit a parse tree produced byDotParser.attr_stmt().voidExit a parse tree produced byDotParser.edge_stmt().voidExit a parse tree produced byDotParser.edgeop().voidExit a parse tree produced byDotParser.edgeRHS().voidExit a parse tree produced byDotParser.graph().voidExit a parse tree produced byDotParser.id_().voidExit a parse tree produced byDotParser.node_id().voidExit a parse tree produced byDotParser.node_stmt().voidExit a parse tree produced byDotParser.port().voidExit a parse tree produced byDotParser.stmt().voidExit a parse tree produced byDotParser.stmt_list().voidExit a parse tree produced byDotParser.subgraph().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
-
enterStmt_list
Enter a parse tree produced byDotParser.stmt_list().- Parameters:
ctx- the parse tree
-
exitStmt_list
Exit a parse tree produced byDotParser.stmt_list().- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byDotParser.stmt().- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byDotParser.stmt().- Parameters:
ctx- the parse tree
-
enterAttr_stmt
Enter a parse tree produced byDotParser.attr_stmt().- Parameters:
ctx- the parse tree
-
exitAttr_stmt
Exit a parse tree produced byDotParser.attr_stmt().- Parameters:
ctx- the parse tree
-
enterAttr_list
Enter a parse tree produced byDotParser.attr_list().- Parameters:
ctx- the parse tree
-
exitAttr_list
Exit a parse tree produced byDotParser.attr_list().- Parameters:
ctx- the parse tree
-
enterA_list
Enter a parse tree produced byDotParser.a_list().- Parameters:
ctx- the parse tree
-
exitA_list
Exit a parse tree produced byDotParser.a_list().- Parameters:
ctx- the parse tree
-
enterEdge_stmt
Enter a parse tree produced byDotParser.edge_stmt().- Parameters:
ctx- the parse tree
-
exitEdge_stmt
Exit a parse tree produced byDotParser.edge_stmt().- Parameters:
ctx- the parse tree
-
enterEdgeRHS
Enter a parse tree produced byDotParser.edgeRHS().- Parameters:
ctx- the parse tree
-
exitEdgeRHS
Exit a parse tree produced byDotParser.edgeRHS().- Parameters:
ctx- the parse tree
-
enterEdgeop
Enter a parse tree produced byDotParser.edgeop().- Parameters:
ctx- the parse tree
-
exitEdgeop
Exit a parse tree produced byDotParser.edgeop().- Parameters:
ctx- the parse tree
-
enterNode_stmt
Enter a parse tree produced byDotParser.node_stmt().- Parameters:
ctx- the parse tree
-
exitNode_stmt
Exit a parse tree produced byDotParser.node_stmt().- Parameters:
ctx- the parse tree
-
enterNode_id
Enter a parse tree produced byDotParser.node_id().- Parameters:
ctx- the parse tree
-
exitNode_id
Exit a parse tree produced byDotParser.node_id().- 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
-
enterSubgraph
Enter a parse tree produced byDotParser.subgraph().- Parameters:
ctx- the parse tree
-
exitSubgraph
Exit a parse tree produced byDotParser.subgraph().- Parameters:
ctx- the parse tree
-
enterId_
Enter a parse tree produced byDotParser.id_().- Parameters:
ctx- the parse tree
-
exitId_
Exit a parse tree produced byDotParser.id_().- Parameters:
ctx- the parse tree
-