}
throw unexpectedValue(value, fobj);
}
/* If the first item is a keyword, the other needs to be also. */
if (pv.canEvalKeyword()) {
if (! (pv2.canEvalKeyword())) {
throw unexpectedValue(value, fobj);
}
}
// The two keywords need to be from each of the two sets.
final FoValue keyword = ((FoPropertyKeyword) pv).getValue();