Class AstChoice
- java.lang.Object
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
-
- All Implemented Interfaces:
ExpressionNode,Node
public class AstChoice extends AstRightValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStructure(StringBuilder b, Bindings bindings)Objecteval(Bindings bindings, ELContext context)intgetCardinality()Get the node's number of children.AstNodegetChild(int i)Get i'th childStringtoString()-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
findAccessibleMethod, getStructuralId, getValue
-
-
-
-
Method Detail
-
eval
public Object eval(Bindings bindings, ELContext context) throws ELException
- Specified by:
evalin classAstNode- Throws:
ELException
-
appendStructure
public void appendStructure(StringBuilder b, Bindings bindings)
- Specified by:
appendStructurein classAstNode
-
getCardinality
public int getCardinality()
Description copied from interface:NodeGet the node's number of children.
-
-