| Package | Description |
|---|---|
| gnu.mapping |
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
| Modifier and Type | Method and Description |
|---|---|
static WrongType |
WrongType.make(java.lang.ClassCastException ex,
Procedure proc,
int n)
Deprecated.
|
static WrongType |
WrongType.make(java.lang.ClassCastException ex,
Procedure proc,
int n,
java.lang.Object argValue)
This interface is designed for a compact call sequence.
|
static WrongType |
WrongType.make(java.lang.ClassCastException ex,
java.lang.String procname,
int n)
Deprecated.
|
static WrongType |
WrongType.make(java.lang.ClassCastException ex,
java.lang.String procname,
int n,
java.lang.Object argValue)
This interface is designed for a compact call sequence.
|