Node Type
The core interface implemented by every node in the Oak intermediate representation.
Each node carries trivia (comments, blank lines, directives) that were attached to
it during the AST → Oak transformation, together with its source range and child nodes.
The printer reads
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See
|
|
True when there is any trivia before this node at all,
|
|
See
|
|
True when there is trivia before this node that should influence layout.
|
|
|
|
fantomas