Hierarchy

  • BooleanType

Implements

Index

Constructors

constructor

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

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "boolean"

Methods

convert

  • convert(argument: any): boolean

toConstructor

  • toConstructor(): string

toString

  • toString(): string