Preparing search index...
The search index is not available
P API Reference
P API Reference
src/code-analysis/binder/bound-statements/class-declaration
default
Class default
Hierarchy
BoundStatement
default
Index
Constructors
constructor
Properties
body
keyword
mixins
superclass?
symbol
type
Accessors
token
Methods
accept
to
String
Constructors
constructor
new default
(
keyword
,
symbol
,
body
,
mixins
,
superclass
?
)
:
default
Parameters
keyword
:
Token
<
undefined
,
Class
,
string
>
symbol
:
default
<
default
>
body
:
default
mixins
:
Type
[]
Optional
superclass
:
Type
Returns
default
Properties
Readonly
body
body
:
default
Readonly
keyword
keyword
:
Token
<
undefined
,
Class
,
string
>
Readonly
mixins
mixins
:
Type
[]
Optional
Readonly
superclass
superclass
?:
Type
Readonly
symbol
symbol
:
default
<
default
>
Readonly
type
type
:
default
= ...
Accessors
token
get
token
(
)
:
Token
<
undefined
,
default
,
string
>
Returns
Token
<
undefined
,
default
,
string
>
Methods
accept
accept
<
R
>
(
visitor
)
:
R
Type Parameters
R
Parameters
visitor
:
default
.
Visitor
.
BoundStatement
<
R
>
Returns
R
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
body
keyword
mixins
superclass
symbol
type
token
accept
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