Package org.apache.jasper.compiler
Class ELNode.Root
- java.lang.Object
-
- org.apache.jasper.compiler.ELNode
-
- org.apache.jasper.compiler.ELNode.Root
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.jasper.compiler.ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ELNode.Visitor v)Accepts a visitor for traversing this node.ELNode.NodesgetExpression()Returns the expression contained in this root node.chargetType()Returns the type character of this expression.
-
-
-
Method Detail
-
accept
public void accept(ELNode.Visitor v) throws JasperException
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
public ELNode.Nodes 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
-
-