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