qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
Unary
Class Unary
Class representing a unary operator.
Hierarchy (
View Summary
)
Expression
Unary
Index
Constructors
constructor
Properties
op
operand
Constructors
constructor
new
Unary
(
op
:
UnaryOp
,
operand
:
Expression
)
:
Unary
Parameters
op
:
UnaryOp
operand
:
Expression
Returns
Unary
Properties
op
op
:
UnaryOp
operand
operand
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
op
operand
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a unary operator.