Searched refs:targetParameterAnnotationsAttribute (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DParameterAnnotationsAttributeEditor.java33 private ParameterAnnotationsAttribute targetParameterAnnotationsAttribute; field in class:ParameterAnnotationsAttributeEditor
40 public ParameterAnnotationsAttributeEditor(ParameterAnnotationsAttribute targetParameterAnnotationsAttribute) argument
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
[all...]
H A DAnnotationAdder.java87 ParameterAnnotationsAttribute targetParameterAnnotationsAttribute)
92 this.parameterAnnotationsAttributeEditor = new ParameterAnnotationsAttributeEditor(targetParameterAnnotationsAttribute);
86 AnnotationAdder(ProgramClass targetClass, ParameterAnnotationsAttribute targetParameterAnnotationsAttribute) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 64 milliseconds