Uses of Class
com.kenai.jffi.CallContext

Uses of CallContext in com.kenai.jffi
 

Methods in com.kenai.jffi that return CallContext
 CallContext CallContextCache.getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention)
           
 

Methods in com.kenai.jffi with parameters of type CallContext
 Closure.Handle ClosureManager.newClosure(Closure closure, CallContext callContext)
          Wraps a java object that implements the Closure interface in a native closure.