Uses of Interface
com.android.dx.cf.iface.ClassFile

Packages that use ClassFile
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
com.android.dx.cf.direct Implementation of cf.iface.* based on a direct representation of class files as byte[]s. 
 

Uses of ClassFile in com.android.dx.cf.code
 

Constructors in com.android.dx.cf.code with parameters of type ClassFile
ConcreteMethod(Method method, ClassFile cf, boolean keepLines, boolean keepLocals)
          Constructs an instance.
 

Uses of ClassFile in com.android.dx.cf.direct
 

Classes in com.android.dx.cf.direct that implement ClassFile
 class DirectClassFile
          Class file with info taken from a byte[] or slice thereof.
 



Copyright © 2015. All rights reserved.