Uses of Class
sootup.apk.frontend.instruction.DexLibAbstractInstruction
Packages that use DexLibAbstractInstruction
-
Uses of DexLibAbstractInstruction in sootup.apk.frontend.instruction
Subclasses of DexLibAbstractInstruction in sootup.apk.frontend.instructionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in sootup.apk.frontend.instruction declared as DexLibAbstractInstructionMethods in sootup.apk.frontend.instruction that return DexLibAbstractInstructionModifier and TypeMethodDescriptionstatic DexLibAbstractInstruction
InstructionFactory.fromInstruction
(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) Resolve an Instruction from a dexlib instruction.protected DexLibAbstractInstruction
JumpInstruction.getTargetInstruction
(DexBody body) Methods in sootup.apk.frontend.instruction with parameters of type DexLibAbstractInstructionModifier and TypeMethodDescriptionvoid
DanglingInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.void
FilledNewArrayInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) void
FilledNewArrayRangeInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) void
MethodInvocationInstruction.finalize
(DexBody body, DexLibAbstractInstruction successor) -
Uses of DexLibAbstractInstruction in sootup.apk.frontend.main
Fields in sootup.apk.frontend.main with type parameters of type DexLibAbstractInstructionModifier and TypeFieldDescriptionprotected Map<Integer,
DexLibAbstractInstruction> DexBody.instructionAtAddress
protected List<DexLibAbstractInstruction>
DexBody.instructions
Methods in sootup.apk.frontend.main that return DexLibAbstractInstructionMethods in sootup.apk.frontend.main that return types with arguments of type DexLibAbstractInstructionModifier and TypeMethodDescriptionDexBody.instructionsBefore
(DexLibAbstractInstruction instruction) Methods in sootup.apk.frontend.main with parameters of type DexLibAbstractInstructionModifier and TypeMethodDescriptionDexBody.instructionsBefore
(DexLibAbstractInstruction instruction)