| Package | Description |
|---|---|
| com.android.dx.rop.code |
Classes relating to a register-based opcode system.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Insn.BaseVisitor
Base implementation of
Insn.Visitor, which has empty method
bodies for all methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainCstInsn.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 |
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.
|
void |
ThrowingCstInsn.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 |
InvokePolymorphicInsn.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 |
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.
|
Copyright © 2020. All Rights Reserved.