N E W
This node represents an operation that reinterprets the bit representation of a value in one type as a value in another type.
Constructor
new BitcastNode(valueNode, conversionType, inputType?)| Parameter | Type | Default Value |
|---|---|---|
| valueNode | Node | — |
| conversionType | string | — |
| inputType? | null | string | null |
Constructs a new bitcast node.
| Accessor | Type | Modifiers |
|---|---|---|
| get type | string | static |
| Method | Type | Modifiers |
|---|---|---|
| getNodeType | (builder: any) => any | — |
| generate | (builder: any) => string | — |
Extends
TempNodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| x | Node | number | — |
| y | string | — |
Returns
NodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | any | — |
Returns
BitcastNodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | any | — |
Returns
BitcastNodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | any | — |
Returns
BitcastNodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | any | — |
Returns
BitcastNode