Uses of Class
gnu.kawa.reflect.Invoke

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

Uses of Invoke in gnu.kawa.reflect
 

Fields in gnu.kawa.reflect declared as Invoke
static Invoke Invoke.invoke
           
static Invoke Invoke.invokeSpecial
           
static Invoke Invoke.invokeStatic
           
static Invoke Invoke.make
           
 

Methods in gnu.kawa.reflect with parameters of type Invoke
protected static PrimProcedure[] CompileInvoke.getMethods(ObjectType ctype, java.lang.String mname, ClassType caller, Invoke iproc)