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