Hierarchy (View Summary)

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