@__haoyang__/erwin
Preparing search index...
declaration
IREventDefinition
Class IREventDefinition
Hierarchy (
View Summary
)
IRDeclaration
IREventDefinition
Index
Constructors
constructor
Properties
anonymous
id
name
parameters
scope
type
Name
Methods
lower
Constructors
constructor
new
IREventDefinition
(
id
:
number
,
scope
:
number
,
name
:
string
,
anonymous
:
boolean
,
parameters
:
IRVariableDeclaration
[]
,
)
:
IREventDefinition
Parameters
id
:
number
scope
:
number
name
:
string
anonymous
:
boolean
parameters
:
IRVariableDeclaration
[]
Returns
IREventDefinition
Properties
anonymous
anonymous
:
boolean
id
id
:
number
name
name
:
string
parameters
parameters
:
IRVariableDeclaration
[]
scope
scope
:
number
type
Name
typeName
:
string
Methods
lower
lower
()
:
ASTNode
Returns
ASTNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
anonymous
id
name
parameters
scope
type
Name
Methods
lower
@__haoyang__/erwin
Loading...