File
Doc
Category
Size
Date
Package
ELNode.java
API Doc
Apache Tomcat 6.0.14
5561
Fri Jul 20 04:20:36 BST 2007
org.apache.jasper.compiler
ELNode
java.lang.Object
public abstract class ELNode extends Object
This class defines internal representation for an EL Expression It currently only defines functions. It can be expanded to define all the components of an EL expression, if need to.
author
Kin-man Chung
Fields Summary
Constructors Summary
Methods Summary
public abstract void
accept
(
org.apache.jasper.compiler.ELNode$Visitor
v)
Java Code Source