Class AstComposite
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.AstComposite
- All Implemented Interfaces:
ExpressionNode,Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStructure(StringBuilder b, Bindings bindings) intGet the node's number of children.getChild(int i) Get i'th childtoString()Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
findAccessibleMethod, getStructuralId, getValue
-
Constructor Details
-
AstComposite
-
-
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
-