qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
WhileLoopStatement
Class WhileLoopStatement
Class representing a while loop statement.
WhileLoop: "while" "(" Expression ")" ProgramBlock
Hierarchy (
View Summary
)
Statement
WhileLoopStatement
Index
Constructors
constructor
Properties
body
condition
Constructors
constructor
new
WhileLoopStatement
(
condition
:
Expression
,
body
:
ProgramBlock
,
)
:
WhileLoopStatement
Parameters
condition
:
Expression
body
:
ProgramBlock
Returns
WhileLoopStatement
Properties
body
body
:
ProgramBlock
condition
condition
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
condition
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a while loop statement.
WhileLoop: "while" "(" Expression ")" ProgramBlock