Uses of Class
at.dms.classfile.Attribute

Packages that use Attribute
at.dms.classfile   
 

Uses of Attribute in at.dms.classfile
 

Subclasses of Attribute in at.dms.classfile
 class CodeInfo
          VMS 4.7.3: Code Attribute.
 class ConstantValueAttribute
          Constant Value Attribute:.
 class DeprecatedAttribute
          Member Attribute Deprecated: ICS.
 class ExceptionsAttribute
          Exceptions Attribute: VMS 4.7.5.
 class GenericAttribute
          This is an opaque attribute that lets you add an uninterpreted stream of bytes into an attribute in a class file.
 class InnerClassTable
          Inner Classes Attribute: ICS.
 class LineNumberTable
          Line Number Table Attribute: VMS 4.7.6 This attribute represents a mapping between he Java Virtual Machine code array and the line number in the original Java source file.
 class LocalVariableTable
          Local Variable Table.
 class SkippedCodeInfo
          The code info, but without the instructions (only the interface)
 class SourceFileAttribute
          Source File Attribute: VMS 4.7.2.
 class SyntheticAttribute
          Member Attribute Synthetic: ICS.
 

Fields in at.dms.classfile declared as Attribute
static Attribute[] Attribute.EMPTY
           
 

Methods in at.dms.classfile that return Attribute
static Attribute Attribute.read(java.io.DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readInterfaceOnly(java.io.DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readCodeInfoAttribute(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs an sub-attribute of CodeInfo from a class file stream
(package private)  Attribute AttributeList.get(int tag)
          Return the first attribute for this tag
 

Methods in at.dms.classfile with parameters of type Attribute
(package private)  void AttributeList.add(Attribute attr)
          Adds an attribute to the list of attributes
 

Constructors in at.dms.classfile with parameters of type Attribute
AttributeList(Attribute att1)
          Constructs a one element attribute list.
AttributeList(Attribute att1, Attribute att2)
          Constructs a two elements attribute list
AttributeList(Attribute att1, Attribute att2, Attribute att3)
          Constructs a three elements attribute list
AttributeList(Attribute att1, Attribute att2, Attribute att3, Attribute att4)
          Constructs a four elements attribute list