Class DOTBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,DOTListener
- Direct Known Subclasses:
DotModelListener
DOTListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
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().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) 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().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
DOTBaseListener
public DOTBaseListener()
-
-
Method Details
-
enterGraph
Enter a parse tree produced byDOTParser.graph().The default implementation does nothing.
- Specified by:
enterGraphin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitGraph
Exit a parse tree produced byDOTParser.graph().The default implementation does nothing.
- Specified by:
exitGraphin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterStmt_list
Enter a parse tree produced byDOTParser.stmt_list().The default implementation does nothing.
- Specified by:
enterStmt_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitStmt_list
Exit a parse tree produced byDOTParser.stmt_list().The default implementation does nothing.
- Specified by:
exitStmt_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterStmt
Enter a parse tree produced byDOTParser.stmt().The default implementation does nothing.
- Specified by:
enterStmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitStmt
Exit a parse tree produced byDOTParser.stmt().The default implementation does nothing.
- Specified by:
exitStmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterAttr_stmt
Enter a parse tree produced byDOTParser.attr_stmt().The default implementation does nothing.
- Specified by:
enterAttr_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitAttr_stmt
Exit a parse tree produced byDOTParser.attr_stmt().The default implementation does nothing.
- Specified by:
exitAttr_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterAttr_list
Enter a parse tree produced byDOTParser.attr_list().The default implementation does nothing.
- Specified by:
enterAttr_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitAttr_list
Exit a parse tree produced byDOTParser.attr_list().The default implementation does nothing.
- Specified by:
exitAttr_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterA_list
Enter a parse tree produced byDOTParser.a_list().The default implementation does nothing.
- Specified by:
enterA_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitA_list
Exit a parse tree produced byDOTParser.a_list().The default implementation does nothing.
- Specified by:
exitA_listin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterEdge_stmt
Enter a parse tree produced byDOTParser.edge_stmt().The default implementation does nothing.
- Specified by:
enterEdge_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitEdge_stmt
Exit a parse tree produced byDOTParser.edge_stmt().The default implementation does nothing.
- Specified by:
exitEdge_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterEdgeRHS
Enter a parse tree produced byDOTParser.edgeRHS().The default implementation does nothing.
- Specified by:
enterEdgeRHSin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitEdgeRHS
Exit a parse tree produced byDOTParser.edgeRHS().The default implementation does nothing.
- Specified by:
exitEdgeRHSin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterEdgeop
Enter a parse tree produced byDOTParser.edgeop().The default implementation does nothing.
- Specified by:
enterEdgeopin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitEdgeop
Exit a parse tree produced byDOTParser.edgeop().The default implementation does nothing.
- Specified by:
exitEdgeopin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterNode_stmt
Enter a parse tree produced byDOTParser.node_stmt().The default implementation does nothing.
- Specified by:
enterNode_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitNode_stmt
Exit a parse tree produced byDOTParser.node_stmt().The default implementation does nothing.
- Specified by:
exitNode_stmtin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterNode_id
Enter a parse tree produced byDOTParser.node_id().The default implementation does nothing.
- Specified by:
enterNode_idin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitNode_id
Exit a parse tree produced byDOTParser.node_id().The default implementation does nothing.
- Specified by:
exitNode_idin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterPort
Enter a parse tree produced byDOTParser.port().The default implementation does nothing.
- Specified by:
enterPortin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitPort
Exit a parse tree produced byDOTParser.port().The default implementation does nothing.
- Specified by:
exitPortin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterSubgraph
Enter a parse tree produced byDOTParser.subgraph().The default implementation does nothing.
- Specified by:
enterSubgraphin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitSubgraph
Exit a parse tree produced byDOTParser.subgraph().The default implementation does nothing.
- Specified by:
exitSubgraphin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterId
Enter a parse tree produced byDOTParser.id().The default implementation does nothing.
- Specified by:
enterIdin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitId
Exit a parse tree produced byDOTParser.id().The default implementation does nothing.
- Specified by:
exitIdin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-