Package proguard.classfile.util.inject.argument
-
Interface Summary Interface Description InjectedArgument This interface defines an 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 a primitive type 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
.PrimitiveArrayConstantArgument<T extends java.lang.Number>