@__haoyang__/erwin
Preparing search index...
declaration
IRContractDefinition
Class IRContractDefinition
Hierarchy (
View Summary
)
IRDeclaration
IRContractDefinition
Index
Constructors
constructor
Properties
abstract
body
constructor_
parameters
fully
Implemented
id
kind
linearized
Base
Contracts
name
scope
type
Name
used
Errors
used
Event
Methods
lower
Constructors
constructor
new
IRContractDefinition
(
id
:
number
,
scope
:
number
,
name
:
string
,
kind
:
ContractKind
,
abstract
:
boolean
,
fullyImplemented
:
boolean
,
body
:
IRNode
[]
,
linearizedBaseContracts
:
number
[]
,
usedErrors
:
number
[]
,
usedEvent
:
number
[]
,
constructor_parameters
:
IRVariableDeclaration
[]
,
)
:
IRContractDefinition
Parameters
id
:
number
scope
:
number
name
:
string
kind
:
ContractKind
abstract
:
boolean
fullyImplemented
:
boolean
body
:
IRNode
[]
linearizedBaseContracts
:
number
[]
usedErrors
:
number
[]
usedEvent
:
number
[]
constructor_parameters
:
IRVariableDeclaration
[]
Returns
IRContractDefinition
Properties
abstract
abstract
:
boolean
body
body
:
IRNode
[]
constructor_
parameters
constructor_parameters
:
IRVariableDeclaration
[]
fully
Implemented
fullyImplemented
:
boolean
id
id
:
number
kind
kind
:
ContractKind
linearized
Base
Contracts
linearizedBaseContracts
:
number
[]
name
name
:
string
scope
scope
:
number
type
Name
typeName
:
string
used
Errors
usedErrors
:
number
[]
used
Event
usedEvent
:
number
[]
Methods
lower
lower
()
:
ContractDefinition
Returns
ContractDefinition
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
abstract
body
constructor_
parameters
fully
Implemented
id
kind
linearized
Base
Contracts
name
scope
type
Name
used
Errors
used
Event
Methods
lower
@__haoyang__/erwin
Loading...