Package org.camunda.bpm.impl.juel
Class AstDot
java.lang.Object
org.camunda.bpm.impl.juel.AstNode
org.camunda.bpm.impl.juel.AstProperty
org.camunda.bpm.impl.juel.AstDot
- All Implemented Interfaces:
- ExpressionNode,- Node
- 
Field SummaryFieldsFields inherited from class org.camunda.bpm.impl.juel.AstPropertylvalue, prefix, strict
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 org.camunda.bpm.impl.juel.AstPropertyeval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class org.camunda.bpm.impl.juel.AstNodegetStructuralId, getValue
- 
Field Details- 
property
 
- 
- 
Constructor Details- 
AstDot
 
- 
- 
Method Details- 
getPropertyprotected String getProperty(Bindings bindings, jakarta.el.ELContext context) throws jakarta.el.ELException - Specified by:
- getPropertyin class- AstProperty
- Throws:
- jakarta.el.ELException
 
- 
toString
- 
appendStructure- Specified by:
- appendStructurein class- AstNode
 
- 
getCardinalitypublic int getCardinality()Description copied from interface:NodeGet the node's number of children.
 
-