Liking cljdoc? Tell your friends :D

dots.typescript.for-statement


child-atcljs

(child-at for-statement index)
(child-at for-statement index source-file)

Parameters:

  • index: number
  • source-file: SourceFile | undefined

Returns: Node

**Parameters:**
- `index`: `number`
- `source-file`: `SourceFile | undefined`

**Returns:** `Node`
sourceraw docstring

child-countcljs

(child-count for-statement)
(child-count for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

childrencljs

(children for-statement)
(children for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node[]`
sourceraw docstring

conditioncljs

(condition for-statement)

Returns: Expression | undefined

**Returns:** `Expression | undefined`
sourceraw docstring

endcljs

(end for-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token for-statement)
(first-token for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

flagscljs

(flags for-statement)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child for-statement cb-node)
(for-each-child for-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`
sourceraw docstring

full-startcljs

(full-start for-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text for-statement)
(full-text for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width for-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end for-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

incrementorcljs

(incrementor for-statement)

Returns: Expression | undefined

**Returns:** `Expression | undefined`
sourceraw docstring

initializercljs

(initializer for-statement)

Returns: ForInitializer | undefined

**Returns:** `ForInitializer | undefined`
sourceraw docstring

kindcljs

(kind for-statement)

Returns: SyntaxKind.ForStatement

**Returns:** `SyntaxKind.ForStatement`
sourceraw docstring

last-tokencljs

(last-token for-statement)
(last-token for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

leading-trivia-widthcljs

(leading-trivia-width for-statement)
(leading-trivia-width for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

parentcljs

(parent for-statement)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos for-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file for-statement)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start for-statement)
(start for-statement source-file)
(start for-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`
sourceraw docstring

statementcljs

(statement for-statement)

Returns: Statement

**Returns:** `Statement`
sourceraw docstring

textcljs

(text for-statement)
(text for-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

widthcljs

(width for-statement)
(width for-statement source-file)

Parameters:

  • source-file: SourceFileLike | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFileLike | undefined`

**Returns:** `number`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close