Searched defs:isSubtypeUnchecked (Results 1 - 1 of 1) sorted by last modified time

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java693 public boolean isSubtypeUnchecked(Type t, Type s) { method in class:Types
699 public boolean isSubtypeUnchecked(Type t, Type s, Warner warn) { method in class:Types
927 public boolean isSubtypeUnchecked(Type t, List<Type> ts, Warner warn) { method in class:Types
[all...]

Completed in 61 milliseconds