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

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

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

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