Class: UncheckedType
compiler.UncheckedType
An unchecked type wrapper that may contain any type, even if it does not exist or is invalid.
Since
0.10.0
Hierarchy
-
↳
UncheckedType
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new UncheckedType(identifier
)
Parameters
Name | Type |
---|---|
identifier |
string |
Overrides
Defined in
kipper/core/src/compiler/analysis/type.ts:47
Properties
_identifier
• Protected
Readonly
_identifier: string
Inherited from
Defined in
kipper/core/src/compiler/analysis/type.ts:27
Accessors
identifier
• get
identifier(): string
The identifier of this type.
This identifier has not been type-checked yet, and may not exist/be valid.
Since
0.10.0
Returns
string
Overrides
Type.identifier
Defined in
kipper/core/src/compiler/analysis/type.ts:57