com.paypal.digraph.parser.antlr
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
 void enterA_list(DOTParser.A_listContext ctx)
          Enter a parse tree produced by DOTParser.a_list().
 void enterAttr_list(DOTParser.Attr_listContext ctx)
          Enter a parse tree produced by DOTParser.attr_list().
 void enterAttr_stmt(DOTParser.Attr_stmtContext ctx)
          Enter a parse tree produced by DOTParser.attr_stmt().
 void enterEdge_stmt(DOTParser.Edge_stmtContext ctx)
          Enter a parse tree produced by DOTParser.edge_stmt().
 void enterEdgeop(DOTParser.EdgeopContext ctx)
          Enter a parse tree produced by DOTParser.edgeop().
 void enterEdgeRHS(DOTParser.EdgeRHSContext ctx)
          Enter a parse tree produced by DOTParser.edgeRHS().
 void enterGraph(DOTParser.GraphContext ctx)
          Enter a parse tree produced by DOTParser.graph().
 void enterId(DOTParser.IdContext ctx)
          Enter a parse tree produced by DOTParser.id().
 void enterNode_id(DOTParser.Node_idContext ctx)
          Enter a parse tree produced by DOTParser.node_id().
 void enterNode_stmt(DOTParser.Node_stmtContext ctx)
          Enter a parse tree produced by DOTParser.node_stmt().
 void enterPort(DOTParser.PortContext ctx)
          Enter a parse tree produced by DOTParser.port().
 void enterStmt_list(DOTParser.Stmt_listContext ctx)
          Enter a parse tree produced by DOTParser.stmt_list().
 void enterStmt(DOTParser.StmtContext ctx)
          Enter a parse tree produced by DOTParser.stmt().
 void enterSubgraph(DOTParser.SubgraphContext ctx)
          Enter a parse tree produced by DOTParser.subgraph().
 void exitA_list(DOTParser.A_listContext ctx)
          Exit a parse tree produced by DOTParser.a_list().
 void exitAttr_list(DOTParser.Attr_listContext ctx)
          Exit a parse tree produced by DOTParser.attr_list().
 void exitAttr_stmt(DOTParser.Attr_stmtContext ctx)
          Exit a parse tree produced by DOTParser.attr_stmt().
 void exitEdge_stmt(DOTParser.Edge_stmtContext ctx)
          Exit a parse tree produced by DOTParser.edge_stmt().
 void exitEdgeop(DOTParser.EdgeopContext ctx)
          Exit a parse tree produced by DOTParser.edgeop().
 void exitEdgeRHS(DOTParser.EdgeRHSContext ctx)
          Exit a parse tree produced by DOTParser.edgeRHS().
 void exitGraph(DOTParser.GraphContext ctx)
          Exit a parse tree produced by DOTParser.graph().
 void exitId(DOTParser.IdContext ctx)
          Exit a parse tree produced by DOTParser.id().
 void exitNode_id(DOTParser.Node_idContext ctx)
          Exit a parse tree produced by DOTParser.node_id().
 void exitNode_stmt(DOTParser.Node_stmtContext ctx)
          Exit a parse tree produced by DOTParser.node_stmt().
 void exitPort(DOTParser.PortContext ctx)
          Exit a parse tree produced by DOTParser.port().
 void exitStmt_list(DOTParser.Stmt_listContext ctx)
          Exit a parse tree produced by DOTParser.stmt_list().
 void exitStmt(DOTParser.StmtContext ctx)
          Exit a parse tree produced by DOTParser.stmt().
 void exitSubgraph(DOTParser.SubgraphContext ctx)
          Exit a parse tree produced by DOTParser.subgraph().
 
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
 

Method Detail

enterAttr_stmt

void enterAttr_stmt(@NotNull
                    DOTParser.Attr_stmtContext ctx)
Enter a parse tree produced by DOTParser.attr_stmt().

Parameters:
ctx - the parse tree

exitAttr_stmt

void exitAttr_stmt(@NotNull
                   DOTParser.Attr_stmtContext ctx)
Exit a parse tree produced by DOTParser.attr_stmt().

Parameters:
ctx - the parse tree

enterPort

void enterPort(@NotNull
               DOTParser.PortContext ctx)
Enter a parse tree produced by DOTParser.port().

Parameters:
ctx - the parse tree

exitPort

void exitPort(@NotNull
              DOTParser.PortContext ctx)
Exit a parse tree produced by DOTParser.port().

Parameters:
ctx - the parse tree

enterEdgeop

void enterEdgeop(@NotNull
                 DOTParser.EdgeopContext ctx)
Enter a parse tree produced by DOTParser.edgeop().

Parameters:
ctx - the parse tree

