Preparing search index...
The search index is not available
@__haoyang__/erwin
@__haoyang__/erwin
expression
IRBinaryOp
Class IRBinaryOp
Hierarchy (
View Summary
)
IRExpression
IRBinaryOp
Index
Constructors
constructor
Properties
id
left
operator
right
scope
type
Name
Methods
lower
Constructors
constructor
new
IRBinaryOp
(
id
:
number
,
scope
:
number
,
left
:
IRExpression
,
right
:
IRExpression
,
operator
?:
string
,
)
:
IRBinaryOp
Parameters
id
:
number
scope
:
number
left
:
IRExpression
right
:
IRExpression
Optional
operator
:
string
Returns
IRBinaryOp
Properties
id
id
:
number
left
left
:
IRExpression
operator
operator
:
undefined
|
string
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...