Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConstructorDeclaration

Constructor declaration that is contained in a class.

export
class

ConstructorDeclaration

implements

{CallableDeclaration}

Hierarchy

  • ConstructorDeclaration

Implements

Index

Constructors

Properties

Constructors

constructor

  • new ConstructorDeclaration(name: string, start?: undefined | number, end?: undefined | number): ConstructorDeclaration

Properties

Optional end

end: undefined | number

name

name: string

parameters

parameters: ParameterDeclaration[] = []

Optional start

start: undefined | number

variables

variables: VariableDeclaration[] = []

Generated using TypeDoc