Preparing search index...
The search index is not available
Solidity AST
Solidity AST
Assignment
Interface Assignment
interface
Assignment
{
argumentTypes
?:
null
|
TypeDescriptions
[]
;
id
:
number
;
isConstant
:
boolean
;
isLValue
:
boolean
;
isPure
:
boolean
;
lValueRequested
:
boolean
;
leftHandSide
:
Expression
;
nodeType
:
"Assignment"
;
operator
:
|
"="
|
"+="
|
"-="
|
"*="
|
"/="
|
"%="
|
"|="
|
"&="
|
"^="
|
">>="
|
"<<="
;
rightHandSide
:
Expression
;
src
:
string
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
argument
Types?
id
is
Constant
isLValue
is
Pure
l
Value
Requested
left
Hand
Side
node
Type
operator
right
Hand
Side
src
type
Descriptions
Properties
Optional
argument
Types
argument
Types
?:
null
|
TypeDescriptions
[]
id
id
:
number
is
Constant
is
Constant
:
boolean
isLValue
isLValue
:
boolean
is
Pure
is
Pure
:
boolean
l
Value
Requested
l
Value
Requested
:
boolean
left
Hand
Side
left
Hand
Side
:
Expression
node
Type
node
Type
:
"Assignment"
operator
operator
:
|
"="
|
"+="
|
"-="
|
"*="
|
"/="
|
"%="
|
"|="
|
"&="
|
"^="
|
">>="
|
"<<="
right
Hand
Side
right
Hand
Side
:
Expression
src
src
:
string
type
Descriptions
type
Descriptions
:
TypeDescriptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
argument
Types
id
is
Constant
isLValue
is
Pure
l
Value
Requested
left
Hand
Side
node
Type
operator
right
Hand
Side
src
type
Descriptions
Solidity AST
Loading...