Package proguard.classfile.attribute

This package contains classes to represent the attributes inside class files.

See:
          Description

Class Summary
Attribute This abstract class represents an attribute that is attached to a class, a class member, or a code attribute.
CodeAttribute This Attribute represents a code attribute.
ConstantValueAttribute This Attribute represents a constant value attribute.
DeprecatedAttribute This Attribute represents a deprecated attribute.
EnclosingMethodAttribute This Attribute represents an enclosing method attribute.
ExceptionInfo Representation of an Exception table entry.
ExceptionsAttribute This Attribute represents an exceptions attribute.
InnerClassesAttribute This Attribute represents an inner classes attribute.
InnerClassesInfo Representation of an Inner Classes table entry.
LineNumberInfo Representation of an Line Number table entry.
LineNumberTableAttribute This Attribute represents a line number table attribute.
LocalVariableInfo Representation of an Local Variable table entry.
LocalVariableTableAttribute This Attribute represents a local variable table attribute.
LocalVariableTypeInfo Representation of an Local Variable table entry.
LocalVariableTypeTableAttribute This Attribute represents a local variable table type attribute.
SignatureAttribute This Attribute represents a signature attribute.
SourceDirAttribute This Attribute represents a source directory attribute.
SourceFileAttribute This Attribute represents a source file attribute.
SyntheticAttribute This Attribute represents a synthetic attribute.
UnknownAttribute This Attribute represents an unknown attribute.
 

Package proguard.classfile.attribute Description

This package contains classes to represent the attributes inside class files.