Searched defs:methodAnnotations (Results 1 – 9 of 9) sorted by relevance
96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement() local112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement() local128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement() local144 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithDoubleElement() local160 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithFloatElement() local176 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithIntElement() local192 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithLongElement() local208 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithShortElement() local224 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithStingElement() local242 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithEnumElement() local[all …]
8 private final ImmutableSet<String> methodAnnotations; field in MethodAnnotationsRecord13 ImmutableSet<String> methodAnnotations, in MethodAnnotationsRecord()
54 ImmutableSet<ClassName> methodAnnotations() { in methodAnnotations() method in AnyBindingMethodValidator
259 String methodAnnotations; in abstractModuleHasInstanceBindingMethodsError() local
340 List<AnnotationTypeOrigin> methodAnnotations = in getAnnotationTypeOrigins() local385 methodAnnotations); in getAnnotationTypeOrigins() local423 List<AnnotationTypeOrigin> methodAnnotations, List<AnnotationTypeOrigin> fieldAnnotations) { in checkDuplicatedFieldsAnnotations()
294 private final ImmutableList<String> methodAnnotations; field in AutoValueishProcessor.GetterProperty302 ImmutableList<String> methodAnnotations, in GetterProperty()502 ImmutableList<String> methodAnnotations = annotationStrings(methodAnnotationMirrors); in propertySet() local
200 Set<String> methodAnnotations = methodArgAnnotations.get(RETURN); in isReturnAnnotatedNullable() local
172 List<String> methodAnnotations = new ArrayList<>(); field in PropertyAnnotationsTest.OutputFileBuilder
1602 List<CommonTree> methodAnnotations; field in smaliParser.statements_and_directives_scope