Hierarchy

  • ArrayType

Implements

Index

Constructors

constructor

  • new ArrayType(elemType: Type, isDotDotDot?: boolean, isQuestion?: boolean): ArrayType

Properties

elemType

elemType: Type

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "array"

Methods

convert

  • convert(argument: any): any[]

toConstructor

  • toConstructor(): string

toString

  • toString(): string