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