Preparing search index...
The search index is not available
Solidity AST
Solidity AST
MemberAccess
Interface MemberAccess
interface
MemberAccess
{
argumentTypes
?:
null
|
TypeDescriptions
[]
;
expression
:
Expression
;
id
:
number
;
isConstant
:
boolean
;
isLValue
:
boolean
;
isPure
:
boolean
;
lValueRequested
:
boolean
;
memberLocation
?:
string
;
memberName
:
string
;
nodeType
:
"MemberAccess"
;
referencedDeclaration
?:
null
|
number
;
src
:
string
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
argument
Types?
expression
id
is
Constant
isLValue
is
Pure
l
Value
Requested
member
Location?
member
Name
node
Type
referenced
Declaration?
src
type
Descriptions
Properties
Optional
argument
Types
argument
Types
?:
null
|
TypeDescriptions
[]
expression
expression
:
Expression
id
id
:
number
is
Constant
is
Constant
:
boolean
isLValue
isLValue
:
boolean
is
Pure
is
Pure
:
boolean
l
Value
Requested
l
Value
Requested
:
boolean
Optional
member
Location
member
Location
?:
string
member
Name
member
Name
:
string
node
Type
node
Type
:
"MemberAccess"
Optional
referenced
Declaration
referenced
Declaration
?:
null
|
number
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
member
Location
member
Name
node
Type
referenced
Declaration
src
type
Descriptions
Solidity AST
Loading...