|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.Quad.Operator
joeq.Compiler.Quad.Operator.Branch
joeq.Compiler.Quad.Operator.Ret
public abstract static class Operator.Ret
| Nested Class Summary | |
|---|---|
static class |
Operator.Ret.RET
|
| Field Summary |
|---|
| Fields inherited from class joeq.Compiler.Quad.Operator |
|---|
anyexception, arithexception, arrayboundsexception, arraystoreexception, classcastexceptions, illegalmonitorstateexception, negativesizeexception, noexceptions, noregisters, nullptrexception, resolutionexceptions |
| Constructor Summary | |
|---|---|
Operator.Ret()
|
|
| Method Summary | |
|---|---|
void |
accept(Quad q,
QuadVisitor qv)
|
static Quad |
create(int id,
Operator.Ret operator,
Operand.RegisterOperand loc)
|
static Operand.RegisterOperand |
getTarget(Quad q)
|
UnmodifiableList.RegisterOperand |
getUsedRegisters(Quad q)
|
static void |
setTarget(Quad q,
Operand.RegisterOperand o)
|
| Methods inherited from class joeq.Compiler.Quad.Operator.Branch |
|---|
hasSideEffects |
| Methods inherited from class joeq.Compiler.Quad.Operator |
|---|
getDefinedRegisters, getReg1_check, getReg1, getReg2, getReg3, getThrownExceptions, interpret |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Operator.Ret()
| Method Detail |
|---|
public static Quad create(int id,
Operator.Ret operator,
Operand.RegisterOperand loc)
public static Operand.RegisterOperand getTarget(Quad q)
public static void setTarget(Quad q,
Operand.RegisterOperand o)
public UnmodifiableList.RegisterOperand getUsedRegisters(Quad q)
getUsedRegisters in class Operator
public void accept(Quad q,
QuadVisitor qv)
accept in class Operator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||