org.activiti.engine.impl.juel
类 AstBracket
java.lang.Object
org.activiti.engine.impl.juel.AstNode
org.activiti.engine.impl.juel.AstProperty
org.activiti.engine.impl.juel.AstBracket
- 所有已实现的接口:
- ExpressionNode, Node
public class AstBracket
- extends AstProperty
从类 org.activiti.engine.impl.juel.AstProperty 继承的方法 |
eval, findMethod, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue |
property
protected final AstNode property
AstBracket
public AstBracket(AstNode base,
AstNode property,
boolean lvalue,
boolean strict)
getProperty
protected Object getProperty(Bindings bindings,
ELContext context)
throws ELException
- 指定者:
- 类
AstProperty
中的 getProperty
- 抛出:
ELException
toString
public String toString()
- 覆盖:
- 类
Object
中的 toString
appendStructure
public void appendStructure(StringBuilder b,
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
- 指定者:
- 接口
Node
中的 getChild
- 覆盖:
- 类
AstProperty
中的 getChild
Copyright © 2013 Alfresco. All rights reserved.