Package org.camunda.bpm.engine.impl.juel
Class AstChoice
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.juel.AstNode
- 
- org.camunda.bpm.engine.impl.juel.AstRightValue
- 
- org.camunda.bpm.engine.impl.juel.AstChoice
 
 
 
- 
- All Implemented Interfaces:
- ExpressionNode,- Node
 
 public class AstChoice extends AstRightValue 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStructure(java.lang.StringBuilder b, Bindings bindings)java.lang.Objecteval(Bindings bindings, ELContext context)intgetCardinality()Get the node's number of children.AstNodegetChild(int i)Get i'th childjava.lang.StringtoString()- 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstRightValuegetMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
 - 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNodegetStructuralId, getValue
 
- 
 
- 
- 
- 
Method Detail- 
evalpublic java.lang.Object eval(Bindings bindings, ELContext context) throws ELException - Specified by:
- evalin class- AstNode
- Throws:
- ELException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
appendStructurepublic void appendStructure(java.lang.StringBuilder b, Bindings bindings)- Specified by:
- appendStructurein class- AstNode
 
 - 
getCardinalitypublic int getCardinality() Description copied from interface:NodeGet the node's number of children.
 
- 
 
-