Class: BitwiseUnaryOperation
Represents a unary bitwise operation like NOT (complement).
Constructors
Constructor
new BitwiseUnaryOperation(
operator,operand,loc?):BitwiseUnaryOperation
Parameters
| Parameter | Type |
|---|---|
operator | "BitwiseNot" |
operand | Expression |
loc? | SourceLocation |
Returns
BitwiseUnaryOperation
Overrides
ASTNode.constructor