Package org.camunda.bpm.engine.impl.juel
Class AstBracket
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.juel.AstNode
 - 
- org.camunda.bpm.engine.impl.juel.AstProperty
 - 
- org.camunda.bpm.engine.impl.juel.AstBracket
 
 
 
 
- 
- All Implemented Interfaces:
 ExpressionNode,Node
public class AstBracket extends AstProperty
 
- 
- 
Constructor Summary
Constructors Constructor Description AstBracket(AstNode base, AstNode property, boolean lvalue, boolean strict) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStructure(java.lang.StringBuilder b, Bindings bindings)intgetCardinality()Get the node's number of children.AstNodegetChild(int i)Get i'th childprotected java.lang.ObjectgetProperty(Bindings bindings, ELContext context)java.lang.StringtoString()- 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstProperty
eval, findMethod, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue 
- 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNode
getStructuralId, getValue 
 - 
 
 - 
 
- 
- 
Field Detail
- 
property
protected final AstNode property
 
 - 
 
- 
Method Detail
- 
getProperty
protected java.lang.Object getProperty(Bindings bindings, ELContext context) throws ELException
- Specified by:
 getPropertyin classAstProperty- Throws:
 ELException
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
appendStructure
public void appendStructure(java.lang.StringBuilder b, Bindings bindings)- Specified by:
 appendStructurein classAstNode
 
- 
getCardinality
public int getCardinality()
Description copied from interface:NodeGet the node's number of children. 
 - 
 
 -