Optional raw: anyOptional contextCurrent tree context of the node
File path to the imported source file
Unique identifier number for the node in the tree context
Optional parentThe AST node that is containing current node
Optional rawRaw original Solc AST node that was used to create current node.
Id of the scoped source unit
Id of the imported source unit
Source mapping data corresponting to the AST node.
The value has format start:length:sourceIndex:
start is the starting index of the corresponding
code fragment substring in the source string;length is the length of corresponding code fragment substring;sourceIndex is the index number of the source unit (file),
that contains the AST node.To get parsed values, use sourceInfo accessor.
An array of locally aliased symbols, that are imported from unit.
An alias symbol what will be used as the reference to access exports of the imported source unit
Returns current node AST context. Throws an error if no context is set.
Returns parsed parts of the src property value
Type of the AST node
Reference to its scoped source unit
Reference to the imported source unit
Symbol aliases, resolved to their original declarations.
Generated using TypeDoc
Resolved absolute file path to the imported source file