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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java1637 return makeOwnerThisN(pos, sym, preciseMatch);
1644 JCExpression makeOwnerThisN(DiagnosticPosition pos, Symbol sym, boolean preciseMatch) { method in class:Lower
2829 thisArg = makeOwnerThisN(tree.meth.pos(), c, false);

Completed in 29 milliseconds