More comments about NativeJavaMethod.findFunction requirements

This commit is contained in:
igor%mir2.org 2003-04-24 17:16:21 +00:00
Родитель 641fa5d534
Коммит a5416922ec
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -348,7 +348,8 @@ public class NativeJavaMethod extends NativeFunction implements Function {
/**
* Find the correct function to call given the set of methods
* or constructors and the arguments.
* or constructors and the arguments. Assume that all instances of
* {@link Wrapper} are alreday unwrapped by unwrapArgs.
* If no function can be found to call, return null.
*/
static Member findFunction(Member[] methodsOrCtors, Object[] args) {