Frames | No Frames |
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 | Search for a matching static method in a procedure's class. |
PrimProcedure | |
PrimProcedure | |
PrimProcedure |
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[] | |
PrimProcedure |