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

Packages that use ClassDefItem
com.android.dx.dex.cf Classes for translating Java classfiles into Dalvik classes. 
com.android.dx.dex.file   
 

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

Methods in com.android.dx.dex.cf that return ClassDefItem
static ClassDefItem CfTranslator.translate(DirectClassFile cf, byte[] bytes, CfOptions cfOptions, DexOptions dexOptions, DexFile dexFile)
          Takes a byte[], interprets it as a Java classfile, and translates it into a ClassDefItem.
 

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 © 2015. All rights reserved.