Class: ParameterizedType
Represents a type that accepts type parameters.
Constructors
Constructor
new ParameterizedType(
inputs,returnType,constraints,loc?):ParameterizedType
Parameters
| Parameter | Type |
|---|---|
inputs | Type[] |
returnType | Type |
constraints | Constraint[] |
loc? | SourceLocation |
Returns
ParameterizedType
Overrides
ASTNode.constructor