Package org.ek9lang.compiler.common
Class CompilableSourceHasErrors
java.lang.Object
org.ek9lang.compiler.common.CompilableSourceHasErrors
- All Implemented Interfaces:
Predicate<Collection<CompilableSource>>
public class CompilableSourceHasErrors
extends Object
implements Predicate<Collection<CompilableSource>>
Check to see if any of the compilable sources have errors.
-
Constructor Details
-
CompilableSourceHasErrors
public CompilableSourceHasErrors()
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<Collection<CompilableSource>>
-