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 SummaryConstructors
- 
Method SummaryModifier 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.AstRightValuegetMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class org.camunda.bpm.impl.juel.AstNodegetStructuralId, getValue
- 
Constructor Details- 
AstParameters
 
- 
- 
Method Details- 
eval
- 
toString
- 
appendStructure- Specified by:
- appendStructurein class- AstNode
 
- 
getCardinalitypublic int getCardinality()Description copied from interface:NodeGet the node's number of children.
- 
getChildDescription copied from interface:NodeGet i'th child
 
-