Preparing search index...
The search index is not available
P API Reference
P API Reference
src/code-analysis/binder/bound-operators/unary
BoundUnaryOperator
Class BoundUnaryOperator
Hierarchy
BoundUnaryOperator
Index
Constructors
constructor
Properties
operand
Type
result
Type
syntax
type
Methods
get
Constructors
constructor
new
Bound
Unary
Operator
(
syntax
,
type
,
operandType
,
resultType
)
:
BoundUnaryOperator
Parameters
syntax
:
default
type
:
BoundUnaryOperatorType
operandType
:
Type
resultType
:
Type
Returns
BoundUnaryOperator
new
Bound
Unary
Operator
(
syntax
,
type
,
nodeType
)
:
BoundUnaryOperator
Parameters
syntax
:
default
type
:
BoundUnaryOperatorType
nodeType
:
Type
Returns
BoundUnaryOperator
Properties
operand
Type
operand
Type
:
Type
result
Type
result
Type
:
Type
Readonly
syntax
syntax
:
default
Readonly
type
type
:
BoundUnaryOperatorType
Methods
Static
get
get
(
operatorToken
,
operandType
)
:
BoundUnaryOperator
Parameters
operatorToken
:
Token
<
undefined
,
default
,
string
>
operandType
:
Type
Returns
BoundUnaryOperator
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
operand
Type
result
Type
syntax
type
get
P API Reference
src
src/code-analysis/array-stepper
src/code-analysis/binder
src/code-analysis/binder
src/code-analysis/binder/bound-expressions/access
src/code-analysis/binder/bound-expressions/array-literal
src/code-analysis/binder/bound-expressions/binary
src/code-analysis/binder/bound-expressions/call
src/code-analysis/binder/bound-expressions/compound-assignment
src/code-analysis/binder/bound-expressions/identifier
src/code-analysis/binder/bound-expressions/is
src/code-analysis/binder/bound-expressions/is-in
src/code-analysis/binder/bound-expressions/literal
src/code-analysis/binder/bound-expressions/new
src/code-analysis/binder/bound-expressions/object-literal
src/code-analysis/binder/bound-expressions/parenthesized
src/code-analysis/binder/bound-expressions/property-assignment
src/code-analysis/binder/bound-expressions/range-literal
src/code-analysis/binder/bound-expressions/string-interpolation
src/code-analysis/binder/bound-expressions/ternary
src/code-analysis/binder/bound-expressions/typeof
Loading...
Generated using
TypeDoc