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

/openjdk7/langtools/test/tools/javac/
H A DQualifiedThisExactMatch.java52 Object getThisA() { return A.this; } method in class:QualifiedThisExactMatch.A
54 Object getThisA() { return A.this; } method in class:QualifiedThisExactMatch.A.B
69 check(a, a.getThisA());
70 check(a, b.getThisA());

Completed in 40 milliseconds