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