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 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringproperty- 
Fields inherited from class org.camunda.bpm.engine.impl.juel.AstPropertylvalue, prefix, strict
 
- 
 - 
Method SummaryAll 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.protected java.lang.StringgetProperty(Bindings bindings, ELContext context)java.lang.StringtoString()- 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstPropertyeval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
 - 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNodegetStructuralId, getValue
 
- 
 
- 
- 
- 
Constructor Detail- 
AstDotpublic AstDot(AstNode base, java.lang.String property, boolean lvalue) 
 
- 
 - 
Method Detail- 
getPropertyprotected java.lang.String getProperty(Bindings bindings, ELContext context) throws ELException - Specified by:
- getPropertyin class- AstProperty
- Throws:
- ELException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
appendStructurepublic void appendStructure(java.lang.StringBuilder b, Bindings bindings)- Specified by:
- appendStructurein class- AstNode
 
 - 
getCardinalitypublic int getCardinality() Description copied from interface:NodeGet the node's number of children.
 
- 
 
-