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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DTypeListItem.java29 public final class TypeListItem extends OffsettedItem { class in inherits:OffsettedItem
47 public TypeListItem(TypeList list) { method in class:TypeListItem
118 TypeList otherList = ((TypeListItem) other).list;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeListItem.java37 public class TypeListItem extends Item<TypeListItem> { class in inherits:Item
43 * Creates a new uninitialized <code>TypeListItem</code>
46 protected TypeListItem(DexFile dexFile) { method in class:TypeListItem
51 * Creates a new <code>TypeListItem</code> for the given string
53 * @param typeList A list of the types that this <code>TypeListItem</code> represents
55 private TypeListItem(DexFile dexFile, TypeIdItem[] typeList) { method in class:TypeListItem
62 * Returns a <code>TypeListItem</code> for the given values, and that has been interned into
65 * @param typeList A list of the types that this <code>TypeListItem</code> represents
66 * @return a <code>TypeListItem</cod
[all...]

Completed in 531 milliseconds