Class YEdEdgeParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,YEdEdgeParserListener
YEdEdgeParserListener,
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 byYEdEdgeParser.action().voidEnter a parse tree produced byYEdEdgeParser.actions().voidEnter a parse tree produced byYEdEdgeParser.blocked().voidEnter a parse tree produced byYEdEdgeParser.dependency().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byYEdEdgeParser.field().voidEnter a parse tree produced byYEdEdgeParser.guard().voidEnter a parse tree produced byYEdEdgeParser.name().voidEnter a parse tree produced byYEdEdgeParser.names().voidEnter a parse tree produced byYEdEdgeParser.parse().voidEnter a parse tree produced byYEdEdgeParser.reqtag().voidEnter a parse tree produced byYEdEdgeParser.reqtagList().voidEnter a parse tree produced byYEdEdgeParser.reqtags().voidEnter a parse tree produced byYEdEdgeParser.weight().voidExit a parse tree produced byYEdEdgeParser.action().voidExit a parse tree produced byYEdEdgeParser.actions().voidExit a parse tree produced byYEdEdgeParser.blocked().voidExit a parse tree produced byYEdEdgeParser.dependency().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byYEdEdgeParser.field().voidExit a parse tree produced byYEdEdgeParser.guard().voidExit a parse tree produced byYEdEdgeParser.name().voidExit a parse tree produced byYEdEdgeParser.names().voidExit a parse tree produced byYEdEdgeParser.parse().voidExit a parse tree produced byYEdEdgeParser.reqtag().voidExit a parse tree produced byYEdEdgeParser.reqtagList().voidExit a parse tree produced byYEdEdgeParser.reqtags().voidExit a parse tree produced byYEdEdgeParser.weight().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
YEdEdgeParserBaseListener
public YEdEdgeParserBaseListener()
-
-
Method Details
-
enterParse
Enter a parse tree produced byYEdEdgeParser.parse().The default implementation does nothing.
- Specified by:
enterParsein interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitParse
Exit a parse tree produced byYEdEdgeParser.parse().The default implementation does nothing.
- Specified by:
exitParsein interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced byYEdEdgeParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced byYEdEdgeParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterActions
Enter a parse tree produced byYEdEdgeParser.actions().The default implementation does nothing.
- Specified by:
enterActionsin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitActions
Exit a parse tree produced byYEdEdgeParser.actions().The default implementation does nothing.
- Specified by:
exitActionsin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterAction
Enter a parse tree produced byYEdEdgeParser.action().The default implementation does nothing.
- Specified by:
enterActionin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitAction
Exit a parse tree produced byYEdEdgeParser.action().The default implementation does nothing.
- Specified by:
exitActionin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterReqtags
Enter a parse tree produced byYEdEdgeParser.reqtags().The default implementation does nothing.
- Specified by:
enterReqtagsin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitReqtags
Exit a parse tree produced byYEdEdgeParser.reqtags().The default implementation does nothing.
- Specified by:
exitReqtagsin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterReqtagList
Enter a parse tree produced byYEdEdgeParser.reqtagList().The default implementation does nothing.
- Specified by:
enterReqtagListin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitReqtagList
Exit a parse tree produced byYEdEdgeParser.reqtagList().The default implementation does nothing.
- Specified by:
exitReqtagListin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterReqtag
Enter a parse tree produced byYEdEdgeParser.reqtag().The default implementation does nothing.
- Specified by:
enterReqtagin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitReqtag
Exit a parse tree produced byYEdEdgeParser.reqtag().The default implementation does nothing.
- Specified by:
exitReqtagin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterGuard
Enter a parse tree produced byYEdEdgeParser.guard().The default implementation does nothing.
- Specified by:
enterGuardin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitGuard
Exit a parse tree produced byYEdEdgeParser.guard().The default implementation does nothing.
- Specified by:
exitGuardin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterBlocked
Enter a parse tree produced byYEdEdgeParser.blocked().The default implementation does nothing.
- Specified by:
enterBlockedin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitBlocked
Exit a parse tree produced byYEdEdgeParser.blocked().The default implementation does nothing.
- Specified by:
exitBlockedin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterNames
Enter a parse tree produced byYEdEdgeParser.names().The default implementation does nothing.
- Specified by:
enterNamesin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitNames
Exit a parse tree produced byYEdEdgeParser.names().The default implementation does nothing.
- Specified by:
exitNamesin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byYEdEdgeParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byYEdEdgeParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterDependency
Enter a parse tree produced byYEdEdgeParser.dependency().The default implementation does nothing.
- Specified by:
enterDependencyin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitDependency
Exit a parse tree produced byYEdEdgeParser.dependency().The default implementation does nothing.
- Specified by:
exitDependencyin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
enterWeight
Enter a parse tree produced byYEdEdgeParser.weight().The default implementation does nothing.
- Specified by:
enterWeightin interfaceYEdEdgeParserListener- Parameters:
ctx- the parse tree
-
exitWeight
Exit a parse tree produced byYEdEdgeParser.weight().The default implementation does nothing.
- Specified by:
exitWeightin interfaceYEdEdgeParserListener- 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
-