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