(child-at instanceof-expression index)
(child-at instanceof-expression index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count instanceof-expression)
(child-count instanceof-expression source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children instanceof-expression)
(children instanceof-expression source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(first-token instanceof-expression)
(first-token instanceof-expression source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: 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 | 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 instanceof-expression)
Returns: number
**Returns:** `number`
(full-text instanceof-expression)
(full-text instanceof-expression source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: 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 | undefined
Returns: 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 | undefined
Returns: 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 | undefined
include-js-doc-comment?
: boolean | undefined
Returns: 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 | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(width instanceof-expression)
(width instanceof-expression 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