Ast.SourceFile Type
A decoded `getSourceFile` response. Cheap to hold: it is the response bytes plus six section offsets read out of the header.
Record fields
| Record Field |
Description
|
Full Usage:
Data
Field type: byte[]
|
|
Full Usage:
ExtendedData
Field type: int
|
|
Full Usage:
Nodes
Field type: int
|
|
Full Usage:
StringTable
Field type: int
|
|
Full Usage:
StringTableOffsets
Field type: int
|
|
Full Usage:
StructuredData
Field type: int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.NodeCount
Returns: int
|
Number of node records in the blob. Index 0 is a null slot; index 1 is the SourceFile.
|