Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.functions |
Various core run-time functions and operators.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static GenericProc |
MakeProcedure.makeProcedure$V(java.lang.Object[] args) |