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

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

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

Subinterfaces of TACArrayAccess in edu.cmu.cs.crystal.tac
 interface LoadArrayInstruction
          x = y[z].
 interface StoreArrayInstruction
          x[y] = z.