HomeSort by relevance Sort by last modified time
    Searched full:targetannotation (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/classfile/editor/
ElementValuesEditor.java 37 private final Annotation targetAnnotation;
47 Annotation targetAnnotation,
51 this.targetAnnotation = targetAnnotation;
66 this.targetAnnotation = null;
78 if (targetAnnotation != null)
82 !replaceElementValue(targetAnnotation.u2elementValuesCount,
83 targetAnnotation.elementValues,
87 targetAnnotation.elementValues =
88 addElementValue(targetAnnotation.u2elementValuesCount
    [all...]
ElementValueAdder.java 67 Annotation targetAnnotation,
75 targetAnnotation,

Completed in 5746 milliseconds