@__haoyang__/erwin
Preparing search index...
declaration
IRDeclaration
Class IRDeclaration
Abstract
Hierarchy (
View Summary
)
IRNode
IRDeclaration
IRVariableDeclaration
IREnumDefinition
IRUserDefinedTypeDefinition
IRErrorDefinition
IREventDefinition
IRStructDefinition
IRModifier
IRFunctionDefinition
IRContractDefinition
Index
Constructors
constructor
Properties
id
name
scope
type
Name
Methods
lower
Constructors
constructor
new
IRDeclaration
(
id
:
number
,
scope
:
number
,
name
:
string
)
:
IRDeclaration
Parameters
id
:
number
scope
:
number
name
:
string
Returns
IRDeclaration
Properties
id
id
:
number
name
name
:
string
scope
scope
:
number
type
Name
typeName
:
string
Methods
Abstract
lower
lower
()
:
ASTNode
Returns
ASTNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
name
scope
type
Name
Methods
lower
@__haoyang__/erwin
Loading...