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