|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Insn.Visitor | |
|---|---|
| com.android.dx.rop.code | Classes relating to a register-based opcode system. |
| Uses of Insn.Visitor in com.android.dx.rop.code |
|---|
| Classes in com.android.dx.rop.code that implement Insn.Visitor | |
|---|---|
static class |
Insn.BaseVisitor
Base implementation of Insn.Visitor, which has empty method
bodies for all methods. |
| Methods in com.android.dx.rop.code with parameters of type Insn.Visitor | |
|---|---|
void |
ThrowingCstInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
PlainCstInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
PlainInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
ThrowingInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
abstract void |
Insn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
FillArrayDataInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
SwitchInsn.accept(Insn.Visitor visitor)
Calls the appropriate method on the given visitor, depending on the class of this instance. |
void |
InsnList.forEach(Insn.Visitor visitor)
Visits each instruction in the list, in order. |
void |
BasicBlockList.forEachInsn(Insn.Visitor visitor)
Visits each instruction of each block in the list, in order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||