Package proguard.classfile.util.inject
-
Class Summary Class Description AccumulatedCodeInjector This utility class allows for injecting multiple static method invocations in multiple target methods.CodeInjector This utility class allows for injecting a method invocation instruction, optionally with arguments modeled by instances of classes implementing theInjectedArgument
interface, to the specified target method at an offset determined by the implementation of theInjectStrategy
interface.CodeInjector.ClassMethodPair