Preparing search index...
The search index is not available
P API Reference
P API Reference
src/runtime/values/class
default
Class default<A>
Type Parameters
A
extends
ValueType
[]
=
ValueType
[]
Hierarchy
Constructable
<
[
default
,
...
A
]
,
default
>
default
Index
Constructors
constructor
Properties
address
closure
definition
name
nullable
Ctor
Parameters
type
type
Tracker
Accessors
class
Constructor
constructor
Arity
ctor
Parameters
Methods
[custom]
construct
is
Intrinsic
to
String
Constructors
constructor
new default
<
A
>
(
definition
,
closure
,
typeTracker
)
:
default
<
A
>
Type Parameters
A
extends
ValueType
[]
=
ValueType
[]
Parameters
definition
:
ClassDeclarationStatement
closure
:
default
typeTracker
:
default
Returns
default
<
A
>
Properties
Readonly
address
address
:
string
= ...
Private
Readonly
closure
closure
:
default
Readonly
definition
definition
:
ClassDeclarationStatement
Readonly
name
name
:
string
= ...
Private
nullable
Ctor
Parameters
nullable
Ctor
Parameters
:
VariableDeclarationStatement
[]
= ...
Readonly
type
type
:
Class
= ConstructableType.Class
Private
Readonly
type
Tracker
type
Tracker
:
default
Accessors
Private
class
Constructor
get
classConstructor
(
)
:
undefined
|
MethodDeclarationStatement
Returns
undefined
|
MethodDeclarationStatement
constructor
Arity
get
constructorArity
(
)
:
number
|
Range
Returns
number
|
Range
Private
ctor
Parameters
get
ctorParameters
(
)
:
VariableDeclarationStatement
[]
Returns
VariableDeclarationStatement
[]
Methods
[custom]
[custom]
(
)
:
string
Returns
string
construct
construct
(
interpreter
,
...
args
)
:
default
Parameters
interpreter
:
default
Rest
...
args
:
A
Returns
default
is
Intrinsic
is
Intrinsic
(
)
:
this
is
Class
<
ValueType
[]
>
Returns
this
is
Class
<
ValueType
[]
>
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
address
closure
definition
name
nullable
Ctor
Parameters
type
type
Tracker
class
Constructor
constructor
Arity
ctor
Parameters
[custom]
construct
is
Intrinsic
to
String
P API Reference
src
src/code-analysis/array-stepper
src/code-analysis/binder
src/code-analysis/binder
src/code-analysis/binder/bound-expressions/access
src/code-analysis/binder/bound-expressions/array-literal
src/code-analysis/binder/bound-expressions/binary
src/code-analysis/binder/bound-expressions/call
src/code-analysis/binder/bound-expressions/compound-assignment
src/code-analysis/binder/bound-expressions/identifier
src/code-analysis/binder/bound-expressions/is
src/code-analysis/binder/bound-expressions/is-in
src/code-analysis/binder/bound-expressions/literal
src/code-analysis/binder/bound-expressions/new
src/code-analysis/binder/bound-expressions/object-literal
src/code-analysis/binder/bound-expressions/parenthesized
src/code-analysis/binder/bound-expressions/property-assignment
src/code-analysis/binder/bound-expressions/range-literal
src/code-analysis/binder/bound-expressions/string-interpolation
src/code-analysis/binder/bound-expressions/ternary
src/code-analysis/binder/bound-expressions/typeof
Loading...
Generated using
TypeDoc