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

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

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

Subinterfaces of LoadInstruction in edu.cmu.cs.crystal.tac.model
 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.