For backwards compatibility keep an old method name used by

Batik and possibly others.
This commit is contained in:
nboyd%atg.com 2001-05-30 17:29:42 +00:00
Родитель 8cbb7741ca
Коммит 1be6c5fc8f
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -758,6 +758,14 @@ public class NativeFunction extends BaseFunction {
return functionName;
}
/**
* For backwards compatibility keep an old method name used by
* Batik and possibly others.
*/
public String jsGet_name() {
return getFunctionName();
}
/**
* The "argsNames" array has the following information:
* argNames[0] through argNames[argCount - 1]: the names of the parameters