jrre.classloader.classfile.pool_entries
Class CPNameType

java.lang.Object
  |
  +--jrre.classloader.classfile.pool_entries.CPInfo
        |
        +--jrre.classloader.classfile.pool_entries.CPNameType

public class CPNameType
extends CPInfo


Field Summary
 
Fields inherited from class jrre.classloader.classfile.pool_entries.CPInfo
C_Class, C_Double, C_FieldRef, C_Float, C_Integer, C_InterfaceMethodRef, C_Long, C_MethodRef, C_NameType, C_String, C_UTF8, tag
 
Constructor Summary
CPNameType(int nameIndex, int descriptorIndex)
           
 
Method Summary
 int getDescriptorIndex()
          Gets the DescriptorIndex.
 int getNameIndex()
          Gets the NameIndex.
 void setDescriptorIndex(int descriptorIndex)
          Sets the DescriptorIndex.
 void setNameIndex(int nameIndex)
          Sets the NameIndex.
 java.lang.String toString()
           
 
Methods inherited from class jrre.classloader.classfile.pool_entries.CPInfo
getTag, setTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CPNameType

public CPNameType(int nameIndex,
                  int descriptorIndex)
Method Detail

getDescriptorIndex

public int getDescriptorIndex()
Gets the DescriptorIndex.


setDescriptorIndex

public void setDescriptorIndex(int descriptorIndex)
Sets the DescriptorIndex.


getNameIndex

public int getNameIndex()
Gets the NameIndex.


setNameIndex

public void setNameIndex(int nameIndex)
Sets the NameIndex.


toString

public java.lang.String toString()
Specified by:
toString in class CPInfo


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