File
Doc
Category
Size
Date
Package
ELNode.java
API Doc
Glassfish v2 API
7052
Fri May 04 22:32:52 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