| Package | Description |
|---|---|
| org.flowable.engine.common.impl.de.odysseus.el.tree.impl | |
| org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast |
| Modifier and Type | Method and Description |
|---|---|
protected AstParameters |
Parser.params()
params := <LPAREN> (expr (<COMMA> expr)*)? <RPAREN>
|
| Modifier and Type | Method and Description |
|---|---|
protected AstFunction |
Parser.createAstFunction(String name,
int index,
AstParameters params) |
protected AstMethod |
Parser.createAstMethod(AstProperty property,
AstParameters params) |
protected AstFunction |
Parser.function(String name,
AstParameters params) |
| Constructor and Description |
|---|
AstFunction(String name,
int index,
AstParameters params) |
AstFunction(String name,
int index,
AstParameters params,
boolean varargs) |
AstMethod(AstProperty property,
AstParameters params) |
Copyright © 2017 Flowable. All rights reserved.