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 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 Modifier and Type Method Description protected 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)
-