Preparing search index...
The search index is not available
Solidity AST
Solidity AST
YulFunctionDefinition
Interface YulFunctionDefinition
interface
YulFunctionDefinition
{
body
:
YulBlock
;
name
:
string
;
nativeSrc
?:
string
;
nodeType
:
"YulFunctionDefinition"
;
parameters
?:
YulTypedName
[]
;
returnVariables
?:
YulTypedName
[]
;
src
:
string
;
}
Index
Properties
body
name
native
Src?
node
Type
parameters?
return
Variables?
src
Properties
body
body
:
YulBlock
name
name
:
string
Optional
native
Src
native
Src
?:
string
node
Type
node
Type
:
"YulFunctionDefinition"
Optional
parameters
parameters
?:
YulTypedName
[]
Optional
return
Variables
return
Variables
?:
YulTypedName
[]
src
src
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
name
native
Src
node
Type
parameters
return
Variables
src
Solidity AST
Loading...