Package org.camunda.bpm.impl.juel
Class AstBracket
java.lang.Object
org.camunda.bpm.impl.juel.AstNode
org.camunda.bpm.impl.juel.AstProperty
org.camunda.bpm.impl.juel.AstBracket
- All Implemented Interfaces:
ExpressionNode
,Node
-
Field Summary
Fields inherited from class org.camunda.bpm.impl.juel.AstProperty
lvalue, prefix, strict
-
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 childprotected Object
getProperty
(Bindings bindings, jakarta.el.ELContext context) toString()
Methods inherited from class org.camunda.bpm.impl.juel.AstProperty
eval, findMethod, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
Methods inherited from class org.camunda.bpm.impl.juel.AstNode
getStructuralId, getValue
-
Field Details
-
property
-
-
Constructor Details
-
AstBracket
-
-
Method Details
-
getProperty
protected Object getProperty(Bindings bindings, jakarta.el.ELContext context) throws jakarta.el.ELException - Specified by:
getProperty
in classAstProperty
- Throws:
jakarta.el.ELException
-
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- Specified by:
getChild
in interfaceNode
- Overrides:
getChild
in classAstProperty
-