at.dms.backend
Interface QDestination

All Known Implementing Classes:
QTemporary

interface QDestination

This class represents the destination of a quadruple.


Method Summary
 QTemporary getDef()
          Returns the defined temporary.
 void store(CodeSequence seq, boolean isLive)
          Generates instructions for destination.
 

Method Detail

getDef

public QTemporary getDef()
Returns the defined temporary.

store

public void store(CodeSequence seq,
                  boolean isLive)
Generates instructions for destination.
Parameters:
seq - The code sequence of instruction.
isLive - Is the destination live after this store ?