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

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

public final class AstNested
extends AstRightValue


Constructor Summary
AstNested(AstNode child)
           
 
Method Summary
 void appendStructure(StringBuilder b, Bindings bindings)
           
 Object eval(Bindings bindings, ELContext context)
           
 int getCardinality()
          Get the node's number of children.
 AstNode getChild(int i)
          Get i'th child
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.juel.AstRightValue
getMethodInfo, 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
 

Constructor Detail

AstNested

public AstNested(AstNode child)
Method Detail

eval

public Object eval(Bindings bindings,
                   ELContext context)
Specified by:
eval in class AstNode

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.


getChild

public AstNode getChild(int i)
Description copied from interface: Node
Get i'th child



Copyright © 2015 camunda services GmbH. All rights reserved.