|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.backend.QOperator
???
Constructor Summary | |
QOperator(InstructionHandle operator,
QOrigin[] operands)
|
Method Summary | |
QOrigin |
duplicate()
Duplicate this node: not implemented. |
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. |
java.lang.String |
toString()
Human readable form. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public QOperator(InstructionHandle operator, QOrigin[] operands)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public int getType()
getType
in interface QOrigin
public InstructionHandle getInstruction()
getInstruction
in interface QOrigin
public QOrigin duplicate()
duplicate
in interface QOrigin
public QTemporary[] getUses()
getUses
in interface QOrigin
public QOrigin[] getOrigins()
getOrigins
in interface QOrigin
public void setOrigin(QOrigin origin, int i)
setOrigin
in interface QOrigin
public void generate(CodeSequence seq)
generate
in interface QOrigin
seq
- The code sequence of instruction.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |