|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents the origin of a quadruple.
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. |
int |
getType()
Returns the type of this instruction. |
QTemporary[] |
getUses()
Returns the used temporaries. |
void |
setOrigin(QOrigin origin,
int i)
Sets the parameters of this instruction. |
Method Detail |
public int getType()
public InstructionHandle getInstruction()
public QOrigin duplicate()
public QTemporary[] getUses()
public QOrigin[] getOrigins()
public void setOrigin(QOrigin origin, int i)
public void generate(CodeSequence seq)
seq
- The code sequence of instruction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |