Package org.graphwalker.dsl.yed
Interface YEdVertexParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
YEdVertexParserBaseListener
public interface YEdVertexParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
YEdVertexParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterParse
Enter a parse tree produced byYEdVertexParser.parse().- Parameters:
ctx- the parse tree
-
exitParse
Exit a parse tree produced byYEdVertexParser.parse().- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced byYEdVertexParser.field().- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced byYEdVertexParser.field().- Parameters:
ctx- the parse tree
-
enterStart
Enter a parse tree produced byYEdVertexParser.start().- Parameters:
ctx- the parse tree
-
exitStart
Exit a parse tree produced byYEdVertexParser.start().- Parameters:
ctx- the parse tree
-
enterNames
Enter a parse tree produced byYEdVertexParser.names().- Parameters:
ctx- the parse tree
-
exitNames
Exit a parse tree produced byYEdVertexParser.names().- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byYEdVertexParser.name().- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byYEdVertexParser.name().- Parameters:
ctx- the parse tree
-
enterBlocked
Enter a parse tree produced byYEdVertexParser.blocked().- Parameters:
ctx- the parse tree
-
exitBlocked
Exit a parse tree produced byYEdVertexParser.blocked().- Parameters:
ctx- the parse tree
-
enterActions
Enter a parse tree produced byYEdVertexParser.actions().- Parameters:
ctx- the parse tree
-
exitActions
Exit a parse tree produced byYEdVertexParser.actions().- Parameters:
ctx- the parse tree
-
enterAction
Enter a parse tree produced byYEdVertexParser.action().- Parameters:
ctx- the parse tree
-
exitAction
Exit a parse tree produced byYEdVertexParser.action().- Parameters:
ctx- the parse tree
-
enterReqtags
Enter a parse tree produced byYEdVertexParser.reqtags().- Parameters:
ctx- the parse tree
-
exitReqtags
Exit a parse tree produced byYEdVertexParser.reqtags().- Parameters:
ctx- the parse tree
-
enterReqtagList
Enter a parse tree produced byYEdVertexParser.reqtagList().- Parameters:
ctx- the parse tree
-
exitReqtagList
Exit a parse tree produced byYEdVertexParser.reqtagList().- Parameters:
ctx- the parse tree
-
enterReqtag
Enter a parse tree produced byYEdVertexParser.reqtag().- Parameters:
ctx- the parse tree
-
exitReqtag
Exit a parse tree produced byYEdVertexParser.reqtag().- Parameters:
ctx- the parse tree
-