Uses of Package
com.android.dx.cf.iface

Packages that use com.android.dx.cf.iface
com.android.dx.cf.attrib Implementation of containers and utilities for all the standard Java attribute types. 
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.cst   
com.android.dx.cf.direct Implementation of cf.iface.* based on a direct representation of class files as byte[]s. 
com.android.dx.cf.iface Interfaces and base classes for dealing with class files. 
com.android.dx.command.dump   
 

Classes in com.android.dx.cf.iface used by com.android.dx.cf.attrib
Attribute
          Interface representing attributes of class files (directly or indirectly).
AttributeList
          Interface for lists of attributes.
 

Classes in com.android.dx.cf.iface used by com.android.dx.cf.code
AttributeList
          Interface for lists of attributes.
ClassFile
          Interface for things which purport to be class files or reasonable facsimiles thereof.
Member
          Interface representing members of class files (that is, fields and methods).
Method
          Interface representing methods of class files.
MethodList
          Interface for lists of methods.
 

Classes in com.android.dx.cf.iface used by com.android.dx.cf.cst
ParseObserver
          Observer of parsing in action.
 

Classes in com.android.dx.cf.iface used by com.android.dx.cf.direct
Attribute
          Interface representing attributes of class files (directly or indirectly).
AttributeList
          Interface for lists of attributes.
ClassFile
          Interface for things which purport to be class files or reasonable facsimiles thereof.
FieldList
          Interface for lists of fields.
MethodList
          Interface for lists of methods.
ParseObserver
          Observer of parsing in action.
 

Classes in com.android.dx.cf.iface used by com.android.dx.cf.iface
Attribute
          Interface representing attributes of class files (directly or indirectly).
AttributeList
          Interface for lists of attributes.
Field
          Interface representing fields of class files.
FieldList
          Interface for lists of fields.
Member
          Interface representing members of class files (that is, fields and methods).
Method
          Interface representing methods of class files.
MethodList
          Interface for lists of methods.
StdMember
          Standard implementation of Member, which directly stores all the associated data.
 

Classes in com.android.dx.cf.iface used by com.android.dx.command.dump
Member
          Interface representing members of class files (that is, fields and methods).
ParseObserver
          Observer of parsing in action.
 



Copyright © 2015. All rights reserved.