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

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

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

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