Ast.NodeData Type
What a node's data word means.
Union cases
| Union case |
Description
|
|
A bitmap over the node's declared child slots.
|
|
An index into the extended-data array.
|
|
An index into the string table.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsChildren
Returns: bool
|
|
Full Usage:
this.IsExtended
Returns: bool
|
|
Full Usage:
this.IsStringIndex
Returns: bool
|
|