Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtClassType.java446 Annotation[] anno1, anno2; in hasAnnotationType() local
449 anno1 = null; in hasAnnotationType()
451 anno1 = a1.getAnnotations(); in hasAnnotationType()
459 if (anno1 != null) in hasAnnotationType()
460 for (int i = 0; i < anno1.length; i++) in hasAnnotationType()
461 if (anno1[i].getTypeName().equals(typeName)) in hasAnnotationType()
485 Annotation[] anno1, anno2; in getAnnotationType() local
488 anno1 = null; in getAnnotationType()
490 anno1 = a1.getAnnotations(); in getAnnotationType()
498 if (anno1 != null) in getAnnotationType()
[all …]