Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

attribute_info Class Reference

Inheritance diagram for attribute_info:
[legend]
List of all members.

Public Attributes

int attribute_name
long attribute_length

Static Public Attributes

final String SourceFile = "SourceFile"
final String ConstantValue = "ConstantValue"
final String Code = "Code"
final String Exceptions = "Exceptions"
final String LineNumberTable = "LineNumberTable"
final String LocalVariableTable = "LocalVariableTable"

Detailed Description

Generic superclass for all attributes.
Author:
Clark Verbrugge

Definition at line 118 of file attribute_info.java.


Member Data Documentation

final String attribute_info::Code = "Code" [static]
 

String by which a Code attribute is recognized.

See also:
Code_attribute

Definition at line 130 of file attribute_info.java.

final String attribute_info::ConstantValue = "ConstantValue" [static]
 

String by which a ConstantValue attribute is recognized.

See also:
ConstantValue_attribute

Definition at line 126 of file attribute_info.java.

final String attribute_info::Exceptions = "Exceptions" [static]
 

String by which an Exceptions attribute is recognized.

See also:
Exceptions_attribute

Definition at line 134 of file attribute_info.java.

final String attribute_info::LineNumberTable = "LineNumberTable" [static]
 

String by which a LineNumberTable attribute is recognized.

See also:
LineNumberTable_attribute

Definition at line 138 of file attribute_info.java.

final String attribute_info::LocalVariableTable = "LocalVariableTable" [static]
 

String by which a LocalVariableTable attribute is recognized.

See also:
LocalVariableTable_attribute

Definition at line 142 of file attribute_info.java.

final String attribute_info::SourceFile = "SourceFile" [static]
 

String by which a SourceFile attribute is recognized.

See also:
SourceFile_attribute

Definition at line 122 of file attribute_info.java.

long attribute_info::attribute_length
 

Length of attribute in bytes.

Definition at line 156 of file attribute_info.java.

int attribute_info::attribute_name
 

Constant pool index of the name of this attribute; should be a utf8 String matching one of the constant Strings define here.

See also:
attribute_info::SourceFile , attribute_info::ConstantValue , attribute_info::Code , attribute_info::Exceptions , attribute_info::LineNumberTable , attribute_info::LocalVariableTable , CONSTANT_Utf8_info

Definition at line 154 of file attribute_info.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:05:04 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001