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