|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionNode
Function node interface.
| Method Summary | |
|---|---|
int |
getIndex()
Get the unique index of this identifier in the expression (e.g. |
String |
getName()
Get the full function name |
int |
getParamCount()
Get the number of parameters for this function |
boolean |
isVarArgs()
|
| Methods inherited from interface org.camunda.bpm.engine.impl.juel.Node |
|---|
getCardinality, getChild |
| Method Detail |
|---|
String getName()
int getIndex()
int getParamCount()
boolean isVarArgs()
true if this node supports varargs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||