Package org.camunda.bpm.impl.juel
Class AstParameters
java.lang.Object
org.camunda.bpm.impl.juel.AstNode
org.camunda.bpm.impl.juel.AstRightValue
org.camunda.bpm.impl.juel.AstParameters
- All Implemented Interfaces:
 ExpressionNode,Node
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidappendStructure(StringBuilder builder, Bindings bindings) Object[]intGet the node's number of children.getChild(int i) Get i'th childtoString()Methods inherited from class org.camunda.bpm.impl.juel.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class org.camunda.bpm.impl.juel.AstNode
getStructuralId, getValue 
- 
Constructor Details
- 
AstParameters
 
 - 
 - 
Method Details
- 
eval
 - 
toString
 - 
appendStructure
- Specified by:
 appendStructurein classAstNode
 - 
getCardinality
public int getCardinality()Description copied from interface:NodeGet the node's number of children. - 
getChild
Description copied from interface:NodeGet i'th child 
 -