Uses of Class
gnu.kawa.reflect.CompileArrays

Packages that use CompileArrays
gnu.kawa.reflect Contains classes to use reflection. 
 

Uses of CompileArrays in gnu.kawa.reflect
 

Methods in gnu.kawa.reflect that return CompileArrays
static CompileArrays CompileArrays.getForArrayGet(java.lang.Object proc)
           
static CompileArrays CompileArrays.getForArrayLength(java.lang.Object proc)
           
static CompileArrays CompileArrays.getForArrayNew(java.lang.Object proc)
           
static CompileArrays CompileArrays.getForArraySet(java.lang.Object proc)