qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
DefaultStatement
Class DefaultStatement
Class representing the default case in a swtich statement.
Hierarchy (
View Summary
)
Statement
DefaultStatement
Index
Constructors
constructor
Properties
body
Constructors
constructor
new
DefaultStatement
(
body
:
ProgramBlock
)
:
DefaultStatement
Parameters
body
:
ProgramBlock
Returns
DefaultStatement
Properties
body
body
:
ProgramBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing the default case in a swtich statement.