itemDefinition = new Attribute(locusList, type, redefinition, properties);
itemType = ItemType.attr;
break;
case G :
type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
itemDefinition = new Aggregate(locusList, type);
itemType = ItemType.aggr;
break;
case L :
Prefices prefices = Adapter.getPrefices(abstractSignature, constructor.getTypList());
Fields fields = Adapter.getFields(abstractSignature, constructor.getFields());