Preparing search index...
The search index is not available
Solidity AST
Solidity AST
UsingForDirective
Interface UsingForDirective
interface
UsingForDirective
{
functionList
?:
(
{
function
:
IdentifierPath
;
}
|
{
definition
:
IdentifierPath
;
operator
:
|
"+"
|
"-"
|
"*"
|
"/"
|
"%"
|
"!="
|
"=="
|
"<"
|
"<="
|
">"
|
">="
|
"^"
|
"&"
|
"|"
|
"~"
;
}
)
[]
;
global
?:
boolean
;
id
:
number
;
libraryName
?:
UserDefinedTypeName
|
IdentifierPath
;
nodeType
:
"UsingForDirective"
;
src
:
string
;
typeName
?:
null
|
TypeName
;
}
Index
Properties
function
List?
global?
id
library
Name?
node
Type
src
type
Name?
Properties
Optional
function
List
function
List
?:
(
{
function
:
IdentifierPath
;
}
|
{
definition
:
IdentifierPath
;
operator
:
|
"+"
|
"-"
|
"*"
|
"/"
|
"%"
|
"!="
|
"=="
|
"<"
|
"<="
|
">"
|
">="
|
"^"
|
"&"
|
"|"
|
"~"
;
}
)
[]
Optional
global
global
?:
boolean
id
id
:
number
Optional
library
Name
library
Name
?:
UserDefinedTypeName
|
IdentifierPath
node
Type
node
Type
:
"UsingForDirective"
src
src
:
string
Optional
type
Name
type
Name
?:
null
|
TypeName
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
function
List
global
id
library
Name
node
Type
src
type
Name
Solidity AST
Loading...