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 Summary
Fields Modifier and Type Field Description protected java.lang.String
property
-
Fields inherited from class org.camunda.bpm.engine.impl.juel.AstProperty
lvalue, prefix, strict
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendStructure(java.lang.StringBuilder b, Bindings bindings)
int
getCardinality()
Get the node's number of children.protected java.lang.String
getProperty(Bindings bindings, ELContext context)
java.lang.String
toString()
-
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
-
-
-
-
Constructor Detail
-
AstDot
public AstDot(AstNode base, java.lang.String property, boolean lvalue)
-
-
Method Detail
-
getProperty
protected java.lang.String getProperty(Bindings bindings, ELContext context) throws ELException
- Specified by:
getProperty
in classAstProperty
- Throws:
ELException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
appendStructure
public void appendStructure(java.lang.StringBuilder b, Bindings bindings)
- Specified by:
appendStructure
in classAstNode
-
getCardinality
public int getCardinality()
Description copied from interface:Node
Get the node's number of children.
-
-