org.apache.jasper.compiler

Class Node.ELExpression

public static class Node.ELExpression extends Node

Represents an EL expression. Expressions in attributes are embedded in the attribute string and not here.
Constructor Summary
ELExpression(String text, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
ELNode.NodesgetEL()
voidsetEL(ELNode.Nodes el)

Constructor Detail

ELExpression

public ELExpression(String text, Mark start, Node parent)

Method Detail

accept

public void accept(Node.Visitor v)

getEL

public ELNode.Nodes getEL()

setEL

public void setEL(ELNode.Nodes el)
Copyright B) 2000-2004 Apache Software Foundation. All Rights Reserved.