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