Class AstDot
java.lang.Object
org.activiti.core.el.juel.tree.impl.ast.AstNode
org.activiti.core.el.juel.tree.impl.ast.AstProperty
org.activiti.core.el.juel.tree.impl.ast.AstDot
- All Implemented Interfaces:
ExpressionNode, Node
-
Field Summary
FieldsFields inherited from class AstProperty
ignoreReturnType, lvalue, prefix, strict -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStructure(StringBuilder b, Bindings bindings) intGet the node's number of children.protected StringgetProperty(Bindings bindings, jakarta.el.ELContext context) toString()Methods inherited from class AstProperty
eval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class AstNode
findAccessibleMethod, getStructuralId, getValue
-
Field Details
-
property
-
-
Constructor Details
-
AstDot
-
AstDot
-
-
Method Details
-
getProperty
protected String getProperty(Bindings bindings, jakarta.el.ELContext context) throws jakarta.el.ELException - Specified by:
getPropertyin classAstProperty- Throws:
jakarta.el.ELException
-
toString
-
appendStructure
- Specified by:
appendStructurein classAstNode
-
getCardinality
public int getCardinality()Description copied from interface:NodeGet the node's number of children.
-