Package com.android.dx.cf.iface
package com.android.dx.cf.iface
-
ClassDescriptionInterface representing attributes of class files (directly or indirectly).Interface for lists of attributes.Interface for things which purport to be class files or reasonable facsimiles thereof.Interface representing fields of class files.Interface for lists of fields.An element that can have
Attribute
Interface representing members of class files (that is, fields and methods).Interface representing methods of class files.Interface for lists of methods.Exception from parsing.Observer of parsing in action.Standard implementation ofAttributeList
, which directly stores an array ofAttribute
objects and can be made immutable.Standard implementation ofField
, which directly stores all the associated data.Standard implementation ofMember
, which directly stores all the associated data.Standard implementation ofMethod
, which directly stores all the associated data.Standard implementation ofMethodList
, which directly stores an array ofMethod
objects and can be made immutable.