|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.backend.QOperand
This class represents the origin of a quadruple
| Constructor Summary | |
(package private) |
QOperand()
|
| Method Summary | |
QOrigin |
duplicate()
Duplicate this node |
void |
generate(CodeSequence seq)
Generates instructions for this quadruple |
InstructionHandle |
getInstruction()
Returns the primitive instruction |
QOrigin[] |
getOrigins()
returns the parameters of this instruction |
abstract int |
getType()
The type of this instruction |
QTemporary[] |
getUses()
Returns the used temporaries. |
void |
setOrigin(QOrigin origin,
int i)
Sets the parameters of this instruction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
QOperand()
| Method Detail |
public abstract int getType()
getType in interface QOriginpublic InstructionHandle getInstruction()
getInstruction in interface QOriginpublic QOrigin[] getOrigins()
getOrigins in interface QOrigin
public void setOrigin(QOrigin origin,
int i)
setOrigin in interface QOriginpublic QOrigin duplicate()
public QTemporary[] getUses()
public void generate(CodeSequence seq)
seq - The code sequence of instruction
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||