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.
-
attributeList
-
-
AttributeEntry(DataInputStream)
- This method was created by a SmartGuide.
-
AttributeEntry(DataInputStream, ConstantPoolEntry[])
- This method fills the attributeList with the AttributeNode instances from the dataStream,
-
addEntry(DataInputStream)
- This method was created by a SmartGuide.
-
getAttribute(int)
- This method returns the attribute at offset.
-
getAttributeCount()
- This method returns the number of attributes that are related to this instance.
-
save(DataOutputStream)
- This method was created by a SmartGuide.
attributeList
Vector attributeList
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.
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.
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.
getAttribute
public AttributeNode getAttribute(int offset)
- This method returns the attribute at offset.
- Parameters:
- offset - int
- Returns:
- shai.vmutils.AttributeNode
getAttributeCount
public int getAttributeCount()
- This method returns the number of attributes that are related to this instance.
- Returns:
- int
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