Class ELNode

java.lang.Object
org.apache.jasper.compiler.ELNode
Direct Known Subclasses:
ELNode.ELText, ELNode.Function, ELNode.Root, ELNode.Text

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