Preparing search index...
The search index is not available
@__haoyang__/erwin
@__haoyang__/erwin
expression
IRAssignment
Class IRAssignment
Hierarchy (
View Summary
)
IRExpression
IRAssignment
Index
Constructors
constructor
Properties
id
left
operator
right
scope
type
Name
Methods
lower
Constructors
constructor
new
IRAssignment
(
id
:
number
,
scope
:
number
,
left
:
IRExpression
,
right
:
IRExpression
,
operator
:
|
"="
|
"+="
|
"-="
|
"*="
|
"/="
|
"%="
|
"<<="
|
">>="
|
"&="
|
"^="
|
"|="
,
)
:
IRAssignment
Parameters
id
:
number
scope
:
number
left
:
IRExpression
right
:
IRExpression
operator
:
"="
|
"+="
|
"-="
|
"*="
|
"/="
|
"%="
|
"<<="
|
">>="
|
"&="
|
"^="
|
"|="
Returns
IRAssignment
Properties
id
id
:
number
left
left
:
IRExpression
operator
operator
:
|
"="
|
"+="
|
"-="
|
"*="
|
"/="
|
"%="
|
"<<="
|
">>="
|
"&="
|
"^="
|
"|="
right
right
:
IRExpression
scope
scope
:
number
type
Name
typeName
:
string
Methods
lower
lower
()
:
Expression
Returns
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
left
operator
right
scope
type
Name
Methods
lower
@__haoyang__/erwin
Loading...