ClassDeclaration Module
Children of `ClassDeclaration`.
Functions and values
| Function or value |
Description
|
Full Usage:
ClassDeclaration.heritageClauses node
Parameters:
Node<ClassDeclaration>
Returns: Node<HeritageClause> seq
|
The elements of `heritageClauses`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
ClassDeclaration.members node
Parameters:
Node<ClassDeclaration>
Returns: Node<ClassElement> seq
|
The elements of `members`, empty when the slot is absent.
|
Full Usage:
ClassDeclaration.modifiers node
Parameters:
Node<ClassDeclaration>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
ClassDeclaration.name node
Parameters:
Node<ClassDeclaration>
Returns: Node<Identifier> voption
|
`name`. The schema marks it optional.
|
Full Usage:
ClassDeclaration.typeParameters node
Parameters:
Node<ClassDeclaration>
Returns: Node<TypeParameterDeclaration> seq
|
The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.
|