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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java1214 return Types.this.notSoftSubtype(t, s);
1266 // <editor-fold defaultstate="collapsed" desc="notSoftSubtype">
1275 public boolean notSoftSubtype(Type t, Type s) { method in class:Types
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java534 return !types.notSoftSubtype(types.lowerBound(a), bound);

Completed in 48 milliseconds