Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtClassType.java446 Annotation[] anno1, anno2; in hasAnnotationType() local
454 anno2 = null; in hasAnnotationType()
456 anno2 = a2.getAnnotations(); in hasAnnotationType()
464 if (anno2 != null) in hasAnnotationType()
465 for (int i = 0; i < anno2.length; i++) in hasAnnotationType()
466 if (anno2[i].getTypeName().equals(typeName)) in hasAnnotationType()
485 Annotation[] anno1, anno2; in getAnnotationType() local
493 anno2 = null; in getAnnotationType()
495 anno2 = a2.getAnnotations(); in getAnnotationType()
503 if (anno2 != null) in getAnnotationType()
[all …]