|
|||||||||
Home >> All >> Compil3r >> [ Quad overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Compil3r.Quad
Interface Operand

- All Known Subinterfaces:
- Operand.Const4Operand, Operand.Const8Operand
- All Known Implementing Classes:
- BytecodeToQuad.AbstractState.DummyOperand, Operand.AConstOperand, Operand.BasicBlockTableOperand, Operand.ConditionOperand, Operand.DConstOperand, Operand.FConstOperand, Operand.FieldOperand, Operand.IConstOperand, Operand.IntValueTableOperand, Operand.LConstOperand, Operand.MethodOperand, Operand.ParamListOperand, Operand.PConstOperand, Operand.RegisterOperand, Operand.TargetOperand, Operand.TypeOperand, Operand.UnnecessaryGuardOperand
- public interface Operand
Nested Class Summary | |
static class |
Operand.AConstOperand
|
static class |
Operand.BasicBlockTableOperand
|
static class |
Operand.ConditionOperand
|
static interface |
Operand.Const4Operand
|
static interface |
Operand.Const8Operand
|
static class |
Operand.DConstOperand
|
static class |
Operand.FConstOperand
|
static class |
Operand.FieldOperand
|
static class |
Operand.IConstOperand
|
static class |
Operand.IntValueTableOperand
|
static class |
Operand.LConstOperand
|
static class |
Operand.MethodOperand
|
static class |
Operand.ParamListOperand
|
static class |
Operand.PConstOperand
|
static class |
Operand.RegisterOperand
|
static class |
Operand.TargetOperand
|
static class |
Operand.TypeOperand
|
static class |
Operand.UnnecessaryGuardOperand
|
static class |
Operand.Util
|
Method Summary | |
void |
attachToQuad(Quad q)
|
Operand |
copy()
|
Quad |
getQuad()
|
boolean |
isSimilar(Operand that)
|
Method Detail |
getQuad
public Quad getQuad()
attachToQuad
public void attachToQuad(Quad q)
copy
public Operand copy()
isSimilar
public boolean isSimilar(Operand that)
|
|||||||||
Home >> All >> Compil3r >> [ Quad overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |