Skip to main content

Module source_units

Module source_units 

Source
Expand description

Source unit (file-level) AST node types.

Structs§

ImportDirective
An import directive.
PragmaDirective
A pragma directive (pragma solidity ^0.8.0;).
SourceUnit
A source unit — the root AST node for a single .sol file.

Enums§

SourceUnitNode
A node that can appear at the top level of a source file.