Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java171 final List<AnnotationEntryGen> annotationGenObjs = new ArrayList<>(); in unpackAnnotations() local
178 annotationGenObjs.add(new AnnotationEntryGen(a, in unpackAnnotations()
188 annotationGenObjs.add(new AnnotationEntryGen(a, in unpackAnnotations()
193 return annotationGenObjs.toArray(new AnnotationEntryGen[annotationGenObjs.size()]); in unpackAnnotations()