File
Doc
Category
Size
Date
Package
ArithmeticNode.java
API Doc
Apache Tomcat 6.0.14
1345
Fri Jul 20 04:20:34 BST 2007
org.apache.el.parser
ArithmeticNode
java.lang.Object
SimpleNode
public class ArithmeticNode extends SimpleNode
author
Jacob Hookom [jacob@hookom.net]
version
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
Fields Summary
Constructors Summary
public ArithmeticNode
(
int
i)
param
i
super(i);
Methods Summary
public
java.lang.Class
getType
(
org.apache.el.lang.EvaluationContext
ctx)
return Number.class;
Java Code Source