All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class classinfo.attribute.AttributeInfo

java.lang.Object
   |
   +----classinfo.attribute.AttributeInfo

public class AttributeInfo
extends Object

Variable Index

 o ATTRIBUTE_NAME

Constructor Index

 o AttributeInfo(ConstantPoolReference, int)
 o AttributeInfo(ConstantPoolReference, int, BufManager)

Method Index

 o length()
 o nameIndex()
 o toString()
 o toString(String)
 o write(DataOutputStream)

Variables

 o ATTRIBUTE_NAME
 public static final String ATTRIBUTE_NAME

Constructors

 o AttributeInfo
 public AttributeInfo(ConstantPoolReference name,
                      int len)
 o AttributeInfo
 public AttributeInfo(ConstantPoolReference name,
                      int len,
                      BufManager bufm) throws IOException

Methods

 o write
 public void write(DataOutputStream out) throws IOException
 o nameIndex
 public ConstantPoolReference nameIndex()
 o length
 public int length()
 o toString
 public String toString()
Overrides:
toString in class Object
 o toString
 public String toString(String indent)

All Packages  Class Hierarchy  This Package  Previous  Next  Index