Package | Description |
---|---|
org.processmining.actionorientedprocessmining.parser |
Modifier and Type | Method and Description |
---|---|
CDLParser.PredicateContext |
CDLParser.predicate() |
CDLParser.PredicateContext |
CDLParser.ValidatePredicateContext.predicate() |
CDLParser.PredicateContext |
CDLParser.EvaluatePredicateContext.predicate() |
Modifier and Type | Method and Description |
---|---|
void |
CDLBaseListener.enterPredicate(CDLParser.PredicateContext ctx)
Enter a parse tree produced by
CDLParser.predicate() . |
void |
CDLListener.enterPredicate(CDLParser.PredicateContext ctx)
Enter a parse tree produced by
CDLParser.predicate() . |
void |
CDLBaseListener.exitPredicate(CDLParser.PredicateContext ctx)
Exit a parse tree produced by
CDLParser.predicate() . |
void |
CDLListener.exitPredicate(CDLParser.PredicateContext ctx)
Exit a parse tree produced by
CDLParser.predicate() . |