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