Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java143 final AnnotationEntryGen[] annotations = unpackAnnotations(attributes); in ClassGen()
169 private AnnotationEntryGen[] unpackAnnotations(final Attribute[] attrs) in unpackAnnotations() method in ClassGen