(child-at instanceof-expression index)(child-at instanceof-expression index source-file)Parameters:
index: numbersource-file: SourceFile | undefinedReturns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count instanceof-expression)(child-count instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children instanceof-expression)(children instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token instanceof-expression)(first-token instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags instanceof-expression)Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child instanceof-expression cb-node)(for-each-child instanceof-expression cb-node cb-node-array)Parameters:
cb-node: (node: Node) => T | undefinedcb-node-array: ((nodes: NodeArray<Node>) => T | undefined) | undefinedReturns: T | undefined
**Parameters:** - `cb-node`: `(node: Node) => T | undefined` - `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined` **Returns:** `T | undefined`
(full-start instanceof-expression)Returns: number
**Returns:** `number`
(full-text instanceof-expression)(full-text instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width instanceof-expression)Returns: number
**Returns:** `number`
(kind instanceof-expression)Returns: SyntaxKind.BinaryExpression
**Returns:** `SyntaxKind.BinaryExpression`
(last-token instanceof-expression)(last-token instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width instanceof-expression)(leading-trivia-width instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(left instanceof-expression)Returns: Expression
**Returns:** `Expression`
(operator-token instanceof-expression)Returns: Token<SyntaxKind.InstanceOfKeyword>
**Returns:** `Token<SyntaxKind.InstanceOfKeyword>`
(right instanceof-expression)Returns: Expression
**Returns:** `Expression`
(source-file instanceof-expression)Returns: SourceFile
**Returns:** `SourceFile`
(start instanceof-expression)(start instanceof-expression source-file)(start instanceof-expression source-file include-js-doc-comment?)Parameters:
source-file: SourceFile | undefinedinclude-js-doc-comment?: boolean | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFile | undefined` - `include-js-doc-comment?`: `boolean | undefined` **Returns:** `number`
(text instanceof-expression)(text instanceof-expression source-file)Parameters:
source-file: SourceFile | undefinedReturns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width instanceof-expression)(width instanceof-expression source-file)Parameters:
source-file: SourceFileLike | undefinedReturns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |