Uses of Class
gnu.expr.GenericProc

Packages that use GenericProc
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.kawa.functions   
 

Uses of GenericProc in gnu.expr
 

Methods in gnu.expr that return GenericProc
static GenericProc GenericProc.make(java.lang.Object[] args)
          Create a GenericProc from one or more methods, plus properties.
static GenericProc GenericProc.makeWithoutSorting(java.lang.Object... args)
           
 

Uses of GenericProc in gnu.kawa.functions
 

Methods in gnu.kawa.functions that return GenericProc
static GenericProc MakeProcedure.makeProcedure$V(java.lang.Object[] args)