Uses of Class
gnu.kawa.reflect.Invoke
Packages that use Invoke
-
Uses of Invoke in gnu.kawa.reflect
Fields in gnu.kawa.reflect declared as InvokeModifier and TypeFieldDescriptionstatic final Invoke
Invoke.invoke
static final Invoke
Invoke.invokeSpecial
static final Invoke
Invoke.invokeStatic
static final Invoke
Invoke.make
Methods in gnu.kawa.reflect with parameters of type InvokeModifier and TypeMethodDescriptionprotected static PrimProcedure[]
CompileInvoke.getMethods
(ObjectType ctype, String mname, ClassType caller, Invoke iproc) static Expression
CompileInvoke.validateNamedInvoke
(ApplyExp exp, InlineCalls visitor, ObjectType type, String name, PrimProcedure[] methods, Invoke iproc, Type required)