qasm-ts - v2.0.0
    Preparing search index...

    Class ForLoopStatement

    Class representing a for loop statement.

    ForLoop: "for" Identifier "in" SetDeclaration ProgramBlock SetDeclaration: | Identifier | "{" Expression ("," Expression)* "}" | "[" Range "]"

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    indexSet: Expression | Range | IndexSet
    loopVarType: ClassicalType
    parameter: Identifier