Package org.apache.jasper.compiler
Class ELNode.Visitor
- java.lang.Object
-
- org.apache.jasper.compiler.ELNode.Visitor
-
- Enclosing class:
- ELNode
public static class ELNode.Visitor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(ELNode.ELText n)
void
visit(ELNode.Function n)
void
visit(ELNode.Root n)
void
visit(ELNode.Text n)
-
-
-
Method Detail
-
visit
public void visit(ELNode.Root n) throws JasperException
- Throws:
JasperException
-
visit
public void visit(ELNode.Function n) throws JasperException
- Throws:
JasperException
-
visit
public void visit(ELNode.Text n) throws JasperException
- Throws:
JasperException
-
visit
public void visit(ELNode.ELText n) throws JasperException
- Throws:
JasperException
-
-