Preparing search index...
The search index is not available
Solidity AST
Solidity AST
FunctionCall
Interface FunctionCall
interface
FunctionCall
{
argumentTypes
?:
null
|
TypeDescriptions
[]
;
arguments
:
Expression
[]
;
expression
:
Expression
;
id
:
number
;
isConstant
:
boolean
;
isLValue
:
boolean
;
isPure
:
boolean
;
kind
:
"functionCall"
|
"typeConversion"
|
"structConstructorCall"
;
lValueRequested
:
boolean
;
nameLocations
?:
string
[]
;
names
:
string
[]
;
nodeType
:
"FunctionCall"
;
src
:
string
;
tryCall
:
boolean
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
argument
Types?
arguments
expression
id
is
Constant
isLValue
is
Pure
kind
l
Value
Requested
name
Locations?
names
node
Type
src
try
Call
type
Descriptions
Properties
Optional
argument
Types
argument
Types
?:
null
|
TypeDescriptions
[]
arguments
arguments
:
Expression
[]
expression
expression
:
Expression
id
id
:
number
is
Constant
is
Constant
:
boolean
isLValue
isLValue
:
boolean
is
Pure
is
Pure
:
boolean
kind
kind
:
"functionCall"
|
"typeConversion"
|
"structConstructorCall"
l
Value
Requested
l
Value
Requested
:
boolean
Optional
name
Locations
name
Locations
?:
string
[]
names
names
:
string
[]
node
Type
node
Type
:
"FunctionCall"
src
src
:
string
try
Call
try
Call
:
boolean
type
Descriptions
type
Descriptions
:
TypeDescriptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
argument
Types
arguments
expression
id
is
Constant
isLValue
is
Pure
kind
l
Value
Requested
name
Locations
names
node
Type
src
try
Call
type
Descriptions
Solidity AST
Loading...