Uses of Class
jnr.ffi.Type
Packages that use Type
-
Uses of Type in jnr.ffi
Modifier and TypeFieldDescriptionprotected final TypeStruct.NumberField.typeprotected final TypeStructLayout.NumberField.typeModifier and TypeMethodDescriptionabstract TypeRuntime.findType(NativeType type) Looks up the runtime-specific type that corresponds to the pseudo-typeabstract TypeLooks up the runtime-specific type that corresponds to the type aliasModifier and TypeMethodDescriptionprotected final intprotected final intStructLayout.addField(Type t, StructLayout.Offset offset) static PointerAllocates a new block of java memory and wraps it in aPointeraccessor.abstract longReads an integer value of the given type, at the given offset.abstract voidWrites an integer of a specific type, at the given offset.ModifierConstructorDescriptionprotectedAbstractField(Type type) protectedAbstractField(Type type, StructLayout.Offset offset) protectedNumberField(Type type) protectedNumberField(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 TypeAbstractRuntime.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 TypeMethodDescriptionlongvoidConstructor 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.typeCacheReferenceMethods in jnr.ffi.provider.jffi that return TypeModifier and TypeMethodDescription(package private) static TypeTypes.getType(Runtime runtime, Class javaType, Collection<Annotation> annotations) private static TypeNativeRuntime.jafflType(NativeType type) private static TypeTypes.lookupAliasedType(Runtime runtime, Collection<Annotation> annotations) private static TypeTypes.lookupAndCacheType(Runtime runtime, Class javaType, Collection<Annotation> annotations) (package private) static TypeTypes.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 NativeTypeInvokerUtil.nativeType(Type jnrType)