Uses of Class
com.android.dx.cf.direct.DirectClassFile

Packages that use DirectClassFile
com.android.dx.cf.direct Implementation of cf.iface. 
com.android.dx.command.dump   
 

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

Methods in com.android.dx.cf.direct with parameters of type DirectClassFile
 Attribute AttributeFactory.parse(DirectClassFile cf, int context, int offset, ParseObserver observer)
          Parses and makes an attribute based on the bytes at the indicated position in the given array.
protected  Attribute StdAttributeFactory.parse0(DirectClassFile cf, int context, String name, int offset, int length, ParseObserver observer)
          Parses attribute content.
protected  Attribute AttributeFactory.parse0(DirectClassFile cf, int context, String name, int offset, int length, ParseObserver observer)
          Parses attribute content.
 

Constructors in com.android.dx.cf.direct with parameters of type DirectClassFile
AnnotationParser(DirectClassFile cf, int offset, int length, ParseObserver observer)
          Constructs an instance.
 

Uses of DirectClassFile in com.android.dx.command.dump
 

Fields in com.android.dx.command.dump declared as DirectClassFile
protected  DirectClassFile BlockDumper.classFile
          null-ok; the class file object being constructed; becomes non-null during BlockDumper.dump(byte[], java.io.PrintStream, java.lang.String, boolean, com.android.dx.command.dump.Args)
 



Copyright © 2012. All Rights Reserved.