Package org.camunda.bpm.engine.impl.juel
Class AstDot
- java.lang.Object
-
- org.camunda.bpm.engine.impl.juel.AstNode
-
- org.camunda.bpm.engine.impl.juel.AstProperty
-
- org.camunda.bpm.engine.impl.juel.AstDot
-
- All Implemented Interfaces:
ExpressionNode,Node
public class AstDot extends AstProperty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendStructure(StringBuilder b, Bindings bindings)intgetCardinality()Get the node's number of children.protected StringgetProperty(Bindings bindings, ELContext context)StringtoString()-
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstProperty
eval, findMethod, getChild, 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 String property
-
-
Method Detail
-
getProperty
protected String getProperty(Bindings bindings, ELContext context) throws ELException
- Specified by:
getPropertyin classAstProperty- Throws:
ELException
-
appendStructure
public void appendStructure(StringBuilder b, Bindings bindings)
- Specified by:
appendStructurein classAstNode
-
getCardinality
public int getCardinality()
Description copied from interface:NodeGet the node's number of children.
-
-