ProGuard

Uses of Class
proguard.classfile.AttrInfo

Packages that use AttrInfo
proguard.classfile This package contains classes to represent various elements of class files. 
 

Uses of AttrInfo in proguard.classfile
 

Subclasses of AttrInfo in proguard.classfile
 class CodeAttrInfo
          Representation of a code attribute.
 class ConstantValueAttrInfo
          Representation of a constant value attribute.
 class DeprecatedAttrInfo
          Representation of a deprecated attribute.
 class ExceptionsAttrInfo
          Representation of an exceptions attribute.
 class InnerClassesAttrInfo
          Representation of an inner classes attribute.
 class LineNumberTableAttrInfo
          Representation of a line number table attribute.
 class LocalVariableTableAttrInfo
          Representation of a local variable table attribute.
 class SignatureAttrInfo
          Representation of a signature attribute.
 class SourceDirAttrInfo
          Representation of a source directory attribute.
 class SourceFileAttrInfo
          Representation of a source file attribute.
 class SyntheticAttrInfo
          Representation of a synthetic attribute.
 class UnknownAttrInfo
          Representation of an unknown attribute.
 

Fields in proguard.classfile declared as AttrInfo
 AttrInfo[] CodeAttrInfo.attributes
           
 AttrInfo[] ProgramMemberInfo.attributes
           
 AttrInfo[] ProgramClassFile.attributes
           
 

Methods in proguard.classfile that return AttrInfo
 AttrInfo CodeAttrInfo.getAttribute(ClassFile classFile, String name)
          Returns the (first) attribute with the given name.
static AttrInfo AttrInfo.create(DataInput din, ClassFile cf)
          Creates a new AttrInfo from the data passed.
 


ProGuard