Package proguard.classfile.util.inject
-
Class Summary Class Description CodeInjector This utility class allow for injecting a method invocation instruction optionally with arguments modeled by instances of classes implementingInjectedArgument
interface to the specified target method at an offset determined by the implementation of theInjectStrategy
interface.