Liking cljdoc? Tell your friends :D

dots.typescript.prefix-unary-expression


child-atcljs

(child-at prefix-unary-expression index)
(child-at prefix-unary-expression 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 prefix-unary-expression)
(child-count prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children prefix-unary-expression)
(children prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end prefix-unary-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token prefix-unary-expression)
(first-token prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags prefix-unary-expression)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

full-startcljs

(full-start prefix-unary-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text prefix-unary-expression)
(full-text prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width prefix-unary-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end prefix-unary-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind prefix-unary-expression)

Returns: SyntaxKind.PrefixUnaryExpression

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

last-tokencljs

(last-token prefix-unary-expression)
(last-token prefix-unary-expression 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 prefix-unary-expression)
(leading-trivia-width prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

operandcljs

(operand prefix-unary-expression)

Returns: UnaryExpression

**Returns:** `UnaryExpression`
sourceraw docstring

operatorcljs

(operator prefix-unary-expression)

Returns: PrefixUnaryOperator

**Returns:** `PrefixUnaryOperator`
sourceraw docstring

parentcljs

(parent prefix-unary-expression)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos prefix-unary-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file prefix-unary-expression)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start prefix-unary-expression)
(start prefix-unary-expression source-file)
(start prefix-unary-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`
sourceraw docstring

textcljs

(text prefix-unary-expression)
(text prefix-unary-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

widthcljs

(width prefix-unary-expression)
(width prefix-unary-expression 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