Searched defs:CPRefInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DConstantPool.java376 public static abstract class CPRefInfo extends CPInfo { class in class:ConstantPool
377 protected CPRefInfo(ConstantPool cp, ClassReader cr, int tag) throws IOException { method in class:ConstantPool.CPRefInfo
384 protected CPRefInfo(ConstantPool cp, int tag, int class_index, int name_and_type_index) { method in class:ConstantPool.CPRefInfo
518 public static class CONSTANT_Fieldref_info extends CPRefInfo {
595 public static class CONSTANT_InterfaceMethodref_info extends CPRefInfo {
716 public CPRefInfo getCPRefInfo() throws ConstantPoolException {
725 return (CPRefInfo) cp.get(reference_index, expected);
767 public static class CONSTANT_Methodref_info extends CPRefInfo {

Completed in 1807 milliseconds