211212213214215216217218219
// no need to add allValuesRule to the list since it is applied on-the-fly if (expr.hasComplexSubRoles()) { allValuesRule = new AllValuesRule(this); } else { allValuesRule = new SimpleAllValuesRule(this); } }