Logo Xantham

ConstructorDeclaration Module

Children of `ConstructorDeclaration`.

Functions and values

Function or value Description

ConstructorDeclaration.``type`` node

Full Usage: ConstructorDeclaration.``type`` node

Parameters:
Returns: Node<TypeNode> voption

`type`. The schema marks it optional.

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

ConstructorDeclaration.body node

Full Usage: ConstructorDeclaration.body node

Parameters:
Returns: Node<FunctionBody> voption

`body`. The schema marks it optional.

node : Node<ConstructorDeclaration>
Returns: Node<FunctionBody> voption

ConstructorDeclaration.modifiers node

Full Usage: ConstructorDeclaration.modifiers node

Parameters:
Returns: Node<ModifierLike> seq

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

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

ConstructorDeclaration.parameters node

Full Usage: ConstructorDeclaration.parameters node

Parameters:
Returns: Node<ParameterDeclaration> seq

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

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

ConstructorDeclaration.typeParameters node

Full Usage: ConstructorDeclaration.typeParameters node

Parameters:
Returns: Node<TypeParameterDeclaration> seq

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

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

Type something to start searching.