jrre.classloader.classfile.attributes
Class LocalVariableAttributeTable

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.LocalVariableAttributeTable

public class LocalVariableAttributeTable
extends java.lang.Object


Constructor Summary
LocalVariableAttributeTable()
           
LocalVariableAttributeTable(int attributeNameIndex, int attributeLength, int localVariableEntryCount)
           
 
Method Summary
 int getLocalVariableEntryCount()
          Gets the LocalVariableEntryCount.
 void setLocalVariableEntries(LocalVariableEntry[] localVariableEntry)
           
 void setLocalVariableEntryCount(int localVariableEntryCount)
          Sets the LocalVariableEntryCount.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalVariableAttributeTable

public LocalVariableAttributeTable()

LocalVariableAttributeTable

public LocalVariableAttributeTable(int attributeNameIndex,
                                   int attributeLength,
                                   int localVariableEntryCount)
Method Detail

setLocalVariableEntries

public void setLocalVariableEntries(LocalVariableEntry[] localVariableEntry)

getLocalVariableEntryCount

public int getLocalVariableEntryCount()
Gets the LocalVariableEntryCount.


setLocalVariableEntryCount

public void setLocalVariableEntryCount(int localVariableEntryCount)
Sets the LocalVariableEntryCount.


toString

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


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.