Uses of Interface
edu.cmu.cs.crystal.tac.model.TACFieldAccess

Packages that use TACFieldAccess
edu.cmu.cs.crystal.tac.model The interfaces for the three-address code (TAC) instructions and variables. 
 

Uses of TACFieldAccess in edu.cmu.cs.crystal.tac.model
 

Subinterfaces of TACFieldAccess in edu.cmu.cs.crystal.tac.model
 interface LoadFieldInstruction
          x = y.f, where f is a field.
 interface StoreFieldInstruction
          x.f = y, where f is a field.