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

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

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

Methods in com.android.dx.dex.file that return ClassDefItem
 ClassDefItem DexFile.getClassOrNull(String name)
          Gets the class definition with the given name, if any.
 

Methods in com.android.dx.dex.file with parameters of type ClassDefItem
 void DexFile.add(ClassDefItem clazz)
          Adds a class to this instance.
 void ClassDefsSection.add(ClassDefItem clazz)
          Adds an element to this instance.
 



Copyright © 2013. All Rights Reserved.