edu.cmu.cs.crystal.tac
Interface AssignmentInstruction

All Superinterfaces:
TACInstruction
All Known Subinterfaces:
ArrayInitInstruction, BinaryOperation, CastInstruction, CopyInstruction, DotClassInstruction, InstanceofInstruction, InvocationInstruction, LoadArrayInstruction, LoadFieldInstruction, LoadInstruction, LoadLiteralInstruction, MethodCallInstruction, NewArrayInstruction, NewObjectInstruction, OneOperandInstruction, UnaryOperation

public interface AssignmentInstruction
extends TACInstruction

Abstract x = ?.

Author:
Kevin Bierhoff

Method Summary
 Variable getTarget()
          Returns the target variable of this assignment.
 
Methods inherited from interface edu.cmu.cs.crystal.tac.TACInstruction
getNode, transfer, transfer
 

Method Detail

getTarget

Variable getTarget()
Returns the target variable of this assignment.

Returns:
the target variable of this assignment.