Preparing search index...
The search index is not available
Solidity AST
Solidity AST
IfStatement
Interface IfStatement
interface
IfStatement
{
condition
:
Expression
;
documentation
?:
string
;
falseBody
?:
null
|
Statement
;
id
:
number
;
nodeType
:
"IfStatement"
;
src
:
string
;
trueBody
:
Statement
;
}
Index
Properties
condition
documentation?
false
Body?
id
node
Type
src
true
Body
Properties
condition
condition
:
Expression
Optional
documentation
documentation
?:
string
Optional
false
Body
false
Body
?:
null
|
Statement
id
id
:
number
node
Type
node
Type
:
"IfStatement"
src
src
:
string
true
Body
true
Body
:
Statement
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
documentation
false
Body
id
node
Type
src
true
Body
Solidity AST
Loading...