public interface Node
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Node.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(Node.Visitor<P,R> visitor,
P par) |
<P,R> R accept(Node.Visitor<P,R> visitor, P par)