Preparing search index...
The search index is not available
@__haoyang__/erwin
@__haoyang__/erwin
statement
IRFor
Class IRFor
Hierarchy (
View Summary
)
IRStatement
IRFor
Index
Constructors
constructor
Properties
body
condition
exprs
id
initial_
stmt
loop
scope
type
Name
Methods
lower
Constructors
constructor
new
IRFor
(
id
:
number
,
scope
:
number
,
initial_stmt
:
undefined
|
IRExpression
|
IRVariableDeclarationStatement
,
condition
:
undefined
|
IRExpression
,
loop
:
undefined
|
IRExpression
,
body
:
IRStatement
[]
,
)
:
IRFor
Parameters
id
:
number
scope
:
number
initial_stmt
:
undefined
|
IRExpression
|
IRVariableDeclarationStatement
condition
:
undefined
|
IRExpression
loop
:
undefined
|
IRExpression
body
:
IRStatement
[]
Returns
IRFor
Properties
body
body
:
IRStatement
[]
condition
condition
:
undefined
|
IRExpression
exprs
exprs
:
IRExpression
[]
id
id
:
number
initial_
stmt
initial_stmt
:
undefined
|
IRExpression
|
IRVariableDeclarationStatement
loop
loop
:
undefined
|
IRExpression
scope
scope
:
number
type
Name
typeName
:
string
Methods
lower
lower
()
:
Statement
Returns
Statement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
condition
exprs
id
initial_
stmt
loop
scope
type
Name
Methods
lower
@__haoyang__/erwin
Loading...