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

    Class BranchingStatement

    Class representing a branching if statement.

    branchingStatement : if LPAREN booleanExpression RPAREN programBlock (else programBlock)?

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    condition: Expression
    falseBody: ProgramBlock
    trueBody: ProgramBlock