org.apache.jasper.compiler

Class ELNode.Nodes

Enclosing Class:
org.apache.jasper.compiler.ELNode

public static class ELNode.Nodes
extends java.lang.Object

An ordered list of ELNode.

Constructor Summary

Nodes()

Method Summary

void
add(org.apache.jasper.compiler.ELNode en)
boolean
containsEL()
String
getMapName()
boolean
isEmpty()
Iterator
iterator()
void
setMapName(String name)
void
visit(ELNode.Visitor v)
Visit the nodes in the list with the supplied visitor

Constructor Details

Nodes

public Nodes()

Method Details

add

public void add(org.apache.jasper.compiler.ELNode en)

containsEL

public boolean containsEL()
Returns:
true if the expression contains a ${...}

getMapName

public String getMapName()

isEmpty

public boolean isEmpty()

iterator

public Iterator iterator()

setMapName

public void setMapName(String name)

visit

public void visit(ELNode.Visitor v)
            throws JasperException
Visit the nodes in the list with the supplied visitor
Parameters:
v - The visitor used

Copyright ?? 2000-2004 Apache Software Foundation. All Rights Reserved.