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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DAnnotationDirectoryItem.java41 public class AnnotationDirectoryItem extends Item<AnnotationDirectoryItem> { class in inherits:Item
52 * Creates a new uninitialized <code>AnnotationDirectoryItem</code>
55 protected AnnotationDirectoryItem(DexFile dexFile) { method in class:AnnotationDirectoryItem
60 * Creates a new <code>AnnotationDirectoryItem</code> with the given values
70 private AnnotationDirectoryItem(DexFile dexFile, @Nullable AnnotationSetItem classAnnotations, method in class:AnnotationDirectoryItem
103 * Returns an <code>AnnotationDirectoryItem</code> for the given values, and that has been interned into the given
114 public static AnnotationDirectoryItem internAnnotationDirectoryItem(DexFile dexFile,
119 AnnotationDirectoryItem annotationDirectoryItem = new AnnotationDirectoryItem(dexFil
[all...]

Completed in 122 milliseconds