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

  /external/proguard/src/proguard/classfile/editor/
AnnotationAdder.java 102 Annotation newAnnotation =
110 newAnnotation.referencedClasses = annotation.referencedClasses;
115 newAnnotation,
122 targetAnnotationElementValue.annotationValue = newAnnotation;
127 annotationsAttributeEditor.addAnnotation(newAnnotation);
134 Annotation newAnnotation =
142 newAnnotation.referencedClasses = annotation.referencedClasses;
147 newAnnotation,
151 parameterAnnotationsAttributeEditor.addAnnotation(parameterIndex, newAnnotation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 115 return IconFactory.getInstance().getIcon("newannotation"); //$NON-NLS-1$
175 SingleMemberAnnotation newAnnotation = ast.newSingleMemberAnnotation();
176 newAnnotation.setTypeName(ast.newSimpleName(local));
179 newAnnotation.setValue(value);
182 listRewrite.insertFirst(newAnnotation, null);
263 SingleMemberAnnotation newAnnotation = ast.newSingleMemberAnnotation();
264 newAnnotation.setTypeName(ast.newSimpleName(local));
266 newAnnotation.setValue(value);
269 listRewrite.insertFirst(newAnnotation, null);
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 566 milliseconds