scale.jcr
Class RefCPInfo

java.lang.Object
  extended by scale.jcr.CPInfo
      extended by 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.


Field Summary
 
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)
           
 
Method Summary
 int getClassIndex()
           
 int getNameAndTypeIndex()
           
 
Methods inherited from class scale.jcr.CPInfo
getTag, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefCPInfo

public RefCPInfo(int tag,
                 int classIndex,
                 int nameAndTypeIndex)
Method Detail

getClassIndex

public int getClassIndex()

getNameAndTypeIndex

public int getNameAndTypeIndex()