mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
7 lines
187 B
HTML
7 lines
187 B
HTML
<html>
|
|
<body>
|
|
Replaces a <code>caller.method(object)</code> call
|
|
with a <code>object.method(caller)</code> call (i.e. the qualifier and argument are swapped) if possible.
|
|
</body>
|
|
</html>
|