org.activiti.engine.impl.juel
类 AstDot

java.lang.Object
  继承者 org.activiti.engine.impl.juel.AstNode
      继承者 org.activiti.engine.impl.juel.AstProperty
          继承者 org.activiti.engine.impl.juel.AstDot
所有已实现的接口:
ExpressionNode, Node

public class AstDot
extends AstProperty


字段摘要
protected  String property
           
 
从类 org.activiti.engine.impl.juel.AstProperty 继承的字段
lvalue, prefix, strict
 
构造方法摘要
AstDot(AstNode base, String property, boolean lvalue)
           
 
方法摘要
 void appendStructure(StringBuilder b, Bindings bindings)
           
 int getCardinality()
          Get the node's number of children.
protected  String getProperty(Bindings bindings, ELContext context)
           
 String toString()
           
 
从类 org.activiti.engine.impl.juel.AstProperty 继承的方法
eval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
 
从类 org.activiti.engine.impl.juel.AstNode 继承的方法
getStructuralId, getValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

property

protected final String property
构造方法详细信息

AstDot

public AstDot(AstNode base,
              String property,
              boolean lvalue)
方法详细信息

getProperty

protected String 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.



Copyright © 2013 Alfresco. All rights reserved.