|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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()
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
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||