Uses of Class
pascal.taie.ir.stmt.FieldStmt

Packages that use FieldStmt
Package
Description
 
  • Uses of FieldStmt in pascal.taie.ir.stmt

    Modifier and Type
    Class
    Description
    class 
    Representation of following load field statements: load instance field: x = o.f load static field: x = T.f
    class 
    Representation of following store field statements: store instance field: o.f = x store static field: T.f = x