}
// Compute start of next comparator.
compPos += 1 + (2 * numCompFeats);
}
// Set the comparator array.
this.comparators = comps.toArray();
}
public void addTypeSystem(TypeSystemImpl ts) {
this.typeNames = symbolTable2StringArray(ts.getTypeNameST());
encodeTypeInheritance(ts);