|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.armedbear.lisp.LispObject
org.armedbear.lisp.Operator
org.armedbear.lisp.Function
org.armedbear.lisp.AutoloadedFunctionProxy
public class AutoloadedFunctionProxy
| Nested Class Summary | |
|---|---|
static class |
AutoloadedFunctionProxy.FunctionType
|
| Nested classes/interfaces inherited from class org.armedbear.lisp.Function |
|---|
Function.pf_function_class_bytes |
| Field Summary |
|---|
| Fields inherited from class org.armedbear.lisp.Function |
|---|
FUNCTION_CLASS_BYTES |
| Fields inherited from class org.armedbear.lisp.Operator |
|---|
lambdaName |
| Constructor Summary | |
|---|---|
AutoloadedFunctionProxy(Symbol symbol,
LispObject name,
LispObject cache,
LispObject[] savedSyms,
AutoloadedFunctionProxy.FunctionType ft)
|
|
| Methods inherited from class org.armedbear.lisp.Function |
|---|
argCountError, classOf, getCallCount, getClassBytes, getHotCount, getPropertyList, incrementCallCount, incrementHotCount, printObject, setCallCount, setClassBytes, setHotCount, setPropertyList, typeOf, typep |
| Methods inherited from class org.armedbear.lisp.Operator |
|---|
getLambdaList, getLambdaName, getParts, setLambdaList, setLambdaName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoloadedFunctionProxy(Symbol symbol,
LispObject name,
LispObject cache,
LispObject[] savedSyms,
AutoloadedFunctionProxy.FunctionType ft)
| Method Detail |
|---|
public LispObject resolve()
resolve in class LispObjectpublic LispObject execute()
execute in class Functionpublic LispObject execute(LispObject arg)
execute in class Function
public LispObject execute(LispObject first,
LispObject second)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third,
LispObject fourth)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third,
LispObject fourth,
LispObject fifth)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third,
LispObject fourth,
LispObject fifth,
LispObject sixth)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third,
LispObject fourth,
LispObject fifth,
LispObject sixth,
LispObject seventh)
execute in class Function
public LispObject execute(LispObject first,
LispObject second,
LispObject third,
LispObject fourth,
LispObject fifth,
LispObject sixth,
LispObject seventh,
LispObject eighth)
execute in class Functionpublic LispObject execute(LispObject[] args)
execute in class Functionpublic static final LispObject loadPreloadedFunction(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||