Hierarchy

  • FunctionType

Implements

Index

Constructors

constructor

  • new FunctionType(args: Type[], ret: Type, isDotDotDot?: boolean, isQuestion?: boolean): FunctionType

Properties

args

args: Type[]

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "function"

ret

ret: Type

Methods

convert

  • convert(argument: any): void

toConstructor

  • toConstructor(): string

toString

  • toString(): string