Uses of Class
com.android.dx.dex.file.ItemType

Packages that use ItemType
com.android.dx.dex.file   
 

Uses of ItemType in com.android.dx.dex.file
 

Methods in com.android.dx.dex.file that return ItemType
 ItemType AnnotationSetItem.itemType()
          Returns the item type for this instance.
 ItemType ClassDataItem.itemType()
          Returns the item type for this instance.
 ItemType AnnotationSetRefItem.itemType()
          Returns the item type for this instance.
 ItemType ProtoIdItem.itemType()
          Returns the item type for this instance.
 ItemType AnnotationItem.itemType()
          Returns the item type for this instance.
 ItemType AnnotationsDirectoryItem.itemType()
          Returns the item type for this instance.
 ItemType MethodIdItem.itemType()
          Returns the item type for this instance.
 ItemType HeaderItem.itemType()
          Returns the item type for this instance.
 ItemType TypeListItem.itemType()
          Returns the item type for this instance.
 ItemType DebugInfoItem.itemType()
          Returns the item type for this instance.
 ItemType EncodedArrayItem.itemType()
          Returns the item type for this instance.
 ItemType UniformListItem.itemType()
          Returns the item type for this instance.
abstract  ItemType Item.itemType()
          Returns the item type for this instance.
 ItemType StringIdItem.itemType()
          Returns the item type for this instance.
 ItemType CodeItem.itemType()
          Returns the item type for this instance.
 ItemType TypeIdItem.itemType()
          Returns the item type for this instance.
 ItemType FieldIdItem.itemType()
          Returns the item type for this instance.
 ItemType MapItem.itemType()
          Returns the item type for this instance.
 ItemType ClassDefItem.itemType()
          Returns the item type for this instance.
 ItemType StringDataItem.itemType()
          Returns the item type for this instance.
static ItemType ItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ItemType[] ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.android.dx.dex.file with parameters of type ItemType
 void MixedItemSection.writeIndexAnnotation(AnnotatedOutput out, ItemType itemType, String intro)
          Writes an index of contents of the items in this instance of the given type.
 

Constructors in com.android.dx.dex.file with parameters of type ItemType
UniformListItem(ItemType itemType, List<T> items)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.