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