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
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstProperty |
eval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue |
property
protected final String property
AstDot
public AstDot(AstNode base,
String property,
boolean lvalue)
getProperty
protected String getProperty(Bindings bindings,
ELContext context)
throws ELException
- Specified by:
getProperty
in class AstProperty
- Throws:
ELException
toString
public String toString()
- Overrides:
toString
in class Object
appendStructure
public void appendStructure(StringBuilder b,
Bindings bindings)
- Specified by:
appendStructure
in class AstNode
getCardinality
public int getCardinality()
- Description copied from interface:
Node
- Get the node's number of children.
Copyright © 2017 camunda services GmbH. All rights reserved.