InterfaceDeclaration Module
Children of `InterfaceDeclaration`.
Functions and values
| Function or value |
Description
|
Full Usage:
InterfaceDeclaration.heritageClauses node
Parameters:
Node<InterfaceDeclaration>
Returns: Node<HeritageClause> seq
|
The elements of `heritageClauses`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
InterfaceDeclaration.members node
Parameters:
Node<InterfaceDeclaration>
Returns: Node<TypeElement> seq
|
The elements of `members`, empty when the slot is absent.
|
Full Usage:
InterfaceDeclaration.modifiers node
Parameters:
Node<InterfaceDeclaration>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
InterfaceDeclaration.name node
Parameters:
Node<InterfaceDeclaration>
Returns: Node<Identifier> voption
|
|
Full Usage:
InterfaceDeclaration.typeParameters node
Parameters:
Node<InterfaceDeclaration>
Returns: Node<TypeParameterDeclaration> seq
|
The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.
|