ConstantInstanceFieldRef cInstF = new ConstantInstanceFieldRefRead().load(in);
constantPoolComponent.getConstantPool().add(cInstF);
break;
case ConstantPoolComponent.TAG_VIRTUAL_METHOD_REF:
ConstantVirtualMethodRef cVirtMet = new ConstantVirtualMethodRefRead().load(in);
constantPoolComponent.getConstantPool().add(cVirtMet);
break;
case ConstantPoolComponent.TAG_SUPER_METHOD_REF:
ConstantSuperMethodRef cSupMet = new ConstantSuperMethodRefRead().load(in);