HomeSort by relevance Sort by last modified time
    Searched defs:targetParameterAnnotationsAttribute (Results 1 - 3 of 3) sorted by null

  /external/proguard/src/proguard/classfile/editor/
ParameterAnnotationsAttributeEditor.java 33 private ParameterAnnotationsAttribute targetParameterAnnotationsAttribute;
40 public ParameterAnnotationsAttributeEditor(ParameterAnnotationsAttribute targetParameterAnnotationsAttribute)
42 this.targetParameterAnnotationsAttribute = targetParameterAnnotationsAttribute;
51 int annotationsCount = targetParameterAnnotationsAttribute.u2parameterAnnotationsCount[parameterIndex];
52 Annotation[] annotations = targetParameterAnnotationsAttribute.parameterAnnotations[parameterIndex];
58 targetParameterAnnotationsAttribute.parameterAnnotations[parameterIndex] = new Annotation[annotationsCount+1];
62 targetParameterAnnotationsAttribute.parameterAnnotations[parameterIndex], 0,
65 annotations = targetParameterAnnotationsAttribute.parameterAnnotations[parameterIndex];
69 annotations[targetParameterAnnotationsAttribute.u2parameterAnnotationsCount[parameterIndex]++] = annotation
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 40 milliseconds