scale.jcr
Class RefCPInfo
java.lang.Object
   scale.jcr.CPInfo
scale.jcr.CPInfo
       scale.jcr.RefCPInfo
scale.jcr.RefCPInfo
- Direct Known Subclasses: 
- FieldRefCPInfo, InterfaceMethodRefCPInfo, MethodRefCPInfo
- public abstract class RefCPInfo 
- extends CPInfo
This class is the abstract class for all reference constant pool entries.
 
 $Id: RefCPInfo.java,v 1.8 2005-02-07 21:28:30 burrill Exp $
 
 Copyright 2005 by the Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
 
| Fields inherited from class scale.jcr.CPInfo | 
| CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 | 
 
| Constructor Summary | 
| RefCPInfo(int tag,
          int classIndex,
          int nameAndTypeIndex)
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RefCPInfo
public RefCPInfo(int tag,
                 int classIndex,
                 int nameAndTypeIndex)
getClassIndex
public int getClassIndex()
- 
 
getNameAndTypeIndex
public int getNameAndTypeIndex()
-