Hierarchy

  • LiteralTypeType

Implements

Index

Constructors

constructor

  • new LiteralTypeType(value: string, isDotDotDot?: boolean, isQuestion?: boolean): LiteralTypeType

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "LiteralType"

value

value: string

Methods

convert

  • convert(argument: any): any

toConstructor

  • toConstructor(): string

toString

  • toString(): string