Class DOTBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, DOTListener
- Direct Known Subclasses:
DOTEventDrivenImporter.NotifyDOTListener
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.aList().voidEnter a parse tree produced byDOTParser.attributesList().voidEnter a parse tree produced byDOTParser.attributeStatement().voidEnter a parse tree produced byDOTParser.compoundStatement().voidEnter a parse tree produced byDOTParser.edgeStatement().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byDOTParser.graph().voidEnter a parse tree produced byDOTParser.graphHeader().voidEnter a parse tree produced byDOTParser.graphIdentifier().voidEnter a parse tree produced byDOTParser.identifier().voidEnter a parse tree produced byDOTParser.identifierPair().voidEnter a parse tree produced byDOTParser.identifierPairStatement().voidEnter a parse tree produced byDOTParser.nodeIdentifier().voidEnter a parse tree produced byDOTParser.nodeStatement().voidEnter a parse tree produced byDOTParser.nodeStatementNoAttributes().voidEnter a parse tree produced byDOTParser.port().voidEnter a parse tree produced byDOTParser.statement().voidEnter a parse tree produced byDOTParser.subgraphStatement().voidExit a parse tree produced byDOTParser.aList().voidExit a parse tree produced byDOTParser.attributesList().voidExit a parse tree produced byDOTParser.attributeStatement().voidExit a parse tree produced byDOTParser.compoundStatement().voidExit a parse tree produced byDOTParser.edgeStatement().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byDOTParser.graph().voidExit a parse tree produced byDOTParser.graphHeader().voidExit a parse tree produced byDOTParser.graphIdentifier().voidExit a parse tree produced byDOTParser.identifier().voidExit a parse tree produced byDOTParser.identifierPair().voidExit a parse tree produced byDOTParser.identifierPairStatement().voidExit a parse tree produced byDOTParser.nodeIdentifier().voidExit a parse tree produced byDOTParser.nodeStatement().voidExit a parse tree produced byDOTParser.nodeStatementNoAttributes().voidExit a parse tree produced byDOTParser.port().voidExit a parse tree produced byDOTParser.statement().voidExit a parse tree produced byDOTParser.subgraphStatement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
DOTBaseListener
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
-
enterCompoundStatement
Enter a parse tree produced byDOTParser.compoundStatement().The default implementation does nothing.
- Specified by:
enterCompoundStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitCompoundStatement
Exit a parse tree produced byDOTParser.compoundStatement().The default implementation does nothing.
- Specified by:
exitCompoundStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterGraphHeader
Enter a parse tree produced byDOTParser.graphHeader().The default implementation does nothing.
- Specified by:
enterGraphHeaderin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitGraphHeader
Exit a parse tree produced byDOTParser.graphHeader().The default implementation does nothing.
- Specified by:
exitGraphHeaderin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterGraphIdentifier
Enter a parse tree produced byDOTParser.graphIdentifier().The default implementation does nothing.
- Specified by:
enterGraphIdentifierin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitGraphIdentifier
Exit a parse tree produced byDOTParser.graphIdentifier().The default implementation does nothing.
- Specified by:
exitGraphIdentifierin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byDOTParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byDOTParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterIdentifierPairStatement
Enter a parse tree produced byDOTParser.identifierPairStatement().The default implementation does nothing.
- Specified by:
enterIdentifierPairStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitIdentifierPairStatement
Exit a parse tree produced byDOTParser.identifierPairStatement().The default implementation does nothing.
- Specified by:
exitIdentifierPairStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterAttributeStatement
Enter a parse tree produced byDOTParser.attributeStatement().The default implementation does nothing.
- Specified by:
enterAttributeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitAttributeStatement
Exit a parse tree produced byDOTParser.attributeStatement().The default implementation does nothing.
- Specified by:
exitAttributeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterAttributesList
Enter a parse tree produced byDOTParser.attributesList().The default implementation does nothing.
- Specified by:
enterAttributesListin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitAttributesList
Exit a parse tree produced byDOTParser.attributesList().The default implementation does nothing.
- Specified by:
exitAttributesListin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterAList
Enter a parse tree produced byDOTParser.aList().The default implementation does nothing.
- Specified by:
enterAListin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitAList
Exit a parse tree produced byDOTParser.aList().The default implementation does nothing.
- Specified by:
exitAListin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterEdgeStatement
Enter a parse tree produced byDOTParser.edgeStatement().The default implementation does nothing.
- Specified by:
enterEdgeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitEdgeStatement
Exit a parse tree produced byDOTParser.edgeStatement().The default implementation does nothing.
- Specified by:
exitEdgeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterNodeStatement
Enter a parse tree produced byDOTParser.nodeStatement().The default implementation does nothing.
- Specified by:
enterNodeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitNodeStatement
Exit a parse tree produced byDOTParser.nodeStatement().The default implementation does nothing.
- Specified by:
exitNodeStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterNodeStatementNoAttributes
Enter a parse tree produced byDOTParser.nodeStatementNoAttributes().The default implementation does nothing.
- Specified by:
enterNodeStatementNoAttributesin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitNodeStatementNoAttributes
Exit a parse tree produced byDOTParser.nodeStatementNoAttributes().The default implementation does nothing.
- Specified by:
exitNodeStatementNoAttributesin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterNodeIdentifier
Enter a parse tree produced byDOTParser.nodeIdentifier().The default implementation does nothing.
- Specified by:
enterNodeIdentifierin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitNodeIdentifier
Exit a parse tree produced byDOTParser.nodeIdentifier().The default implementation does nothing.
- Specified by:
exitNodeIdentifierin 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
-
enterSubgraphStatement
Enter a parse tree produced byDOTParser.subgraphStatement().The default implementation does nothing.
- Specified by:
enterSubgraphStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitSubgraphStatement
Exit a parse tree produced byDOTParser.subgraphStatement().The default implementation does nothing.
- Specified by:
exitSubgraphStatementin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterIdentifierPair
Enter a parse tree produced byDOTParser.identifierPair().The default implementation does nothing.
- Specified by:
enterIdentifierPairin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitIdentifierPair
Exit a parse tree produced byDOTParser.identifierPair().The default implementation does nothing.
- Specified by:
exitIdentifierPairin interfaceDOTListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byDOTParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceDOTListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byDOTParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin 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
-