|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.backend.QOperand
org.multijava.util.backend.QLiteral
This class represents a literal
| Field Summary | |
private InstructionHandle |
insn
|
| Constructor Summary | |
(package private) |
QLiteral(InstructionHandle insn)
|
| 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 size (in instruction) of the subtree |
QTemporary[] |
getUses()
Returns the used temporaries. |
void |
setOrigin(QOrigin origin,
int i)
Sets the parameters of this instruction |
String |
toString()
Human readable form |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private InstructionHandle insn
| Constructor Detail |
QLiteral(InstructionHandle insn)
| Method Detail |
public int getType()
public String toString()
toString in class Objectpublic QOrigin duplicate()
public QTemporary[] getUses()
public void generate(CodeSequence seq)
seq - The code sequence of instructionpublic InstructionHandle getInstruction()
getInstruction in interface QOriginpublic QOrigin[] getOrigins()
getOrigins in interface QOrigin
public void setOrigin(QOrigin origin,
int i)
setOrigin in interface QOrigin
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||