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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationSetItem.java27 public final class AnnotationSetItem extends OffsettedItem { class in inherits:OffsettedItem
49 public AnnotationSetItem(Annotations annotations) { method in class:AnnotationSetItem
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DAnnotationSetItem.java38 public class AnnotationSetItem extends Item<AnnotationSetItem> { class in inherits:Item
44 * Creates a new uninitialized <code>AnnotationSetItem</code>
47 protected AnnotationSetItem(DexFile dexFile) { method in class:AnnotationSetItem
52 * Creates a new <code>AnnotationSetItem</code> for the given annotations
54 * @param annotations The annotations for this <code>AnnotationSetItem</code>
56 private AnnotationSetItem(DexFile dexFile, AnnotationItem[] annotations) { method in class:AnnotationSetItem
62 * Returns an <code>AnnotationSetItem</code> for the given annotations, and that has been interned into the given
65 * @param annotations The annotations for this <code>AnnotationSetItem</code>
66 * @return an <code>AnnotationSetItem</cod
[all...]

Completed in 255 milliseconds