Package org.camunda.bpm.impl.juel
Class AstNested
java.lang.Object
org.camunda.bpm.impl.juel.AstNode
org.camunda.bpm.impl.juel.AstRightValue
org.camunda.bpm.impl.juel.AstNested
- All Implemented Interfaces:
ExpressionNode
,Node
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendStructure
(StringBuilder b, Bindings bindings) int
Get 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, setValue
Methods inherited from class org.camunda.bpm.impl.juel.AstNode
getStructuralId, getValue
-
Constructor Details
-
AstNested
-
-
Method Details
-
eval
-
toString
-
appendStructure
- Specified by:
appendStructure
in classAstNode
-
getCardinality
public int getCardinality()Description copied from interface:Node
Get the node's number of children. -
getChild
Description copied from interface:Node
Get i'th child
-