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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java605 public boolean couldImplement(ClassDefinition intDef) { method in class:ClassDefinition
608 throw new CompilerError("couldImplement: no checks");
613 throw new CompilerError("couldImplement: not interface");
619 throw new CompilerError("couldImplement: called early");

Completed in 119 milliseconds