Uses of Class gnu.expr.PrimProcedure

Uses in package gnu.expr

Methods with return type gnu.expr.PrimProcedure

PrimProcedure
PrimProcedure.getMethodFor(Class procClass, String name, Declaration decl, Expression[] args, Language language)
Get PrimProcedure for matching method in given class.
PrimProcedure
PrimProcedure.getMethodFor(ClassType procClass, String name, Declaration decl, Type[] atypes, Language language)
PrimProcedure
PrimProcedure.getMethodFor(ClassType procClass, String name, Declaration decl, Expression[] args, Language language)
PrimProcedure
PrimProcedure.getMethodFor(Procedure pproc, Declaration decl, Type[] atypes, Language language)
PrimProcedure
Search for a matching static method in a procedure's class.
PrimProcedure
PrimProcedure
PrimProcedure
PrimProcedure.makeBuiltinUnary(int opcode, Type type)

Uses in package gnu.kawa.reflect

Methods with parameter type gnu.expr.PrimProcedure

long
Re-order the methods such that the ones that are definite applicable (all argtypes is subset of parameter type) are first; those possibly applicable next (argtype overlaps parameter types); and ending with those definitely not applicable (some argtype does overlap its parameter type).

Methods with return type gnu.expr.PrimProcedure

PrimProcedure[]
ClassMethods.getMethods(ObjectType dtype, String mname, char mode, ClassType caller, Language language)
Return the methods of a class with the specified name and flag.
PrimProcedure[]
Invoke.getMethods(ObjectType ctype, String mname, ClassType caller)
PrimProcedure
Invoke.getStaticMethod(ClassType type, String name, Expression[] args)