Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConstructType<T> Abstract

Type Parameters

  • T = any

Hierarchy

Index

Constructors

Properties

name: string

Methods

  • _buildTypeTableImpl(typeTable: TypeTable): void
  • accept<D, R>(v: Visitor<D, R>, d: D): R
  • buildTypeTable(typeTable: TypeTable): void
  • covariant(x: any): x is T
  • display(): string
  • encodeType(typeTable: TypeTable): ArrayBuffer
  • valueToString(x: T): string

Generated using TypeDoc