Package org.apache.jasper.compiler
Class ELNode.Nodes
java.lang.Object
org.apache.jasper.compiler.ELNode.Nodes
- Enclosing class:
ELNode
An ordered list of ELNode.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
boolean
boolean
isEmpty()
iterator()
void
setMapName
(String name) void
Visit the nodes in the list with the supplied visitor
-
Field Details
-
mapName
String mapName -
list
-
-
Constructor Details
-
Nodes
public Nodes()
-
-
Method Details
-
add
-
visit
Visit the nodes in the list with the supplied visitor- Parameters:
v
- The visitor used- Throws:
JasperException
-
iterator
-
isEmpty
public boolean isEmpty() -
containsEL
public boolean containsEL()- Returns:
- true if the expression contains a ${...} or #{}
-
hasDollarExpression
public boolean hasDollarExpression() -
hasPoundExpression
public boolean hasPoundExpression() -
setMapName
-
getMapName
-