Package | Description |
---|---|
org.processmining.actionorientedprocessmining.parser |
Modifier and Type | Method and Description |
---|---|
ADLParser.NegationContext |
ADLParser.negation() |
ADLParser.NegationContext |
ADLParser.PropositionContext.negation() |
Modifier and Type | Method and Description |
---|---|
void |
ADLBaseListener.enterNegation(ADLParser.NegationContext ctx)
Enter a parse tree produced by
ADLParser.negation() . |
void |
ADLListener.enterNegation(ADLParser.NegationContext ctx)
Enter a parse tree produced by
ADLParser.negation() . |
void |
ADLBaseListener.exitNegation(ADLParser.NegationContext ctx)
Exit a parse tree produced by
ADLParser.negation() . |
void |
ADLListener.exitNegation(ADLParser.NegationContext ctx)
Exit a parse tree produced by
ADLParser.negation() . |