Uses of Class
gnu.kawa.reflect.Invoke
-
Packages that use Invoke Package Description gnu.kawa.reflect Contains classes to use reflection. -
-
Uses of Invoke in gnu.kawa.reflect
Fields in gnu.kawa.reflect declared as Invoke Modifier and Type Field Description static InvokeInvoke. invokestatic InvokeInvoke. invokeSpecialstatic InvokeInvoke. invokeStaticstatic InvokeInvoke. makeMethods in gnu.kawa.reflect with parameters of type Invoke Modifier and Type Method Description protected 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)
-