Package org.armedbear.lisp
Class JProxy.LispInvocationHandler
- java.lang.Object
-
- org.armedbear.lisp.JProxy.LispInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- JProxy
public static class JProxy.LispInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description LispInvocationHandler(Function function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Constructor Detail
-
LispInvocationHandler
public LispInvocationHandler(Function function)
-
-