Package | Description |
---|---|
org.armedbear.lisp |
Modifier and Type | Field and Description |
---|---|
private AutoloadedFunctionProxy.FunctionType |
AutoloadedFunctionProxy.fType |
Modifier and Type | Method and Description |
---|---|
static AutoloadedFunctionProxy.FunctionType |
AutoloadedFunctionProxy.FunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoloadedFunctionProxy.FunctionType[] |
AutoloadedFunctionProxy.FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
AutoloadedFunctionProxy.installFunction(AutoloadedFunctionProxy.FunctionType fType,
Symbol sym,
Function fun) |
Constructor and Description |
---|
AutoloadedFunctionProxy(Symbol symbol,
LispObject name,
LispObject cache,
LispObject[] savedSyms,
AutoloadedFunctionProxy.FunctionType ft) |