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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java309 boolean result = isSubtypeUncheckedInternal(t, s, warn);
316 private boolean isSubtypeUncheckedInternal(Type t, Type s, Warner warn) { method in class:Types

Completed in 40 milliseconds