@__haoyang__/erwin
Preparing search index...
statement
IRTryCatchClause
Class IRTryCatchClause
Hierarchy (
View Summary
)
IRStatement
IRTryCatchClause
Index
Constructors
constructor
Properties
body
error_
name
exprs
id
parameters
scope
type
Name
Methods
lower
Constructors
constructor
new
IRTryCatchClause
(
id
:
number
,
scope
:
number
,
error_name
:
string
,
parameters
:
IRVariableDeclaration
[]
,
body
:
IRStatement
[]
,
)
:
IRTryCatchClause
Parameters
id
:
number
scope
:
number
error_name
:
string
parameters
:
IRVariableDeclaration
[]
body
:
IRStatement
[]
Returns
IRTryCatchClause
Properties
body
body
:
IRStatement
[]
error_
name
error_name
:
string
exprs
exprs
:
IRExpression
[]
id
id
:
number
parameters
parameters
:
IRVariableDeclaration
[]
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
error_
name
exprs
id
parameters
scope
type
Name
Methods
lower
@__haoyang__/erwin
Loading...