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