int versionIndex = 0;
icLocal = new IcTuple[classCount][];
for (int i = 0; i < classCount; i++) {
long flag = classFlags[i];
if (deprecatedLayout.matches(classFlags[i])) {
classAttributes[i].add(new DeprecatedAttribute());
}
if (sourceFileLayout.matches(flag)) {
long result = classSourceFile[sourceFileIndex];
ClassFileEntry value = sourceFileLayout.getValue(result,
cpBands.getConstantPool());