Package com.android.dx.cf.iface


package com.android.dx.cf.iface
  • Class
    Description
    Interface 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 of AttributeList, which directly stores an array of Attribute objects and can be made immutable.
    Standard implementation of Field, which directly stores all the associated data.
    Standard implementation of FieldList, which directly stores an array of Field objects and can be made immutable.
    Standard implementation of Member, which directly stores all the associated data.
    Standard implementation of Method, which directly stores all the associated data.
    Standard implementation of MethodList, which directly stores an array of Method objects and can be made immutable.