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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java3085 return covariantReturnType(tres, sres, warner);
3096 return covariantReturnType(r1.getReturnType(),
3110 return covariantReturnType(r1.getReturnType(), r2res, warner);
3125 public boolean covariantReturnType(Type t, Type s, Warner warner) { method in class:Types

Completed in 42 milliseconds