compiler, className + ".prototype",
instance.parent, className + ".prototype"));
call.putIntProp(Node.FREE_CALL, 1);
Node stmt = new Node(first.node.getType(), call);
stmt.copyInformationFromForTree(first.node);
instance.parent.addChildBefore(stmt, first.node);
for (PrototypeMemberDeclaration declar : instance.declarations) {
block.addChildToBack(declar.node.detachFromParent());
}
}