Class: Interface
Represents an interface or protocol definition.
Constructors
Constructor
new Interface(
identifier,extendsSymbol,expression,loc?):Interface
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
extendsSymbol | SymbolPrimitive[] |
expression | Expression |
loc? | SourceLocation |
Returns
Interface
Overrides
ASTNode.constructor