Package | Description |
---|---|
com.kenai.jffi |
Modifier and Type | Field and Description |
---|---|
(package private) Closure |
ClosurePool.Proxy.closure |
private static Closure |
ClosurePool.NULL_CLOSURE |
Modifier and Type | Method and Description |
---|---|
Closure.Handle |
ClosureManager.newClosure(Closure closure,
CallContext callContext)
Wraps a java object that implements the
Closure interface in a
native closure. |
Closure.Handle |
ClosureManager.newClosure(Closure closure,
Type returnType,
Type[] parameterTypes,
CallingConvention convention)
Wraps a java object that implements the
Closure interface in a
native closure. |
Closure.Handle |
ClosurePool.newClosureHandle(Closure closure) |