|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.digraph.parser.antlr.DOTBaseListener
public class DOTBaseListener
This class provides an empty implementation of DOTListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
| Constructor Summary | |
|---|---|
DOTBaseListener()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOTBaseListener()
| Method Detail |
|---|
public void enterAttr_stmt(@NotNull
DOTParser.Attr_stmtContext ctx)
DOTParser.attr_stmt().
The default implementation does nothing.
enterAttr_stmt in interface DOTListenerctx - the parse tree
public void exitAttr_stmt(@NotNull
DOTParser.Attr_stmtContext ctx)
DOTParser.attr_stmt().
The default implementation does nothing.
exitAttr_stmt in interface DOTListenerctx - the parse tree
public void enterPort(@NotNull
DOTParser.PortContext ctx)
DOTParser.port().
The default implementation does nothing.
enterPort in interface DOTListenerctx - the parse tree
public void exitPort(@NotNull
DOTParser.PortContext ctx)
DOTParser.port().
The default implementation does nothing.
exitPort in interface DOTListenerctx - the parse tree
public void enterEdgeop(@NotNull
DOTParser.EdgeopContext ctx)
DOTParser.edgeop().
The default implementation does nothing.
enterEdgeop in interface DOTListenerctx - the parse tree
public void exitEdgeop(@NotNull
DOTParser.EdgeopContext ctx)
DOTParser.edgeop().
The default implementation does nothing.
exitEdgeop in interface DOTListenerctx - the parse tree
public void enterStmt_list(@NotNull
DOTParser.Stmt_listContext ctx)
DOTParser.stmt_list().
The default implementation does nothing.
enterStmt_list in interface DOTListenerctx - the parse tree
public void exitStmt_list(@NotNull
DOTParser.Stmt_listContext ctx)
DOTParser.stmt_list().
The default implementation does nothing.
exitStmt_list in interface DOTListenerctx - the parse tree
public void enterStmt(@NotNull
DOTParser.StmtContext ctx)
DOTParser.stmt().
The default implementation does nothing.
enterStmt in interface DOTListenerctx - the parse tree
public void exitStmt(@NotNull
DOTParser.StmtContext ctx)
DOTParser.stmt().
The default implementation does nothing.
exitStmt in interface DOTListenerctx - the parse tree
public void enterEdgeRHS(@NotNull
DOTParser.EdgeRHSContext ctx)
DOTParser.edgeRHS().
The default implementation does nothing.
enterEdgeRHS in interface DOTListenerctx - the parse tree
public void exitEdgeRHS(@NotNull
DOTParser.EdgeRHSContext ctx)
DOTParser.edgeRHS().
The default implementation does nothing.
exitEdgeRHS in interface DOTListenerctx - the parse tree
public void enterNode_id(@NotNull
DOTParser.Node_idContext ctx)
DOTParser.node_id().
The default implementation does nothing.
enterNode_id in interface DOTListenerctx - the parse tree
public void exitNode_id(@NotNull
DOTParser.Node_idContext ctx)
DOTParser.node_id().
The default implementation does nothing.
exitNode_id in interface DOTListenerctx - the parse tree
public void enterId(@NotNull
DOTParser.IdContext ctx)
DOTParser.id().
The default implementation does nothing.
enterId in interface DOTListenerctx - the parse tree
public void exitId(@NotNull
DOTParser.IdContext ctx)
DOTParser.id().
The default implementation does nothing.
exitId in interface DOTListenerctx - the parse tree
public void enterSubgraph(@NotNull
DOTParser.SubgraphContext ctx)
DOTParser.subgraph().
The default implementation does nothing.
enterSubgraph in interface DOTListenerctx - the parse tree
public void exitSubgraph(@NotNull
DOTParser.SubgraphContext ctx)
DOTParser.subgraph().
The default implementation does nothing.
exitSubgraph in interface DOTListenerctx - the parse tree
public void enterGraph(@NotNull
DOTParser.GraphContext ctx)
DOTParser.graph().
The default implementation does nothing.
enterGraph in interface DOTListenerctx - the parse tree
public void exitGraph(@NotNull
DOTParser.GraphContext ctx)
DOTParser.graph().
The default implementation does nothing.
exitGraph in interface DOTListenerctx - the parse tree
public void enterA_list(@NotNull
DOTParser.A_listContext ctx)
DOTParser.a_list().
The default implementation does nothing.
enterA_list in interface DOTListenerctx - the parse tree
public void exitA_list(@NotNull
DOTParser.A_listContext ctx)
DOTParser.a_list().
The default implementation does nothing.
exitA_list in interface DOTListenerctx - the parse tree
public void enterAttr_list(@NotNull
DOTParser.Attr_listContext ctx)
DOTParser.attr_list().
The default implementation does nothing.
enterAttr_list in interface DOTListenerctx - the parse tree
public void exitAttr_list(@NotNull
DOTParser.Attr_listContext ctx)
DOTParser.attr_list().
The default implementation does nothing.
exitAttr_list in interface DOTListenerctx - the parse tree
public void enterEdge_stmt(@NotNull
DOTParser.Edge_stmtContext ctx)
DOTParser.edge_stmt().
The default implementation does nothing.
enterEdge_stmt in interface DOTListenerctx - the parse tree
public void exitEdge_stmt(@NotNull
DOTParser.Edge_stmtContext ctx)
DOTParser.edge_stmt().
The default implementation does nothing.
exitEdge_stmt in interface DOTListenerctx - the parse tree
public void enterNode_stmt(@NotNull
DOTParser.Node_stmtContext ctx)
DOTParser.node_stmt().
The default implementation does nothing.
enterNode_stmt in interface DOTListenerctx - the parse tree
public void exitNode_stmt(@NotNull
DOTParser.Node_stmtContext ctx)
DOTParser.node_stmt().
The default implementation does nothing.
exitNode_stmt in interface DOTListenerctx - the parse tree
public void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||