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
 Object AsmLibraryLoader.ToNativeProxy.toNative(Object value, ToNativeContext unused)
           
 Object AsmLibraryLoader.IntToLong.toNative(Object value, ToNativeContext context)
           
 

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



Copyright © 2011. All Rights Reserved.