@__haoyang__/erwin
Preparing search index...
statement
IRVariableDeclarationStatement
Class IRVariableDeclarationStatement
Hierarchy (
View Summary
)
IRStatement
IRVariableDeclarationStatement
Index
Constructors
constructor
Properties
exprs
id
scope
type
Name
value
variable_
declares
Methods
lower
Constructors
constructor
new
IRVariableDeclarationStatement
(
id
:
number
,
scope
:
number
,
variable_declares
:
(
null
|
IRVariableDeclaration
)
[]
,
value
?:
IRExpression
,
)
:
IRVariableDeclarationStatement
Parameters
id
:
number
scope
:
number
variable_declares
: (
null
|
IRVariableDeclaration
)
[]
Optional
value
:
IRExpression
Returns
IRVariableDeclarationStatement
Properties
exprs
exprs
:
IRExpression
[]
id
id
:
number
scope
scope
:
number
type
Name
typeName
:
string
value
value
:
undefined
|
IRExpression
variable_
declares
variable_declares
:
(
null
|
IRVariableDeclaration
)
[]
Methods
lower
lower
()
:
Statement
Returns
Statement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
exprs
id
scope
type
Name
value
variable_
declares
Methods
lower
@__haoyang__/erwin
Loading...