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
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.HasContentBefore
Returns: bool
Modifiers: abstract |
|
|
|
|
|
fantomas