Package proguard.classfile.util.inject
package proguard.classfile.util.inject
-
ClassesClassDescriptionThis utility class allows for injecting multiple static method invocations in multiple target methods.This utility class allows for injecting a method invocation instruction, optionally with arguments modeled by instances of classes implementing the
InjectedArgumentinterface, to the specified target method at an offset determined by the implementation of theInjectStrategyinterface.