| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.functions |
| 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) |