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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DDeclarationsImpl.java89 !env.jctypes.isSubSignature(hider.type, hidee.type)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacTypes.java109 return types.isSubSignature((Type) m1, (Type) m2);
H A DJavacElements.java501 !types.isSubSignature(hider.type, hidee.type)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java349 types.isSubSignature(e.sym.type, type)))
1173 if (types.isSubSignature(mt, ot)) {
1192 types.isSubSignature(mt, ot) &&
H A DTypes.java2007 public boolean isSubSignature(Type t, Type s) { method in class:Types
2008 return isSubSignature(t, s, true);
2011 public boolean isSubSignature(Type t, Type s, boolean strict) { method in class:Types
2018 * isSubSignature to an equivalence relation.
2021 * @see #isSubSignature(Type t, Type s)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java286 !types.isSubSignature(types.memberType(site, s2), types.memberType(site, sym)));
974 types.isSubSignature(concrete.type, bestSoFar.type))
H A DCheck.java2116 if (!types.isSubSignature(sym.type, types.memberType(site, m2), false) &&
2148 if (!types.isSubSignature(sym.type, types.memberType(site, s), false) &&

Completed in 84 milliseconds