Class: New
Represents the instantiation of a class.
Example
ts
new Bird()Constructors
Constructor
new New(
identifier,args,loc?):New
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
args | Expression[] |
loc? | SourceLocation |
Returns
New
Overrides
ASTNode.constructor