| Package | Description |
|---|---|
| org.apache.jasper.compiler |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ELNode.accept(ELNode.Visitor v) |
void |
ELNode.Root.accept(ELNode.Visitor v) |
void |
ELNode.Text.accept(ELNode.Visitor v) |
void |
ELNode.ELText.accept(ELNode.Visitor v) |
void |
ELNode.Function.accept(ELNode.Visitor v) |
void |
ELNode.Nodes.visit(ELNode.Visitor v)
Visit the nodes in the list with the supplied visitor
|