Uses of Class
com.kenai.jaffl.provider.NativeType

Packages that use NativeType
com.kenai.jaffl   
com.kenai.jaffl.provider   
com.kenai.jaffl.provider.jffi   
 

Uses of NativeType in com.kenai.jaffl
 

Methods in com.kenai.jaffl with parameters of type NativeType
abstract  Type FFIProvider.getType(NativeType type)
           
 

Uses of NativeType in com.kenai.jaffl.provider
 

Methods in com.kenai.jaffl.provider that return NativeType
static NativeType NativeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NativeType[] NativeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.kenai.jaffl.provider.jffi with parameters of type NativeType
 Type Provider.getType(NativeType type)