Searched defs:AnnotationSetRefList (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DAnnotationSetRefList.java36 public class AnnotationSetRefList extends Item<AnnotationSetRefList> { class in inherits:Item
42 * Creates a new uninitialized <code>AnnotationSetRefList</code>
45 protected AnnotationSetRefList(DexFile dexFile) { method in class:AnnotationSetRefList
50 * Creates a new <code>AnnotationSetRefList</code> for the given annotation sets
52 * @param annotationSets The annotationSets for this <code>AnnotationSetRefList</code>
54 private AnnotationSetRefList(DexFile dexFile, AnnotationSetItem[] annotationSets) { method in class:AnnotationSetRefList
60 * Returns an <code>AnnotationSetRefList</code> for the given annotation sets, and that has been interned into the
63 * @param annotationSets The annotation sets for this <code>AnnotationSetRefList</code>
66 public static AnnotationSetRefList internAnnotationSetRefLis
[all...]

Completed in 186 milliseconds