Package proguard.classfile.util.inject.argument
-
Interface Summary Interface Description InjectedArgument This interface defines api for modeling arguments to be passed to the method invocation instructions that are injected byCodeInjector
. -
Class Summary Class Description ConstantPrimitive<T extends java.lang.Number> A model representing a constant value of primitive typed argument to be passed to the method invocation instructions that are injected byCodeInjector
.ConstantString A model representing a constant string argument to be passed to the method invocation instructions that are injected byCodeInjector
.