Uses of Class
jnr.ffi.Type
Packages that use Type
-
Uses of Type in jnr.ffi
Modifier and TypeFieldDescriptionprotected final Type
Struct.NumberField.type
protected final Type
StructLayout.NumberField.type
Modifier and TypeMethodDescriptionabstract Type
Runtime.findType
(NativeType type) Looks up the runtime-specific type that corresponds to the pseudo-typeabstract Type
Looks up the runtime-specific type that corresponds to the type aliasModifier and TypeMethodDescriptionprotected final int
protected final int
StructLayout.addField
(Type t, StructLayout.Offset offset) static Pointer
Allocates a new block of java memory and wraps it in aPointer
accessor.abstract long
Reads an integer value of the given type, at the given offset.abstract void
Writes an integer of a specific type, at the given offset.ModifierConstructorDescriptionprotected
AbstractField
(Type type) protected
AbstractField
(Type type, StructLayout.Offset offset) protected
NumberField
(Type type) protected
NumberField
(Type type, StructLayout.Offset offset) Padding
(Type type, int length, StructLayout.Offset offset) -
Uses of Type in jnr.ffi.provider
Subclasses of Type in jnr.ffi.providerFields in jnr.ffi.provider declared as TypeMethods in jnr.ffi.provider that return TypeModifier and TypeMethodDescriptionfinal Type
AbstractRuntime.findType
(NativeType type) Looks up the runtime-specific that corresponds to the pseudo-typeInvalidRuntime.findType
(NativeType type) Methods in jnr.ffi.provider with parameters of type TypeModifier and TypeMethodDescriptionlong
void
Constructor parameters in jnr.ffi.provider with type arguments of type TypeModifierConstructorDescriptionAbstractRuntime
(ByteOrder byteOrder, EnumMap<NativeType, Type> typeMap) -
Uses of Type in jnr.ffi.provider.jffi
Subclasses of Type in jnr.ffi.provider.jffiFields in jnr.ffi.provider.jffi declared as TypeFields in jnr.ffi.provider.jffi with type parameters of type TypeModifier and TypeFieldDescriptionprivate static Reference
<Map<Class, Map<Collection<Annotation>, Type>>> Types.typeCacheReference
Methods in jnr.ffi.provider.jffi that return TypeModifier and TypeMethodDescription(package private) static Type
Types.getType
(Runtime runtime, Class javaType, Collection<Annotation> annotations) private static Type
NativeRuntime.jafflType
(NativeType type) private static Type
Types.lookupAliasedType
(Runtime runtime, Collection<Annotation> annotations) private static Type
Types.lookupAndCacheType
(Runtime runtime, Class javaType, Collection<Annotation> annotations) (package private) static Type
Types.lookupType
(Runtime runtime, Class type, Collection<Annotation> annotations) Methods in jnr.ffi.provider.jffi that return types with arguments of type TypeModifier and TypeMethodDescriptionprivate static EnumMap
<NativeType, Type> NativeRuntime.buildTypeMap()
Methods in jnr.ffi.provider.jffi with parameters of type TypeModifier and TypeMethodDescription(package private) static NativeType
InvokerUtil.nativeType
(Type jnrType)