Logo Xantham

ConstructorTypeNode Module

Children of `ConstructorTypeNode`.

Functions and values

Function or value Description

ConstructorTypeNode.``type`` node

Full Usage: ConstructorTypeNode.``type`` node

Parameters:
Returns: Node<TypeNode> voption

`type`. The schema marks it optional.

node : Node<ConstructorTypeNode>
Returns: Node<TypeNode> voption

ConstructorTypeNode.modifiers node

Full Usage: ConstructorTypeNode.modifiers node

Parameters:
Returns: Node<ModifierLike> seq

The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.

node : Node<ConstructorTypeNode>
Returns: Node<ModifierLike> seq

ConstructorTypeNode.parameters node

Full Usage: ConstructorTypeNode.parameters node

Parameters:
Returns: Node<ParameterDeclaration> seq

The elements of `parameters`, empty when the slot is absent.

node : Node<ConstructorTypeNode>
Returns: Node<ParameterDeclaration> seq

ConstructorTypeNode.typeParameters node

Full Usage: ConstructorTypeNode.typeParameters node

Parameters:
Returns: Node<TypeParameterDeclaration> seq

The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.

node : Node<ConstructorTypeNode>
Returns: Node<TypeParameterDeclaration> seq

Type something to start searching.