public static class ELNode.Visitor
extends java.lang.Object
| Constructor and Description |
|---|
Visitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ELNode.ELText n) |
void |
visit(ELNode.Function n) |
void |
visit(ELNode.Root n) |
void |
visit(ELNode.Text n) |
public void visit(ELNode.Root n) throws JasperException
JasperExceptionpublic void visit(ELNode.Function n) throws JasperException
JasperExceptionpublic void visit(ELNode.Text n) throws JasperException
JasperExceptionpublic void visit(ELNode.ELText n) throws JasperException
JasperException