Searched defs:classAnnotations (Results 1 – 9 of 9) sorted by relevance
25 public Set<String> classAnnotations = new HashSet<String>(); field in FilterContextMock
350 List<AnnotationTypeOrigin> classAnnotations = in getAnnotationTypeOrigins() local391 classAnnotations); in getAnnotationTypeOrigins() local441 List<AnnotationTypeOrigin> classAnnotations, in checkDuplicatedClassAndFieldAnnotations()
136 Class<?> primaryMixIn, Annotations classAnnotations, TypeBindings bindings, in AnnotatedClass()154 Class<?> primaryMixIn, Annotations classAnnotations, TypeBindings bindings, in AnnotatedClass()
40 private final Set<String> classAnnotations = new HashSet<String>(); field in ClassAnalyzer
73 protected Annotation[] classAnnotations() { in classAnnotations() method in JUnit4ClassRunner
162 Collection<? extends Annotation> classAnnotations = classDef.getAnnotations(); in writeAnnotations() local
168 Collection<? extends Annotation> classAnnotations = classDef.getAnnotations(); in writeAnnotations() local
450 val classAnnotations = if (declarationContainer.flags.hasAnnotations) { in <lambda>() constant
490 List<CommonTree> classAnnotations; field in smaliParser.smali_file_scope