Searched defs:annotationElementValue (Results 1 - 19 of 19) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
H A DElementValueVisitor.java37 public void visitAnnotationElementValue( Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue); argument
43 // public void visitAnnotationElementValue( Clazz clazz, Field field, Annotation annotation, AnnotationElementValue annotationElementValue);
49 // public void visitAnnotationElementValue( Clazz clazz, Method method, Annotation annotation, AnnotationElementValue annotationElementValue);
H A DAllElementValueVisitor.java186 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
188 elementValueVisitor.visitAnnotationElementValue(clazz, annotation, annotationElementValue);
192 annotationElementValue.annotationAccept(clazz, this);
/external/proguard/src/proguard/classfile/editor/
H A DElementValueAdder.java156 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
160 new AnnotationElementValue(annotationElementValue.u2elementNameIndex == 0 ? 0 :
161 constantAdder.addConstant(clazz, annotationElementValue.u2elementNameIndex),
164 newAnnotationElementValue.referencedClass = annotationElementValue.referencedClass;
165 newAnnotationElementValue.referencedMethod = annotationElementValue.referencedMethod;
167 annotationElementValue.annotationAccept(clazz,
H A DMemberReferenceFixer.java380 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
382 fixElementValue(clazz, annotation, annotationElementValue);
385 annotationElementValue.annotationAccept(clazz, this);
H A DClassReferenceFixer.java459 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
462 annotationElementValue.annotationAccept(clazz, this);
H A DUtf8Shrinker.java379 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
381 if (annotationElementValue.u2elementNameIndex != 0)
383 markCpUtf8Entry(clazz, annotationElementValue.u2elementNameIndex);
387 annotationElementValue.annotationAccept(clazz, this);
H A DConstantPoolRemapper.java640 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
642 annotationElementValue.u2elementNameIndex =
643 remapConstantIndex(annotationElementValue.u2elementNameIndex);
646 annotationElementValue.annotationAccept(clazz, this);
H A DConstantPoolShrinker.java491 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
493 if (annotationElementValue.u2elementNameIndex != 0)
495 markConstant(clazz, annotationElementValue.u2elementNameIndex);
499 annotationElementValue.annotationAccept(clazz, this);
/external/proguard/src/proguard/classfile/visitor/
H A DReferencedClassVisitor.java257 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
260 annotationElementValue.annotationAccept(clazz, this);
H A DClassCleaner.java344 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
346 clean(annotationElementValue);
348 annotationElementValue.annotationAccept(clazz, this);
H A DClassPrinter.java1117 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
1119 println(visitorInfo(annotationElementValue) +
1121 (annotationElementValue.u2elementNameIndex == 0 ? "(default)" :
1122 annotationElementValue.getMethodName(clazz)) + "]:");
1125 annotationElementValue.annotationAccept(clazz, this);
/external/proguard/src/proguard/shrink/
H A DAnnotationUsageMarker.java196 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
198 if (isReferencedMethodUsed(annotationElementValue))
204 annotationElementValue.annotationAccept(clazz, this);
209 usageMarker.markAsUsed(annotationElementValue);
211 markConstant(clazz, annotationElementValue.u2elementNameIndex);
H A DClassShrinker.java336 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
339 annotationElementValue.annotationAccept(clazz, this);
/external/proguard/src/proguard/classfile/util/
H A DClassReferenceInitializer.java428 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
430 initializeElementValue(clazz, annotation, annotationElementValue);
433 annotationElementValue.annotationAccept(clazz, this);
H A DSimplifiedVisitor.java1104 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
1106 visitAnyElementValue(clazz, annotation, annotationElementValue);
/external/proguard/src/proguard/optimize/peephole/
H A DTargetClassChanger.java380 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
383 visitAnyElementValue(clazz, annotation, annotationElementValue);
386 annotationElementValue.annotationAccept(clazz, this);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java934 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
939 annotationElementValue.annotationValue = annotationValue;
H A DProgramClassWriter.java858 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
861 attributeBodyWriter.visitAnnotation(clazz, annotationElementValue.annotationValue);
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 193 milliseconds