Show / Hide Table of Contents

Interface IDOTVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by DOTParser.

Namespace: GCore.Antlr.Grammers.Dot
Assembly: Dot.dll
Syntax
public interface IDOTVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitA_list(DOTParser.A_listContext)

Visit a parse tree produced by a_list().

Declaration
Result VisitA_list(DOTParser.A_listContext context)
Parameters
Type Name Description
DOTParser.A_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttr_list(DOTParser.Attr_listContext)

Visit a parse tree produced by attr_list().

Declaration
Result VisitAttr_list(DOTParser.Attr_listContext context)
Parameters
Type Name Description
DOTParser.Attr_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitAttr_stmt(DOTParser.Attr_stmtContext)

Visit a parse tree produced by attr_stmt().

Declaration
Result VisitAttr_stmt(DOTParser.Attr_stmtContext context)
Parameters
Type Name Description
DOTParser.Attr_stmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEdge_stmt(DOTParser.Edge_stmtContext)

Visit a parse tree produced by edge_stmt().

Declaration
Result VisitEdge_stmt(DOTParser.Edge_stmtContext context)
Parameters
Type Name Description
DOTParser.Edge_stmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEdgeop(DOTParser.EdgeopContext)

Visit a parse tree produced by edgeop().

Declaration
Result VisitEdgeop(DOTParser.EdgeopContext context)
Parameters
Type Name Description
DOTParser.EdgeopContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEdgeRHS(DOTParser.EdgeRHSContext)

Visit a parse tree produced by edgeRHS().

Declaration
Result VisitEdgeRHS(DOTParser.EdgeRHSContext context)
Parameters
Type Name Description
DOTParser.EdgeRHSContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGraph(DOTParser.GraphContext)

Visit a parse tree produced by graph().

Declaration
Result VisitGraph(DOTParser.GraphContext context)
Parameters
Type Name Description
DOTParser.GraphContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitId_(DOTParser.Id_Context)

Visit a parse tree produced by id_().

Declaration
Result VisitId_(DOTParser.Id_Context context)
Parameters
Type Name Description
DOTParser.Id_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNode_id(DOTParser.Node_idContext)

Visit a parse tree produced by node_id().

Declaration
Result VisitNode_id(DOTParser.Node_idContext context)
Parameters
Type Name Description
DOTParser.Node_idContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNode_stmt(DOTParser.Node_stmtContext)

Visit a parse tree produced by node_stmt().

Declaration
Result VisitNode_stmt(DOTParser.Node_stmtContext context)
Parameters
Type Name Description
DOTParser.Node_stmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPort(DOTParser.PortContext)

Visit a parse tree produced by port().

Declaration
Result VisitPort(DOTParser.PortContext context)
Parameters
Type Name Description
DOTParser.PortContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStmt(DOTParser.StmtContext)

Visit a parse tree produced by stmt().

Declaration
Result VisitStmt(DOTParser.StmtContext context)
Parameters
Type Name Description
DOTParser.StmtContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStmt_list(DOTParser.Stmt_listContext)

Visit a parse tree produced by stmt_list().

Declaration
Result VisitStmt_list(DOTParser.Stmt_listContext context)
Parameters
Type Name Description
DOTParser.Stmt_listContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSubgraph(DOTParser.SubgraphContext)

Visit a parse tree produced by subgraph().

Declaration
Result VisitSubgraph(DOTParser.SubgraphContext context)
Parameters
Type Name Description
DOTParser.SubgraphContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX