com.sun.el.parser
类 AstValue

java.lang.Object
  继承者 com.sun.el.lang.ELSupport
      继承者 com.sun.el.parser.SimpleNode
          继承者 com.sun.el.parser.AstValue
所有已实现的接口:
Node

public final class AstValue
extends SimpleNode

版本:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
作者:
Jacob Hookom [jacob@hookom.net], Kin-man Chung

嵌套类摘要
protected static class AstValue.Target
           
 
字段摘要
 
从类 com.sun.el.parser.SimpleNode 继承的字段
children, id, image, parent
 
构造方法摘要
AstValue(int id)
           
 
方法摘要
 MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes)
           
 Class getType(EvaluationContext ctx)
           
 Object getValue(EvaluationContext ctx)
           
 ValueReference getValueReference(EvaluationContext ctx)
           
 Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues)
           
 boolean isParametersProvided()
           
 boolean isReadOnly(EvaluationContext ctx)
           
 void setValue(EvaluationContext ctx, Object value)
           
 
从类 com.sun.el.parser.SimpleNode 继承的方法
accept, dump, equals, getImage, hashCode, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
 
从类 com.sun.el.lang.ELSupport 继承的方法
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

AstValue

public AstValue(int id)
方法详细信息

getType

public Class getType(EvaluationContext ctx)
              throws ELException
指定者:
接口 Node 中的 getType
覆盖:
SimpleNode 中的 getType
抛出:
ELException

getValueReference

public ValueReference getValueReference(EvaluationContext ctx)
                                 throws ELException
指定者:
接口 Node 中的 getValueReference
覆盖:
SimpleNode 中的 getValueReference
抛出:
ELException

getValue

public Object getValue(EvaluationContext ctx)
                throws ELException
指定者:
接口 Node 中的 getValue
覆盖:
SimpleNode 中的 getValue
抛出:
ELException

isReadOnly

public boolean isReadOnly(EvaluationContext ctx)
                   throws ELException
指定者:
接口 Node 中的 isReadOnly
覆盖:
SimpleNode 中的 isReadOnly
抛出:
ELException

setValue

public void setValue(EvaluationContext ctx,
                     Object value)
              throws ELException
指定者:
接口 Node 中的 setValue
覆盖:
SimpleNode 中的 setValue
抛出:
ELException

getMethodInfo

public MethodInfo getMethodInfo(EvaluationContext ctx,
                                Class[] paramTypes)
                         throws ELException
指定者:
接口 Node 中的 getMethodInfo
覆盖:
SimpleNode 中的 getMethodInfo
抛出:
ELException

invoke

public Object invoke(EvaluationContext ctx,
                     Class[] paramTypes,
                     Object[] paramValues)
              throws ELException
指定者:
接口 Node 中的 invoke
覆盖:
SimpleNode 中的 invoke
抛出:
ELException

isParametersProvided

public boolean isParametersProvided()
指定者:
接口 Node 中的 isParametersProvided
覆盖:
SimpleNode 中的 isParametersProvided


Copyright © 2013. All Rights Reserved.