Skip to content

Class: New

Represents the instantiation of a class.

Example

ts
new Bird()

Constructors

Constructor

new New(identifier, args, loc?): New

Parameters

ParameterType
identifierSymbolPrimitive
argsExpression[]
loc?SourceLocation

Returns

New

Overrides

ASTNode.constructor