Uses of Enum
com.kenai.jffi.NativeType
Packages that use NativeType
-
Uses of NativeType in com.kenai.jffi
Subclasses with type arguments of type NativeType in com.kenai.jffiFields in com.kenai.jffi declared as NativeTypeMethods in com.kenai.jffi that return NativeTypeModifier and TypeMethodDescriptionstatic NativeTypeReturns 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 NativeTypeModifier and TypeMethodDescriptionprivate static TypeType.builtin(NativeType nativeType) Creates aTypeinstance for builtin types.Constructors in com.kenai.jffi with parameters of type NativeType