ConstantVirtualMethodRef cVirtMet = new ConstantVirtualMethodRefRead().load(in);
constantPoolComponent.getConstantPool().add(cVirtMet);
break;
case ConstantPoolComponent.TAG_SUPER_METHOD_REF:
ConstantSuperMethodRef cSupMet = new ConstantSuperMethodRefRead().load(in);
constantPoolComponent.getConstantPool().add(cSupMet);
break;
case ConstantPoolComponent.TAG_STATIC_FIELD_REF:
ConstantStaticFieldRef cStatF = new ConstantStaticFieldRefRead().load(in);