|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.backend.QOperand
???
Constructor Summary | |
(package private) |
QOperand()
|
Method Summary | |
InstructionHandle |
getInstruction()
Returns the primitive instruction: not implemented, throws a RuntimeException. |
QOrigin[] |
getOrigins()
Returns the parameters of this instruction. |
abstract int |
getType()
The type of this instruction. |
void |
setOrigin(QOrigin origin,
int i)
Sets the parameters of this instruction: not implemented, throws a RuntimeException. |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface at.dms.backend.QOrigin |
duplicate, generate, getUses |
Constructor Detail |
QOperand()
Method Detail |
public abstract int getType()
getType
in interface QOrigin
public InstructionHandle getInstruction()
getInstruction
in interface QOrigin
public QOrigin[] getOrigins()
getOrigins
in interface QOrigin
public void setOrigin(QOrigin origin, int i)
setOrigin
in interface QOrigin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |