Liking cljdoc? Tell your friends :D

dots.typescript.switch-statement


case-blockcljs

(case-block switch-statement)

Returns: CaseBlock

**Returns:** `CaseBlock`
sourceraw docstring

child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children switch-statement)
(children switch-statement source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end switch-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

expressioncljs

(expression switch-statement)

Returns: Expression

**Returns:** `Expression`
sourceraw docstring

first-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags switch-statement)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width switch-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end switch-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind switch-statement)

Returns: SyntaxKind.SwitchStatement

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent switch-statement)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos switch-statement)

Returns: number

**Returns:** `number`
sourceraw docstring

possibly-exhaustive?cljs

(possibly-exhaustive? switch-statement)

Returns: boolean | undefined

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

set-possibly-exhaustive!cljs

(set-possibly-exhaustive! switch-statement value)
source

source-filecljs

(source-file switch-statement)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

widthcljs

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