Class YEdVertexParserBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,YEdVertexParserListener
YEdVertexParserListener,
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 byYEdVertexParser.action().voidEnter a parse tree produced byYEdVertexParser.actions().voidEnter a parse tree produced byYEdVertexParser.blocked().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byYEdVertexParser.field().voidEnter a parse tree produced byYEdVertexParser.name().voidEnter a parse tree produced byYEdVertexParser.names().voidEnter a parse tree produced byYEdVertexParser.parse().voidEnter a parse tree produced byYEdVertexParser.reqtag().voidEnter a parse tree produced byYEdVertexParser.reqtagList().voidEnter a parse tree produced byYEdVertexParser.reqtags().voidEnter a parse tree produced byYEdVertexParser.shared().voidEnter a parse tree produced byYEdVertexParser.start().voidExit a parse tree produced byYEdVertexParser.action().voidExit a parse tree produced byYEdVertexParser.actions().voidExit a parse tree produced byYEdVertexParser.blocked().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byYEdVertexParser.field().voidExit a parse tree produced byYEdVertexParser.name().voidExit a parse tree produced byYEdVertexParser.names().voidExit a parse tree produced byYEdVertexParser.parse().voidExit a parse tree produced byYEdVertexParser.reqtag().voidExit a parse tree produced byYEdVertexParser.reqtagList().voidExit a parse tree produced byYEdVertexParser.reqtags().voidExit a parse tree produced byYEdVertexParser.shared().voidExit a parse tree produced byYEdVertexParser.start().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
YEdVertexParserBaseListener
public YEdVertexParserBaseListener()
-
-
Method Details
-
enterParse
Enter a parse tree produced byYEdVertexParser.parse().The default implementation does nothing.
- Specified by:
enterParsein interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitParse
Exit a parse tree produced byYEdVertexParser.parse().The default implementation does nothing.
- Specified by:
exitParsein interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced byYEdVertexParser.field().The default implementation does nothing.
- Specified by:
enterFieldin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced byYEdVertexParser.field().The default implementation does nothing.
- Specified by:
exitFieldin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterStart
Enter a parse tree produced byYEdVertexParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitStart
Exit a parse tree produced byYEdVertexParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterNames
Enter a parse tree produced byYEdVertexParser.names().The default implementation does nothing.
- Specified by:
enterNamesin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitNames
Exit a parse tree produced byYEdVertexParser.names().The default implementation does nothing.
- Specified by:
exitNamesin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byYEdVertexParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byYEdVertexParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterBlocked
Enter a parse tree produced byYEdVertexParser.blocked().The default implementation does nothing.
- Specified by:
enterBlockedin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitBlocked
Exit a parse tree produced byYEdVertexParser.blocked().The default implementation does nothing.
- Specified by:
exitBlockedin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterActions
Enter a parse tree produced byYEdVertexParser.actions().The default implementation does nothing.
- Specified by:
enterActionsin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitActions
Exit a parse tree produced byYEdVertexParser.actions().The default implementation does nothing.
- Specified by:
exitActionsin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterAction
Enter a parse tree produced byYEdVertexParser.action().The default implementation does nothing.
- Specified by:
enterActionin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitAction
Exit a parse tree produced byYEdVertexParser.action().The default implementation does nothing.
- Specified by:
exitActionin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterReqtags
Enter a parse tree produced byYEdVertexParser.reqtags().The default implementation does nothing.
- Specified by:
enterReqtagsin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitReqtags
Exit a parse tree produced byYEdVertexParser.reqtags().The default implementation does nothing.
- Specified by:
exitReqtagsin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterReqtagList
Enter a parse tree produced byYEdVertexParser.reqtagList().The default implementation does nothing.
- Specified by:
enterReqtagListin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitReqtagList
Exit a parse tree produced byYEdVertexParser.reqtagList().The default implementation does nothing.
- Specified by:
exitReqtagListin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
enterReqtag
Enter a parse tree produced byYEdVertexParser.reqtag().The default implementation does nothing.
- Specified by:
enterReqtagin interfaceYEdVertexParserListener- Parameters:
ctx- the parse tree
-
exitReqtag
Exit a parse tree produced byYEdVertexParser.reqtag().The default implementation does nothing.
- Specified by:
exitReqtagin interfaceYEdVertexParserListener- 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
-