Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java94 …final Attribute[] attributes = AnnotationEntryGen.getAnnotationAttributes(cp, v.toArray(new Annota… in testVisibleInvisibleAnnotationGen()
109 …final Attribute[] attributes2 = AnnotationEntryGen.getAnnotationAttributes(cp, v2.toArray(new Anno… in testVisibleInvisibleAnnotationGen()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java231 …final Attribute[] attrs = AnnotationEntryGen.getAnnotationAttributes(cp, super.getAnnotationEntrie… in addAnnotationsAsAttribute()
DAnnotationEntryGen.java199 …static Attribute[] getAnnotationAttributes(final ConstantPoolGen cp, final AnnotationEntryGen[] an… in getAnnotationAttributes() method in AnnotationEntryGen
DClassGen.java209 …final Attribute[] annAttributes = AnnotationEntryGen.getAnnotationAttributes(cp, getAnnotationEnt… in getJavaClass()
DMethodGen.java609 …final Attribute[] attrs = AnnotationEntryGen.getAnnotationAttributes(cp, super.getAnnotationEntrie… in addAnnotationsAsAttribute()