il.append(new NEWARRAY(BasicType.INT));
int namespaceAncestorsArrayRef =
cpg.addFieldref(_className, STATIC_NS_ANCESTORS_ARRAY_FIELD,
NS_ANCESTORS_INDEX_SIG);
il.append(new PUTSTATIC(namespaceAncestorsArrayRef));
staticConst.markChunkEnd();
for (int i = 0; i < namespaceAncestors.size(); i++) {
int ancestor = ((Integer) namespaceAncestors.get(i)).intValue();
staticConst.markChunkStart();
il.append(new GETSTATIC(namespaceAncestorsArrayRef));
il.append(new PUSH(cpg, i));