org.activiti.engine.impl.juel
类 AstLiteral

java.lang.Object
  继承者 org.activiti.engine.impl.juel.AstNode
      继承者 org.activiti.engine.impl.juel.AstRightValue
          继承者 org.activiti.engine.impl.juel.AstLiteral
所有已实现的接口:
ExpressionNode, Node
直接已知子类:
AstBoolean, AstNull, AstNumber, AstString

public abstract class AstLiteral
extends AstRightValue


构造方法摘要
AstLiteral()
           
 
方法摘要
 int getCardinality()
          Get the node's number of children.
 AstNode getChild(int i)
          Get i'th child
 
从类 org.activiti.engine.impl.juel.AstRightValue 继承的方法
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
 
从类 org.activiti.engine.impl.juel.AstNode 继承的方法
appendStructure, eval, getStructuralId, getValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AstLiteral

public AstLiteral()
方法详细信息

getCardinality

public final int getCardinality()
从接口 Node 复制的描述
Get the node's number of children.


getChild

public final AstNode getChild(int i)
从接口 Node 复制的描述
Get i'th child



Copyright © 2013 Alfresco. All rights reserved.