Uses of Class
pascal.taie.ir.stmt.FieldStmt
-
Uses of FieldStmt in pascal.taie.ir.stmt
Modifier 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