Logo Xantham

FunctionTypeNode Module

Children of `FunctionTypeNode`.

Functions and values

Function or value Description

FunctionTypeNode.``type`` node

Full Usage: FunctionTypeNode.``type`` node

Parameters:
Returns: Node<TypeNode> voption

`type`. The schema marks it optional.

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

FunctionTypeNode.parameters node

Full Usage: FunctionTypeNode.parameters node

Parameters:
Returns: Node<ParameterDeclaration> seq

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

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

FunctionTypeNode.typeParameters node

Full Usage: FunctionTypeNode.typeParameters node

Parameters:
Returns: Node<TypeParameterDeclaration> seq

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

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

Type something to start searching.