Liking cljdoc? Tell your friends :D

dots.typescript.if-statement


child-atcljs

(child-at if-statement index)
(child-at if-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 if-statement)
(child-count if-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children if-statement)
(children if-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

else-statementcljs

(else-statement if-statement)

Returns: Statement | undefined

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

endcljs

(end if-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

expressioncljs

(expression if-statement)

Returns: Expression

**Returns:** `Expression`
sourceraw docstring

first-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags if-statement)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width if-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end if-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind if-statement)

Returns: SyntaxKind.IfStatement

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

last-tokencljs

(last-token if-statement)
(last-token if-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 if-statement)
(leading-trivia-width if-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent if-statement)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos if-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file if-statement)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start if-statement)
(start if-statement source-file)
(start if-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

textcljs

(text if-statement)
(text if-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

then-statementcljs

(then-statement if-statement)

Returns: Statement

**Returns:** `Statement`
sourceraw docstring

widthcljs

(width if-statement)
(width if-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