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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1624 * @param preciseMatch should we accept a type that is a subtype of
1629 JCExpression makeOwnerThis(DiagnosticPosition pos, Symbol sym, boolean preciseMatch) { argument
1631 if (preciseMatch ? sym.isMemberOf(currentClass, types)
1637 return makeOwnerThisN(pos, sym, preciseMatch);
1644 JCExpression makeOwnerThisN(DiagnosticPosition pos, Symbol sym, boolean preciseMatch) { argument
1655 while (!(preciseMatch ? sym.isMemberOf(otc, types) : otc.isSubClass(sym.owner, types))) {

Completed in 33 milliseconds