| Package | Description |
|---|---|
| org.apache.jasper.compiler |
| Modifier and Type | Field and Description |
|---|---|
private Node.Root |
Node.Root.parentRoot |
private Node.Root |
PageDataImpl.FirstPassVisitor.root |
private Node.Root |
PageDataImpl.SecondPassVisitor.root |
private Node.Root |
Node.Nodes.root |
| Modifier and Type | Method and Description |
|---|---|
Node.Root |
Node.Root.getParentRoot() |
Node.Root |
Node.getRoot() |
Node.Root |
Node.Nodes.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageDataImpl.FirstPassVisitor.visit(Node.Root n) |
void |
PageDataImpl.SecondPassVisitor.visit(Node.Root n) |
void |
Node.Visitor.visit(Node.Root n) |
| Constructor and Description |
|---|
FirstPassVisitor(Node.Root root,
PageInfo pageInfo,
ErrorDispatcher err) |
Nodes(Node.Root root) |
SecondPassVisitor(Node.Root root,
java.lang.StringBuilder buf,
Compiler compiler,
java.lang.String jspIdPrefix) |