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