@__haoyang__/erwin
    Preparing search index...

    Class IRAssignment

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • id: number
      • scope: number
      • left: IRExpression
      • right: IRExpression
      • operator: "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "<<=" | ">>=" | "&=" | "^=" | "|="

      Returns IRAssignment

    Properties

    id: number
    operator:
        | "="
        | "+="
        | "-="
        | "*="
        | "/="
        | "%="
        | "<<="
        | ">>="
        | "&="
        | "^="
        | "|="
    scope: number
    typeName: string

    Methods