Class ELNode.Root
java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Root
- Enclosing class:
ELNode
Represents an EL expression: anything in ${ and }.
-
Nested Class Summary
Nested classes/interfaces inherited from class ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor -
Method Summary
Modifier and TypeMethodDescriptionvoidAccepts a visitor for traversing this node.Returns the expression contained in this root node.chargetType()Returns the type character of this expression.
-
Method Details
-
accept
Description copied from class:ELNodeAccepts a visitor for traversing this node.- Specified by:
acceptin classELNode- Parameters:
v- the visitor- Throws:
JasperException- if an error occurs during visitation
-
getExpression
Returns the expression contained in this root node.- Returns:
- the expression nodes
-
getType
public char getType()Returns the type character of this expression.- Returns:
- the type character
-