Preparing search index...
The search index is not available
Solidity AST
Solidity AST
ImportDirective
Interface ImportDirective
interface
ImportDirective
{
absolutePath
:
string
;
file
:
string
;
id
:
number
;
nameLocation
?:
string
;
nodeType
:
"ImportDirective"
;
scope
:
number
;
sourceUnit
:
number
;
src
:
string
;
symbolAliases
:
{
foreign
:
Identifier
;
local
?:
null
|
string
;
nameLocation
?:
string
;
}
[]
;
unitAlias
:
string
;
}
Index
Properties
absolute
Path
file
id
name
Location?
node
Type
scope
source
Unit
src
symbol
Aliases
unit
Alias
Properties
absolute
Path
absolute
Path
:
string
file
file
:
string
id
id
:
number
Optional
name
Location
name
Location
?:
string
node
Type
node
Type
:
"ImportDirective"
scope
scope
:
number
source
Unit
source
Unit
:
number
src
src
:
string
symbol
Aliases
symbol
Aliases
:
{
foreign
:
Identifier
;
local
?:
null
|
string
;
nameLocation
?:
string
;
}
[]
unit
Alias
unit
Alias
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
absolute
Path
file
id
name
Location
node
Type
scope
source
Unit
src
symbol
Aliases
unit
Alias
Solidity AST
Loading...