Searched refs:errorFilter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DSchemaConstraintChecker.java65 ErrorReceiverFilter errorFilter = new ErrorReceiverFilter(errorHandler);
69 sf.setErrorHandler(errorFilter);
99 return !(hadErrors || errorFilter.hadError());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java208 List<Type> hibounds = Type.filter(that.hibounds, errorFilter);
245 private Filter<Type> errorFilter = new Filter<Type>() { field in class:Infer
263 List<Type> lobounds = Type.filter(that.lobounds, errorFilter);
278 List<Type> hibounds = Type.filter(that.hibounds, errorFilter);

Completed in 28 milliseconds