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

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

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

Subclasses of IndexedItem in com.android.dx.dex.file
 class ClassDefItem
          Representation of a Dalvik class, which is basically a set of members (fields or methods) along with a few more pieces of information.
 class FieldIdItem
          Representation of a field reference inside a Dalvik file.
 class HeaderItem
          File header section of a .dex file.
 class IdItem
          Representation of a reference to an item inside a Dalvik file.
 class MemberIdItem
          Representation of a member (field or method) reference inside a Dalvik file.
 class MethodIdItem
          Representation of a method reference inside a Dalvik file.
 class ProtoIdItem
          Representation of a method prototype reference inside a Dalvik file.
 class StringIdItem
          Representation of a string inside a Dalvik file.
 class TypeIdItem
          Representation of a type reference inside a Dalvik file.
 

Methods in com.android.dx.dex.file that return IndexedItem
 IndexedItem FieldIdsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
abstract  IndexedItem UniformItemSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem ProtoIdsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem TypeIdsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem ClassDefsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem MethodIdsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem HeaderSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 IndexedItem StringIdsSection.get(Constant cst)
          Gets the item corresponding to the given Constant.
 



Copyright © 2015. All rights reserved.