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
          VMS 4.7.2: Constant Value Attribute.
 class DeprecatedAttribute
          VMS 4.7.10 : Deprecated Attribute.
 class ExceptionsAttribute
          VMS 4.7.4: Exceptions Attribute.
 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
          VMS 4.7.5 : Inner Classes Attribute.
 class LineNumberTable
          VMS 4.7.8: Line Number Table Attribute.
 class LocalVariableTable
          VMS 4.7.9: Local Variable Table Attribute.
 class SkippedCodeInfo
          The code info, but without the instructions (only the interface)
 class SourceFileAttribute
          VMS 4.7.7 : Source File Attribute.
 class SyntheticAttribute
          VMS 4.7.6 : Synthetic Attribute.
 

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

Methods in at.dms.classfile that return Attribute
static Attribute Attribute.read(DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readCodeInfoAttribute(DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs an sub-attribute of CodeInfo from a class file stream
static Attribute Attribute.readInterfaceOnly(DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream