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