Searched defs:methodAnnotations (Results 1 – 2 of 2) 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 …]
1583 List<CommonTree> methodAnnotations; field in smaliParser.statements_and_directives_scope