scale.jcr
Class InterfaceMethodRefCPInfo
java.lang.Object
   scale.jcr.CPInfo
scale.jcr.CPInfo
       scale.jcr.RefCPInfo
scale.jcr.RefCPInfo
           scale.jcr.InterfaceMethodRefCPInfo
scale.jcr.InterfaceMethodRefCPInfo
- public class InterfaceMethodRefCPInfo 
- extends RefCPInfo
This class is used to both represent a Java class file interface
 method reference constant pool entry and to read that class file
 interface method reference constant pool entry.
 
 $Id: InterfaceMethodRefCPInfo.java,v 1.9 2007-10-04 19:58:16 burrill Exp $
 
 Copyright 2007 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 | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InterfaceMethodRefCPInfo
public InterfaceMethodRefCPInfo(int classIndex,
                                int nameAndTypeIndex)
read
public static CPInfo read(ClassFile cf,
                          java.io.DataInputStream reader)
                   throws java.io.IOException
- 
- Throws:
- java.io.IOException