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(char type, String text, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
ELNode.NodesgetEL()
chargetType()
voidsetEL(ELNode.Nodes el)

Constructor Detail

ELExpression

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

Method Detail

accept

public void accept(Node.Visitor v)

getEL

public ELNode.Nodes getEL()

getType

public char getType()

setEL

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