程序包 proguard.evaluation.value.object.model.reflective
-
接口概要 接口 说明 ReflectiveModel<T extends ReflectiveModel<T>> A mixin fully implementing theModelinterface, so that the classes implementing the model don't have to do it themselves. -
类概要 类 说明 ModelHelper Helper methods to useModels.ModelHelper.MethodExecutionContext A helper class groupingMethodExecutionInfoandValueCalculatoras the execution context of a method. -
注释类型概要 注释类型 说明 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.