Lines Matching refs:getAnnotation
135 getAnnotation(clazz, INNER_CLASS_ANNOTATION), in getClassModifiers()
249 return getAnnotation(annotatedElement, THROWS_ANNOTATION) != null; in declaresExceptions()
264 DexAnnotation annotation = getAnnotation(annotatedElement, in getExceptionSignature()
305 return getAnnotation(annotatedElement, SIGNATURE_ANNOTATION) != null; in hasGenericSignature()
320 DexAnnotation annotation = getAnnotation(annotatedElement, in getGenericSignature()
342 return getAnnotation( in hasAnnotationDefaultSignature()
355 return getAnnotation(dexClass, ANNOTATION_DEFAULT_ANNOTATION); in getDefaultMappingsAnnotation()
368 public static DexAnnotation getAnnotation(DexAnnotatedElement element, in getAnnotation() method in DexUtil
468 return getAnnotation(clazz, INNER_CLASS_ANNOTATION) != null; in isInnerClass()
480 return getAnnotation(clazz, ENCLOSING_CLASS_ANNOTATION) != null; in isEnclosingClass()
484 return getAnnotation(dexClass, MEMBER_CLASS_ANNOTATION) != null; in declaresMemberClasses()
489 DexAnnotation annotation = getAnnotation(dexClass, in getMemberClassNames()
503 DexAnnotation annotation = getAnnotation(dexClass, in getEnclosingClassName()
536 return getAnnotation(dexClass, ENCLOSING_METHOD_ANNOTATION) != null; in isDeclaredInMethod()