exitEdgeop

void exitEdgeop(@NotNull
                DOTParser.EdgeopContext ctx)
Exit a parse tree produced by DOTParser.edgeop().

Parameters:
ctx - the parse tree

enterStmt_list

void enterStmt_list(@NotNull
                    DOTParser.Stmt_listContext ctx)
Enter a parse tree produced by DOTParser.stmt_list().

Parameters:
ctx - the parse tree

exitStmt_list

void exitStmt_list(@NotNull
                   DOTParser.Stmt_listContext ctx)
Exit a parse tree produced by DOTParser.stmt_list().

Parameters:
ctx - the parse tree

enterStmt

void enterStmt(@NotNull
               DOTParser.StmtContext ctx)
Enter a parse tree produced by DOTParser.stmt().

Parameters:
ctx - the parse tree

exitStmt

void exitStmt(@NotNull
              DOTParser.StmtContext ctx)
Exit a parse tree produced by DOTParser.stmt().

Parameters:
ctx - the parse tree

enterEdgeRHS

void enterEdgeRHS(@NotNull
                  DOTParser.EdgeRHSContext ctx)
Enter a parse tree produced by DOTParser.edgeRHS().

Parameters:
ctx - the parse tree

exitEdgeRHS

void exitEdgeRHS(@NotNull
                 DOTParser.EdgeRHSContext ctx)
Exit a parse tree produced by DOTParser.edgeRHS().

Parameters:
ctx - the parse tree

enterNode_id

void enterNode_id(@NotNull
                  DOTParser.Node_idContext ctx)
Enter a parse tree produced by DOTParser.node_id().

Parameters:
ctx - the parse tree

exitNode_id

void exitNode_id(@NotNull
                 DOTParser.Node_idContext ctx)
Exit a parse tree produced by DOTParser.node_id().

Parameters:
ctx - the parse tree

enterId

void enterId(@NotNull
             DOTParser.IdContext ctx)
Enter a parse tree produced by DOTParser.id().

Parameters:
ctx - the parse tree

exitId

void exitId(@NotNull
            DOTParser.IdContext ctx)
Exit a parse tree produced by DOTParser.id().

Parameters:
ctx - the parse tree

enterSubgraph

void enterSubgraph(@NotNull
                   DOTParser.SubgraphContext ctx)
Enter a parse tree produced by DOTParser.subgraph().

Parameters:
ctx - the parse tree

exitSubgraph

void exitSubgraph(@NotNull
                  DOTParser.SubgraphContext ctx)
Exit a parse tree produced by DOTParser.subgraph().

Parameters:
ctx - the parse tree

enterGraph

void enterGraph(@NotNull
                DOTParser.GraphContext ctx)
Enter a parse tree produced by DOTParser.graph().

Parameters:
ctx - the parse tree

exitGraph

void exitGraph(@NotNull
               DOTParser.GraphContext ctx)
Exit a parse tree produced by DOTParser.graph().

Parameters:
ctx - the parse tree

enterA_list

void enterA_list(@NotNull
                 DOTParser.A_listContext ctx)
Enter a parse tree produced by DOTParser.a_list().

Parameters:
ctx - the parse tree

exitA_list

void exitA_list(@NotNull
                DOTParser.A_listContext ctx)
Exit a parse tree produced by DOTParser.a_list().

Parameters:
ctx - the parse tree

enterAttr_list

void enterAttr_list(@NotNull
                    DOTParser.Attr_listContext ctx)
Enter a parse tree produced by DOTParser.attr_list().

Parameters:
ctx - the parse tree

exitAttr_list

void exitAttr_list(@NotNull
                   DOTParser.Attr_listContext ctx)
Exit a parse tree produced by DOTParser.attr_list().

Parameters:
ctx - the parse tree

enterEdge_stmt

void enterEdge_stmt(@NotNull
                    DOTParser.Edge_stmtContext ctx)
Enter a parse tree produced by DOTParser.edge_stmt().

Parameters:
ctx - the parse tree

exitEdge_stmt

void exitEdge_stmt(@NotNull
                   DOTParser.Edge_stmtContext ctx)
Exit a parse tree produced by DOTParser.edge_stmt().

Parameters:
ctx - the parse tree

enterNode_stmt

void enterNode_stmt(@NotNull
                    DOTParser.Node_stmtContext ctx)
Enter a parse tree produced by DOTParser.node_stmt().

Parameters:
ctx - the parse tree

exitNode_stmt

void exitNode_stmt(@NotNull
                   DOTParser.Node_stmtContext ctx)
Exit a parse tree produced by DOTParser.node_stmt().

Parameters:
ctx - the parse tree


Copyright © 2017. All rights reserved.