Uses of Class
javar.attributes.Attribute

Packages that use Attribute
javar.attributes   
 

Uses of Attribute in javar.attributes
 

Subclasses of Attribute in javar.attributes
 class ConstantValue
          This class represents an attribute that is unknow to the system.
 class Deprecated
          This attribute will be used to flag that a specific method was deprecated.
 class InnerClasses
          This class represents an attribute of the class which tells the source file that it was loaded from.
 class LineNumberTable
          This is an attribute to the code attribute that contains a table of the code versus source code info
 class LocalVariableTable
          This class represents an attribute that is unknow to the system.
 class MethodCode
          This is an attribute of a method which contains the data for the code :)
 class MethodException
          This is an attribute of a method which contains the data for exceptions
 class SourceFile
          This class represents an attribute of the class which tells the source file that it was loaded from.
 class Synthetic
          This is an attribute that gives information about a synthetic method or attribute.
 class Unknown
          This class represents an attribute that is unknown to the system.