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