// The class to mark as an adjunct.
String fullClassName;
// This can either be a supercombinator or a data declaration
PackCons packCons = label.getExpressionForm().asPackCons();
if (packCons != null) {
// This is a data declaration
TypeConstructor typeCons = packCons.getDataConstructor().getTypeConstructor();
if (LECCMachineConfiguration.TREAT_ENUMS_AS_INTS && TypeExpr.isEnumType(typeCons)) {
//System.out.println ("**** skipping data type because it is enum: " + typeConsName);
continue;
}