Multivalent API

phelps.lang.reflect
Class Attribute_info

java.lang.Object
  extended by phelps.lang.reflect.Attribute_info
Direct Known Subclasses:
Code_attribute, Deprecated_attribute, LocalVariableTable_attribute, SourceFile_attribute

public class Attribute_info
extends java.lang.Object

Version:
$Revision$ $Date$

Field Summary
 java.lang.String attribute_name
           
 int attribute_offset
           
 
Constructor Summary
Attribute_info(Cp_info[] cp, java.lang.String name, int off)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attribute_name

public java.lang.String attribute_name

attribute_offset

public int attribute_offset
Constructor Detail

Attribute_info

public Attribute_info(Cp_info[] cp,
                      java.lang.String name,
                      int off)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Multivalent API