Skip to content

Class: ParameterizedType

Represents a type that accepts type parameters.

Constructors

Constructor

new ParameterizedType(inputs, returnType, constraints, loc?): ParameterizedType

Parameters

ParameterType
inputsType[]
returnTypeType
constraintsConstraint[]
loc?SourceLocation

Returns

ParameterizedType

Overrides

ASTNode.constructor