static Object? objectFromDSX(DSX dsx) { var o = _dsxToObject[dsx]; if (o == null) { if (!dsx.check()) return null; } return o; }