qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
BoxDefinition
Class BoxDefinition
Class representing a box scoping statement.
boxStatement : BOX designator? scope;
Hierarchy (
View Summary
)
Statement
BoxDefinition
Index
Constructors
constructor
Properties
designator
scope
Constructors
constructor
new
BoxDefinition
(
scope
:
ProgramBlock
,
designator
?:
Expression
)
:
BoxDefinition
Parameters
scope
:
ProgramBlock
Optional
designator
:
Expression
Returns
BoxDefinition
Properties
designator
designator
:
Expression
scope
scope
:
ProgramBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
designator
scope
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a box scoping statement.
boxStatement : BOX designator? scope;