All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class shai.vmutils.AttributeEntry

java.lang.Object
   |
   +----shai.vmutils.AttributeEntry

public class AttributeEntry
extends Object
This class represents the attributes of fields methods and the class itself.


Variable Index

 o attributeList

Constructor Index

 o AttributeEntry(DataInputStream)
This method was created by a SmartGuide.
 o AttributeEntry(DataInputStream, ConstantPoolEntry[])
This method fills the attributeList with the AttributeNode instances from the dataStream,

Method Index

 o addEntry(DataInputStream)
This method was created by a SmartGuide.
 o getAttribute(int)
This method returns the attribute at offset.
 o getAttributeCount()
This method returns the number of attributes that are related to this instance.
 o save(DataOutputStream)
This method was created by a SmartGuide.

Variables

 o attributeList
 Vector attributeList

Constructors

 o AttributeEntry
 public AttributeEntry(DataInputStream dataStream) throws IOException, ClassFormatError
This method was created by a SmartGuide.

Parameters:
dataStream - java.io.DataInputStream
Throws: IOException
The exception description.
Throws: ClassFormatError
The exception description.
 o AttributeEntry
 public AttributeEntry(DataInputStream dataStream,
                       ConstantPoolEntry constantPool[]) throws IOException, ClassFormatError
This method fills the attributeList with the AttributeNode instances from the dataStream,

Parameters:
dataStream - DataInputStream
ConstantPoolEntry - constantPool[]
Throws: IOException
The exception description.

Methods

 o addEntry
 public void addEntry(DataInputStream dataStream) throws IOException, ClassFormatError
This method was created by a SmartGuide.

Parameters:
dataStream - java.io.DataInputStream
Throws: IOException
The exception description.
Throws: ClassFormatError
The exception description.
 o getAttribute
 public AttributeNode getAttribute(int offset)
This method returns the attribute at offset.

Parameters:
offset - int
Returns:
shai.vmutils.AttributeNode
 o getAttributeCount
 public int getAttributeCount()
This method returns the number of attributes that are related to this instance.

Returns:
int
 o save
 public void save(DataOutputStream outputStream) throws IOException
This method was created by a SmartGuide.

Parameters:
outputStream - java.io.DataOutputStream
Throws: IOException
The exception description.

All Packages  Class Hierarchy  This Package  Previous  Next  Index