Uses of Class
pascal.taie.ir.stmt.FieldStmt
Packages that use FieldStmt
-
Uses of FieldStmt in pascal.taie.ir.stmt
Subclasses of FieldStmt in pascal.taie.ir.stmtModifier and TypeClassDescriptionclass
Representation of following load field statements: load instance field: x = o.f load static field: x = T.fclass
Representation of following store field statements: store instance field: o.f = x store static field: T.f = x