edu.cmu.cs.crystal.tac
Interface LoadInstruction

All Superinterfaces:
AssignmentInstruction, TACInstruction
All Known Subinterfaces:
DotClassInstruction, LoadArrayInstruction, LoadFieldInstruction, LoadLiteralInstruction

public interface LoadInstruction
extends AssignmentInstruction

Marker interface for loads. A load can represent a literal or a read from memory.

Since:
6/15/2008
Author:
Kevin Bierhoff

Method Summary
 
Methods inherited from interface edu.cmu.cs.crystal.tac.AssignmentInstruction
getTarget
 
Methods inherited from interface edu.cmu.cs.crystal.tac.TACInstruction
getNode, transfer, transfer