(child-at expression-with-type-arguments index)
(child-at expression-with-type-arguments index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count expression-with-type-arguments)
(child-count expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children expression-with-type-arguments)
(children expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(end expression-with-type-arguments)
Returns: number
**Returns:** `number`
(expression expression-with-type-arguments)
Returns: LeftHandSideExpression
**Returns:** `LeftHandSideExpression`
(first-token expression-with-type-arguments)
(first-token expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags expression-with-type-arguments)
Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child expression-with-type-arguments cb-node)
(for-each-child expression-with-type-arguments 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 expression-with-type-arguments)
Returns: number
**Returns:** `number`
(full-text expression-with-type-arguments)
(full-text expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width expression-with-type-arguments)
Returns: number
**Returns:** `number`
(get-end expression-with-type-arguments)
Returns: number
**Returns:** `number`
(kind expression-with-type-arguments)
Returns: SyntaxKind.ExpressionWithTypeArguments
**Returns:** `SyntaxKind.ExpressionWithTypeArguments`
(last-token expression-with-type-arguments)
(last-token expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width expression-with-type-arguments)
(leading-trivia-width expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(parent expression-with-type-arguments)
Returns: Node
**Returns:** `Node`
(pos expression-with-type-arguments)
Returns: number
**Returns:** `number`
(source-file expression-with-type-arguments)
Returns: SourceFile
**Returns:** `SourceFile`
(start expression-with-type-arguments)
(start expression-with-type-arguments source-file)
(start expression-with-type-arguments 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 expression-with-type-arguments)
(text expression-with-type-arguments source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(type-arguments expression-with-type-arguments)
Returns: NodeArray<TypeNode> | undefined
**Returns:** `NodeArray<TypeNode> | undefined`
(width expression-with-type-arguments)
(width expression-with-type-arguments 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