JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / java / lang / reflect / Array.js
1 Array.getComponentType=function(){\r
2 return Object;\r
3 };c$=Clazz.declareType(java.lang.reflect,"Array");\r
4 c$.newInstance=Clazz.defineMethod(c$,"newInstance",\r
5 function(componentType,size){\r
6 return Clazz.newArray(length);\r
7 },"Class,~N");\r