Searched refs:methodAnnotations (Results 1 – 3 of 3) sorted by relevance
49 private ArrayList<MethodAnnotationStruct> methodAnnotations; field in AnnotationsDirectoryItem62 methodAnnotations = null; in AnnotationsDirectoryItem()81 (methodAnnotations == null) && in isEmpty()96 (methodAnnotations == null) && in isInternable()176 if (methodAnnotations == null) { in addMethodAnnotations()177 methodAnnotations = new ArrayList<MethodAnnotationStruct>(); in addMethodAnnotations()180 methodAnnotations.add(new MethodAnnotationStruct(method, in addMethodAnnotations()208 if (methodAnnotations == null) { in getMethodAnnotations()212 for (MethodAnnotationStruct item : methodAnnotations) { in getMethodAnnotations()257 if (methodAnnotations != null) { in addContents()[all …]
50 private ArrayList<MethodAnnotationStruct> methodAnnotations; field in AnnotationsDirectoryItem63 methodAnnotations = null; in AnnotationsDirectoryItem()82 (methodAnnotations == null) && in isEmpty()97 (methodAnnotations == null) && in isInternable()174 if (methodAnnotations == null) { in addMethodAnnotations()175 methodAnnotations = new ArrayList<MethodAnnotationStruct>(); in addMethodAnnotations()178 methodAnnotations.add(new MethodAnnotationStruct(method, in addMethodAnnotations()205 if (methodAnnotations == null) { in getMethodAnnotations()209 for (MethodAnnotationStruct item : methodAnnotations) { in getMethodAnnotations()253 if (methodAnnotations != null) { in addContents()[all …]
1120 Annotations methodAnnotations = in dumpMethod() local1125 if (methodAnnotations != null) { in dumpMethod()1127 for (Annotation a : methodAnnotations.getAnnotations()) { in dumpMethod()