org.tinygroup.jspengine.el.parser
类 ArithmeticNode
java.lang.Object
org.tinygroup.jspengine.el.lang.ELSupport
org.tinygroup.jspengine.el.parser.SimpleNode
org.tinygroup.jspengine.el.parser.ArithmeticNode
- 所有已实现的接口:
- Node
- 直接已知子类:
- AstDiv, AstMinus, AstMod, AstMult, AstPlus
public class ArithmeticNode
- extends SimpleNode
- 版本:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $
- 作者:
- Jacob Hookom [jacob@hookom.net]
| 从类 org.tinygroup.jspengine.el.parser.SimpleNode 继承的方法 |
accept, dump, equals, getImage, getMethodInfo, getValue, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toString |
| 从类 org.tinygroup.jspengine.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 |
ArithmeticNode
public ArithmeticNode(int i)
- 参数:
i -
getType
public Class getType(EvaluationContext ctx)
throws javax.el.ELException
- 指定者:
- 接口
Node 中的 getType - 覆盖:
- 类
SimpleNode 中的 getType
- 抛出:
javax.el.ELException
Copyright © 2006–2014 开源组织. All rights reserved.