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