Package proguard.evaluation.value.object.model.reflective
-
Interface Summary Interface Description ReflectiveModel<T extends ReflectiveModel<T>> A mixin fully implementing theModel
interface, so that the classes implementing the model don't have to do it themselves. -
Class Summary Class Description ModelHelper Helper methods to useModel
s.ModelHelper.MethodExecutionContext A helper class groupingMethodExecutionInfo
andValueCalculator
as the execution context of a method. -
Annotation Types Summary Annotation Type Description ModeledConstructor Used to identify methods that model behavior for constructors of a class modeled inModel
.ModeledInstanceMethod Used to identify methods that model behavior for instance methods of a class modeled inModel
.ModeledStaticMethod Used to identify methods that model behavior for static methods of a class modeled inModel
.