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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java596 * possibly implement the interface `intDef'. Note that the only
597 * way that this can fail is if `this' and `intDef' have methods
605 public boolean couldImplement(ClassDefinition intDef) { argument
612 if (!isInterface() || !intDef.isInterface()) {
626 Iterator otherMethods = intDef.getMethods();
629 // Get one of the methods from intDef...

Completed in 43 milliseconds