Hierarchy

  • TypeReferenceType

Implements

Index

Constructors

constructor

  • new TypeReferenceType(kind: string, args: Type[], isDotDotDot?: boolean, isQuestion?: boolean): TypeReferenceType

Properties

args

args: Type[]

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string

Methods

convert

  • convert(argument: any): void

toConstructor

  • toConstructor(): string

toString

  • toString(): string