int colon = desc.indexOf(':');
String type = desc.substring(colon + 1);
CPUTF8 value = new CPUTF8((String) signatureLayout.getValue(result, type,
cpBands.getConstantPool()), ClassConstantPool.DOMAIN_SIGNATUREASCIIZ);
fieldAttributes[i][j]
.add(new SignatureAttribute(value));
signatureIndex++;
}
// Non-predefined attributes
for (int k = 0; k < otherLayouts.length; k++) {
if(otherLayouts[k] != null && otherLayouts[k].matches(flag)) {