ConstructorDeclaration Module
Children of `ConstructorDeclaration`.
Functions and values
| Function or value |
Description
|
Full Usage:
ConstructorDeclaration.``type`` node
Parameters:
Node<ConstructorDeclaration>
Returns: Node<TypeNode> voption
|
`type`. The schema marks it optional.
|
Full Usage:
ConstructorDeclaration.body node
Parameters:
Node<ConstructorDeclaration>
Returns: Node<FunctionBody> voption
|
`body`. The schema marks it optional.
|
Full Usage:
ConstructorDeclaration.modifiers node
Parameters:
Node<ConstructorDeclaration>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
ConstructorDeclaration.parameters node
Parameters:
Node<ConstructorDeclaration>
Returns: Node<ParameterDeclaration> seq
|
The elements of `parameters`, empty when the slot is absent.
|
Full Usage:
ConstructorDeclaration.typeParameters node
Parameters:
Node<ConstructorDeclaration>
Returns: Node<TypeParameterDeclaration> seq
|
The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.
|