jrre.classloader.classfile.pool_entries
Class CPMethodRef

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

public class CPMethodRef
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
CPMethodRef(int classIndex, int nameTypeIndex)
           
 
Method Summary
 int getClassIndex()
          Gets the ClassIndex.
 int getNameTypeIndex()
          Gets the NameTypeIndex.
 void setClassIndex(int classIndex)
          Sets the ClassIndex.
 void setNameTypeIndex(int nameTypeIndex)
          Sets the NameTypeIndex.
 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

CPMethodRef

public CPMethodRef(int classIndex,
                   int nameTypeIndex)
Method Detail

getNameTypeIndex

public int getNameTypeIndex()
Gets the NameTypeIndex.


setNameTypeIndex

public void setNameTypeIndex(int nameTypeIndex)
Sets the NameTypeIndex.


getClassIndex

public int getClassIndex()
Gets the ClassIndex.


setClassIndex

public void setClassIndex(int classIndex)
Sets the ClassIndex.


toString

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


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