qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm2/ast
If
Class If
Class representing conditional.
Hierarchy (
View Summary
)
AstNode
If
Index
Constructors
constructor
Properties
gate
param
register
Constructors
constructor
new
If
(
register
:
string
,
param
:
number
,
gate
:
AstNode
)
:
If
Parameters
register
:
string
param
:
number
gate
:
AstNode
Returns
If
Properties
gate
gate
:
AstNode
param
param
:
number
register
register
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gate
param
register
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing conditional.