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

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

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

Subinterfaces of LoadInstruction in edu.cmu.cs.crystal.tac
 interface DotClassInstruction
          x = T.class.
 interface LoadArrayInstruction
          x = y[z].
 interface LoadFieldInstruction
          x = y.f, where f is a field.
 interface LoadLiteralInstruction
          x = l, an assignment of a literal value to a variable.