Hierarchy

  • VoidType

Implements

Index

Constructors

constructor

  • new VoidType(isDotDotDot?: boolean, isQuestion?: boolean): VoidType

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "void"

Methods

convert

  • convert(argument: any): any

toConstructor

  • toConstructor(): string

toString

  • toString(): string