edu.cmu.cs.crystal.tac.model
Interface StoreInstruction

All Superinterfaces:
TACInstruction
All Known Subinterfaces:
StoreArrayInstruction, StoreFieldInstruction

public interface StoreInstruction
extends TACInstruction

This interface represents a store, i.e., a write into memory from a source.

Author:
Kevin Bierhoff
See Also:
LoadInstruction

Method Summary
 Variable getSourceOperand()
          Returns the variable being stored.
 
Methods inherited from interface edu.cmu.cs.crystal.tac.model.TACInstruction
getNode, transfer, transfer
 

Method Detail

getSourceOperand

Variable getSourceOperand()
Returns the variable being stored.

Returns:
the variable being stored.