48495051525354
String[] attributeNames = new String[attrs.size()]; int n = 0; for (LdapStructureAttribute a : attrs) { attributeNames[n++] = a.getName(); } return new OneOfToken(attributeNames, true, true); }
61626364656667
"=", "~=", "<=", ">=", }; return new OneOfToken(operators, true, false); }