Uses of Class
jnr.ffi.NativeType
-
-
Uses of NativeType in jnr.ffi
Methods in jnr.ffi that return NativeType Modifier and Type Method Description NativeTypeStructLayout. getNativeType()abstract NativeTypeType. getNativeType()The native type of this typestatic NativeTypeNativeType. valueOf(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 jnr.ffi with parameters of type NativeType Modifier and Type Method Description static PointerMemory. allocate(Runtime runtime, NativeType type)Allocates a new block of java memory and wraps it in aPointeraccessor.static PointerMemory. allocateDirect(Runtime runtime, NativeType type)Allocates a new block of native memory and wraps it in aPointeraccessor.static PointerMemory. allocateTemporary(Runtime runtime, NativeType type)Allocates a new block of transient native memory and wraps it in aPointeraccessor.static PointerMemory. allocateTemporary(Runtime runtime, NativeType type, boolean clear)Allocates a new block of transient native memory and wraps it in aPointeraccessor.abstract TypeRuntime. findType(NativeType type)Looks up the runtime-specific type that corresponds to the pseudo-type -
Uses of NativeType in jnr.ffi.provider
Methods in jnr.ffi.provider that return NativeType Modifier and Type Method Description NativeTypeBadType. getNativeType()NativeTypeSigType. getNativeType()Methods in jnr.ffi.provider with parameters of type NativeType Modifier and Type Method Description TypeAbstractRuntime. findType(NativeType type)Looks up the runtime-specific that corresponds to the pseudo-typeConstructors in jnr.ffi.provider with parameters of type NativeType Constructor Description FromNativeType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, FromNativeConverter fromNativeConverter, FromNativeContext fromNativeContext)ParameterType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, ToNativeConverter toNativeConverter, ToNativeContext toNativeContext)ResultType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, FromNativeConverter fromNativeConverter, FromNativeContext fromNativeContext)SigType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, Class convertedType)ToNativeType(Class javaType, NativeType nativeType, Collection<Annotation> annotations, ToNativeConverter toNativeConverter, ToNativeContext toNativeContext)Constructor parameters in jnr.ffi.provider with type arguments of type NativeType Constructor Description AbstractRuntime(ByteOrder byteOrder, EnumMap<NativeType,Type> typeMap) -
Uses of NativeType in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi with parameters of type NativeType Modifier and Type Method Description static voidNumberUtil. convertPrimitive(SkinnyMethodAdapter mv, Class from, Class to, NativeType nativeType)static voidNumberUtil. widen(SkinnyMethodAdapter mv, Class from, Class to, NativeType nativeType) -
Uses of NativeType in jnr.ffi.provider.jffi.platform.aarch64.darwin
Fields in jnr.ffi.provider.jffi.platform.aarch64.darwin with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.aarch64.freebsd
Fields in jnr.ffi.provider.jffi.platform.aarch64.freebsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.aarch64.linux
Fields in jnr.ffi.provider.jffi.platform.aarch64.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.arm.linux
Fields in jnr.ffi.provider.jffi.platform.arm.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.darwin
Fields in jnr.ffi.provider.jffi.platform.i386.darwin with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.freebsd
Fields in jnr.ffi.provider.jffi.platform.i386.freebsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.linux
Fields in jnr.ffi.provider.jffi.platform.i386.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.midnightbsd
Fields in jnr.ffi.provider.jffi.platform.i386.midnightbsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.openbsd
Fields in jnr.ffi.provider.jffi.platform.i386.openbsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.solaris
Fields in jnr.ffi.provider.jffi.platform.i386.solaris with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.i386.windows
Fields in jnr.ffi.provider.jffi.platform.i386.windows with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.loongarch64.linux
Fields in jnr.ffi.provider.jffi.platform.loongarch64.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.mips.linux
Fields in jnr.ffi.provider.jffi.platform.mips.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.mips64.linux
Fields in jnr.ffi.provider.jffi.platform.mips64.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.mips64el.linux
Fields in jnr.ffi.provider.jffi.platform.mips64el.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.mipsel.linux
Fields in jnr.ffi.provider.jffi.platform.mipsel.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc.aix
Fields in jnr.ffi.provider.jffi.platform.ppc.aix with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc.darwin
Fields in jnr.ffi.provider.jffi.platform.ppc.darwin with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc.linux
Fields in jnr.ffi.provider.jffi.platform.ppc.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc64.aix
Fields in jnr.ffi.provider.jffi.platform.ppc64.aix with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc64.freebsd
Fields in jnr.ffi.provider.jffi.platform.ppc64.freebsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc64.ibmi
Fields in jnr.ffi.provider.jffi.platform.ppc64.ibmi with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc64.linux
Fields in jnr.ffi.provider.jffi.platform.ppc64.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.ppc64le.linux
Fields in jnr.ffi.provider.jffi.platform.ppc64le.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.s390.linux
Fields in jnr.ffi.provider.jffi.platform.s390.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.s390x.linux
Fields in jnr.ffi.provider.jffi.platform.s390x.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.sparc.solaris
Fields in jnr.ffi.provider.jffi.platform.sparc.solaris with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.sparcv9.linux
Fields in jnr.ffi.provider.jffi.platform.sparcv9.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.sparcv9.solaris
Fields in jnr.ffi.provider.jffi.platform.sparcv9.solaris with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.darwin
Fields in jnr.ffi.provider.jffi.platform.x86_64.darwin with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.dragonfly
Fields in jnr.ffi.provider.jffi.platform.x86_64.dragonfly with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.freebsd
Fields in jnr.ffi.provider.jffi.platform.x86_64.freebsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.linux
Fields in jnr.ffi.provider.jffi.platform.x86_64.linux with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.midnightbsd
Fields in jnr.ffi.provider.jffi.platform.x86_64.midnightbsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.openbsd
Fields in jnr.ffi.provider.jffi.platform.x86_64.openbsd with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.solaris
Fields in jnr.ffi.provider.jffi.platform.x86_64.solaris with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES -
Uses of NativeType in jnr.ffi.provider.jffi.platform.x86_64.windows
Fields in jnr.ffi.provider.jffi.platform.x86_64.windows with type parameters of type NativeType Modifier and Type Field Description static Map<TypeAlias,NativeType>TypeAliases. ALIASES
-