Class DotBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,DotListener
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:
enterId_in interfaceDotListener- Parameters:
ctx- the parse tree
-
exitId_
Exit a parse tree produced byDotParser.id_().The default implementation does nothing.
- Specified by:
exitId_in 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
-