com.sun.el.parser
类 AstLiteralExpression
java.lang.Object
com.sun.el.lang.ELSupport
com.sun.el.parser.SimpleNode
com.sun.el.parser.AstLiteralExpression
- 所有已实现的接口:
- Node
public final class AstLiteralExpression
- extends SimpleNode
- 版本:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
- 作者:
- Jacob Hookom [jacob@hookom.net]
| 从类 com.sun.el.parser.SimpleNode 继承的方法 |
accept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, 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 |
AstLiteralExpression
public AstLiteralExpression(int id)
getType
public Class getType(EvaluationContext ctx)
throws ELException
- 指定者:
- 接口
Node 中的 getType - 覆盖:
- 类
SimpleNode 中的 getType
- 抛出:
ELException
getValue
public Object getValue(EvaluationContext ctx)
throws ELException
- 指定者:
- 接口
Node 中的 getValue - 覆盖:
- 类
SimpleNode 中的 getValue
- 抛出:
ELException
setImage
public void setImage(String image)
- 覆盖:
- 类
SimpleNode 中的 setImage
Copyright © 2013. All Rights Reserved.