org.camunda.bpm.engine.impl.juel
Class AstDot

java.lang.Object
  extended by org.camunda.bpm.engine.impl.juel.AstNode
      extended by org.camunda.bpm.engine.impl.juel.AstProperty
          extended by org.camunda.bpm.engine.impl.juel.AstDot
All Implemented Interfaces:
ExpressionNode, Node

public class AstDot
extends AstProperty


Field Summary
protected  String property
           
 
Fields inherited from class org.camunda.bpm.engine.impl.juel.AstProperty
lvalue, prefix, strict
 
Constructor Summary
AstDot(AstNode base, String property, boolean lvalue)
           
 
Method Summary
 void appendStructure(StringBuilder b, Bindings bindings)
           
 int getCardinality()
          Get the node's number of children.
protected  String getProperty(Bindings bindings, ELContext context)
           
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

property

protected final String property
Constructor Detail

AstDot

public AstDot(AstNode base,
              String property,
              boolean lvalue)
Method Detail

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.