Skip to content

Class: BitwiseUnaryOperation

Represents a unary bitwise operation like NOT (complement).

Constructors

Constructor

new BitwiseUnaryOperation(operator, operand, loc?): BitwiseUnaryOperation

Parameters

ParameterType
operator"BitwiseNot"
operandExpression
loc?SourceLocation

Returns

BitwiseUnaryOperation

Overrides

ASTNode.constructor