Package | Description |
---|---|
org.processmining.actionorientedprocessmining.parser |
Modifier and Type | Method and Description |
---|---|
ADLParser.ActionContext |
ADLParser.action() |
Modifier and Type | Method and Description |
---|---|
void |
ADLBaseListener.enterAction(ADLParser.ActionContext ctx)
Enter a parse tree produced by
ADLParser.action() . |
void |
ADLListener.enterAction(ADLParser.ActionContext ctx)
Enter a parse tree produced by
ADLParser.action() . |
void |
ADLBaseListener.exitAction(ADLParser.ActionContext ctx)
Exit a parse tree produced by
ADLParser.action() . |
void |
ADLListener.exitAction(ADLParser.ActionContext ctx)
Exit a parse tree produced by
ADLParser.action() . |