Preparing search index...
The search index is not available
Solidity AST
Solidity AST
SourceUnit
Interface SourceUnit
interface
SourceUnit
{
absolutePath
:
string
;
experimentalSolidity
?:
boolean
;
exportedSymbols
:
{
[
k
:
string
]
:
number
[]
|
undefined
;
}
;
id
:
number
;
license
?:
null
|
string
;
nodeType
:
"SourceUnit"
;
nodes
:
(
|
ContractDefinition
|
EnumDefinition
|
ErrorDefinition
|
FunctionDefinition
|
ImportDirective
|
PragmaDirective
|
StructDefinition
|
UserDefinedValueTypeDefinition
|
UsingForDirective
|
VariableDeclaration
)
[]
;
src
:
string
;
}
Index
Properties
absolute
Path
experimental
Solidity?
exported
Symbols
id
license?
node
Type
nodes
src
Properties
absolute
Path
absolute
Path
:
string
Optional
experimental
Solidity
experimental
Solidity
?:
boolean
exported
Symbols
exported
Symbols
:
{
[
k
:
string
]
:
number
[]
|
undefined
;
}
id
id
:
number
Optional
license
license
?:
null
|
string
node
Type
node
Type
:
"SourceUnit"
nodes
nodes
:
(
|
ContractDefinition
|
EnumDefinition
|
ErrorDefinition
|
FunctionDefinition
|
ImportDirective
|
PragmaDirective
|
StructDefinition
|
UserDefinedValueTypeDefinition
|
UsingForDirective
|
VariableDeclaration
)
[]
src
src
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
absolute
Path
experimental
Solidity
exported
Symbols
id
license
node
Type
nodes
src
Solidity AST
Loading...