(asterisk-token constructor-declaration)
Returns: AsteriskToken | undefined
**Returns:** `AsteriskToken | undefined`
(body constructor-declaration)
Returns: Block | undefined
**Returns:** `Block | undefined`
(child-at constructor-declaration index)
(child-at constructor-declaration index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count constructor-declaration)
(child-count constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children constructor-declaration)
(children constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(exclamation-token constructor-declaration)
Returns: ExclamationToken | undefined
**Returns:** `ExclamationToken | undefined`
(first-token constructor-declaration)
(first-token constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags constructor-declaration)
Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child constructor-declaration cb-node)
(for-each-child constructor-declaration cb-node cb-node-array)
Parameters:
cb-node
: (node: Node) => T | undefined
cb-node-array
: ((nodes: NodeArray<Node>) => T | undefined) | undefined
Returns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start constructor-declaration)
Returns: number
**Returns:** `number`
(full-text constructor-declaration)
(full-text constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width constructor-declaration)
Returns: number
**Returns:** `number`
(get-end constructor-declaration)
Returns: number
**Returns:** `number`
(kind constructor-declaration)
Returns: SyntaxKind.Constructor
**Returns:** `SyntaxKind.Constructor`
(last-token constructor-declaration)
(last-token constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width constructor-declaration)
(leading-trivia-width constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(modifiers constructor-declaration)
Returns: NodeArray<ModifierLike> | undefined
**Returns:** `NodeArray<ModifierLike> | undefined`
(name constructor-declaration)
Returns: PropertyName | undefined
**Returns:** `PropertyName | undefined`
(parameters constructor-declaration)
Returns: NodeArray<ParameterDeclaration>
**Returns:** `NodeArray<ParameterDeclaration>`
(parent constructor-declaration)
Returns: ClassLikeDeclaration
**Returns:** `ClassLikeDeclaration`
(question-token constructor-declaration)
Returns: QuestionToken | undefined
**Returns:** `QuestionToken | undefined`
(source-file constructor-declaration)
Returns: SourceFile
**Returns:** `SourceFile`
(start constructor-declaration)
(start constructor-declaration source-file)
(start constructor-declaration source-file include-js-doc-comment?)
Parameters:
source-file
: SourceFile | undefined
include-js-doc-comment?
: boolean | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text constructor-declaration)
(text constructor-declaration source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type constructor-declaration)
Returns: TypeNode | undefined
**Returns:** `TypeNode | undefined`
(type-parameters constructor-declaration)
Returns: NodeArray<TypeParameterDeclaration> | undefined
**Returns:** `NodeArray<TypeParameterDeclaration> | undefined`
(width constructor-declaration)
(width constructor-declaration source-file)
Parameters:
source-file
: SourceFileLike | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close