T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface DotVisitor<T> extends ParseTreeVisitor<T>
DotParser
.visit, visitChildren, visitErrorNode, visitTerminal
T visitGraph(DotParser.GraphContext ctx)
DotParser.graph()
.ctx
- the parse treeT visitStmt_list(DotParser.Stmt_listContext ctx)
DotParser.stmt_list()
.ctx
- the parse treeT visitStmt(DotParser.StmtContext ctx)
DotParser.stmt()
.ctx
- the parse treeT visitAttr_stmt(DotParser.Attr_stmtContext ctx)
DotParser.attr_stmt()
.ctx
- the parse treeT visitAttr_list(DotParser.Attr_listContext ctx)
DotParser.attr_list()
.ctx
- the parse treeT visitA_list(DotParser.A_listContext ctx)
DotParser.a_list()
.ctx
- the parse treeT visitKey_value(DotParser.Key_valueContext ctx)
DotParser.key_value()
.ctx
- the parse treeT visitEdge_stmt(DotParser.Edge_stmtContext ctx)
DotParser.edge_stmt()
.ctx
- the parse treeT visitEdgeRHS(DotParser.EdgeRHSContext ctx)
DotParser.edgeRHS()
.ctx
- the parse treeT visitNode_set(DotParser.Node_setContext ctx)
DotParser.node_set()
.ctx
- the parse treeT visitEdgeop(DotParser.EdgeopContext ctx)
DotParser.edgeop()
.ctx
- the parse treeT visitNode_stmt(DotParser.Node_stmtContext ctx)
DotParser.node_stmt()
.ctx
- the parse treeT visitNode_id(DotParser.Node_idContext ctx)
DotParser.node_id()
.ctx
- the parse treeT visitPort(DotParser.PortContext ctx)
DotParser.port()
.ctx
- the parse treeT visitSubgraph(DotParser.SubgraphContext ctx)
DotParser.subgraph()
.ctx
- the parse treeT visitId(DotParser.IdContext ctx)
DotParser.id()
.ctx
- the parse tree