Searched defs:SearchFilter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DSearchFilter.java39 public class SearchFilter implements AttrFilter { class in inherits:AttrFilter
64 public SearchFilter(String filter) throws InvalidSearchFilterException { method in class:SearchFilter
94 if(debug) {System.out.println("SearchFilter: normalized filter:" +
127 if (debug) {System.out.println("SearchFilter: creating AND");}
132 if (debug) {System.out.println("SearchFilter: creating OR");}
137 if (debug) {System.out.println("SearchFilter: creating OR");}
142 if (debug) {System.out.println("SearchFilter: creating SIMPLE");}
215 SearchFilter.this.consumeChar(); // consume the "&"
216 while(SearchFilter.this.getCurrentChar() != END_FILTER_TOKEN) {
218 StringFilter filter = SearchFilter
[all...]

Completed in 60 milliseconds