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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in sootup.apk.frontend.instruction declared as DexLibAbstractInstructionMethods in sootup.apk.frontend.instruction that return DexLibAbstractInstructionModifier and TypeMethodDescriptionstatic DexLibAbstractInstructionInstructionFactory.fromInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction, int codeAddress) Resolve an Instruction from a dexlib instruction.protected DexLibAbstractInstructionJumpInstruction.getTargetInstruction(DexBody body) Methods in sootup.apk.frontend.instruction with parameters of type DexLibAbstractInstructionModifier and TypeMethodDescriptionvoidDanglingInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) Finalize this instruction taking the successor into consideration.voidFilledNewArrayInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) voidFilledNewArrayRangeInstruction.finalize(DexBody body, DexLibAbstractInstruction successor) voidMethodInvocationInstruction.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.instructionAtAddressprotected List<DexLibAbstractInstruction>DexBody.instructionsMethods 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)