Uses of Class
com.kenai.jffi.NativeType
-
Packages that use NativeType Package Description com.kenai.jffi -
-
Uses of NativeType in com.kenai.jffi
Fields in com.kenai.jffi declared as NativeType Modifier and Type Field Description private NativeTypeType.Builtin. nativeTypeMethods in com.kenai.jffi that return NativeType Modifier and Type Method Description static NativeTypeNativeType. 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.Methods in com.kenai.jffi with parameters of type NativeType Modifier and Type Method Description private static TypeType. builtin(NativeType nativeType)Creates aTypeinstance for builtin types.Constructors in com.kenai.jffi with parameters of type NativeType Constructor Description Builtin(NativeType nativeType)
-