Home
last modified time | relevance | path

Searched refs:anno1 (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
DCtClassType.java558 Annotation[] anno1, anno2; in hasAnnotationType() local
561 anno1 = null; in hasAnnotationType()
563 anno1 = a1.getAnnotations(); in hasAnnotationType()
570 if (anno1 != null) in hasAnnotationType()
571 for (int i = 0; i < anno1.length; i++) in hasAnnotationType()
572 if (anno1[i].getTypeName().equals(annotationTypeName)) in hasAnnotationType()
597 Annotation[] anno1, anno2; in getAnnotationType() local
600 anno1 = null; in getAnnotationType()
602 anno1 = a1.getAnnotations(); in getAnnotationType()
610 if (anno1 != null) in getAnnotationType()
[all …]