ConstantStaticMethodRef cStatMet = new ConstantStaticMethodRefRead().load(in);
constantPoolComponent.getConstantPool().add(cStatMet);
break;
default:
throw new UnknownTagException(
"an error has occured while loading constant pool, tag "
+ cpTag + " unknow");
}