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 InvokeInvoke.invokestatic final InvokeInvoke.invokeSpecialstatic final InvokeInvoke.invokeStaticstatic final InvokeInvoke.makeMethods in gnu.kawa.reflect with parameters of type InvokeModifier and TypeMethodDescriptionprotected static PrimProcedure[]CompileInvoke.getMethods(ObjectType ctype, String mname, ClassType caller, Invoke iproc) static ExpressionCompileInvoke.validateNamedInvoke(ApplyExp exp, InlineCalls visitor, ObjectType type, String name, PrimProcedure[] methods, Invoke iproc, Type required)