Uses of Interface
com.kenai.jaffl.mapper.ToNativeContext

Packages that use ToNativeContext
com.kenai.jaffl.mapper   
com.kenai.jaffl.provider.jffi   
 

Uses of ToNativeContext in com.kenai.jaffl.mapper
 

Classes in com.kenai.jaffl.mapper that implement ToNativeContext
 class MethodParameterContext
          Holds context for a method parameter java->native conversion.
 

Methods in com.kenai.jaffl.mapper with parameters of type ToNativeContext
 N ToNativeConverter.toNative(J value, ToNativeContext context)
           
 

Uses of ToNativeContext in com.kenai.jaffl.provider.jffi
 

Methods in com.kenai.jaffl.provider.jffi with parameters of type ToNativeContext
 java.lang.Object AsmLibraryLoader.ToNativeProxy.toNative(java.lang.Object value, ToNativeContext unused)
           
 java.lang.Object AsmLibraryLoader.IntToLong.toNative(java.lang.Object value, ToNativeContext context)
           
 

Constructors in com.kenai.jaffl.provider.jffi with parameters of type ToNativeContext
AsmLibraryLoader.ToNativeProxy(ToNativeConverter converter, ToNativeContext ctx)