Package org.camunda.bpm.impl.juel
Interface FunctionNode
- All Superinterfaces:
 Node
- All Known Implementing Classes:
 AstFunction
Function node interface.
- Author:
 - Christoph Beck
 
- 
Method Summary
Methods inherited from interface org.camunda.bpm.impl.juel.Node
getCardinality, getChild 
- 
Method Details
- 
getName
String getName()Get the full function name - 
getIndex
int getIndex()Get the unique index of this identifier in the expression (e.g. preorder index) - 
getParamCount
int getParamCount()Get the number of parameters for this function - 
isVarArgs
boolean isVarArgs()- Returns:
 trueif this node supports varargs.
 
 -