*/
private JsStatement vtableStatFor(JReferenceType vtableType) {
JsNameRef prototypeField = new JsNameRef(
jsprogram.createSourceInfoSynthetic(FragmentExtractor.class,
"prototype field"), "prototype");
JsExpression constructorRef;
SourceInfo sourceInfoVtableSetup = jsprogram.createSourceInfoSynthetic(
FragmentExtractor.class, "vtable setup");
if (vtableType == jprogram.getTypeJavaLangString()) {
// The methods of java.lang.String are put onto JavaScript's String
// prototype