Uses of Class
gnu.expr.GenericProc
-
Packages that use GenericProc Package Description gnu.expr SupportsExpression
, 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 Modifier and Type Method Description static GenericProc
GenericProc. make(Object[] args)
Create a GenericProc from one or more methods, plus properties.static GenericProc
GenericProc. makeWithoutSorting(Object... args)
-
Uses of GenericProc in gnu.kawa.functions
Methods in gnu.kawa.functions that return GenericProc Modifier and Type Method Description static GenericProc
MakeProcedure. makeProcedure$V(Object[] args)
-