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