org.activiti.engine.impl.juel
类 AstParameters
java.lang.Object
org.activiti.engine.impl.juel.AstNode
org.activiti.engine.impl.juel.AstRightValue
org.activiti.engine.impl.juel.AstParameters
- 所有已实现的接口:
- ExpressionNode, Node
public class AstParameters
- extends AstRightValue
AstParameters
public AstParameters(List<AstNode> nodes)
eval
public Object[] eval(Bindings bindings,
ELContext context)
- 指定者:
- 类
AstNode
中的 eval
toString
public String toString()
- 覆盖:
- 类
Object
中的 toString
appendStructure
public void appendStructure(StringBuilder builder,
Bindings bindings)
- 指定者:
- 类
AstNode
中的 appendStructure
getCardinality
public int getCardinality()
- 从接口
Node
复制的描述
- Get the node's number of children.
getChild
public AstNode getChild(int i)
- 从接口
Node
复制的描述
- Get i'th child
Copyright © 2013 Alfresco. All rights reserved.