|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TypeAlias in jnr.ffi |
|---|
| Methods in jnr.ffi that return TypeAlias | |
|---|---|
static TypeAlias |
TypeAlias.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TypeAlias[] |
TypeAlias.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 TypeAlias | |
|---|---|
static Pointer |
Memory.allocate(Runtime runtime,
TypeAlias type)
Allocates a new block of java memory and wraps it in a Pointer
accessor. |
static Pointer |
Memory.allocateDirect(Runtime runtime,
TypeAlias type)
Allocates a new block of native memory and wraps it in a Pointer
accessor. |
static Pointer |
Memory.allocateTemporary(Runtime runtime,
TypeAlias type)
Allocates a new block of transient native memory and wraps it in a Pointer
accessor. |
abstract Type |
Runtime.findType(TypeAlias type)
Looks up the runtime-specific type that corresponds to the type alias |
| Constructors in jnr.ffi with parameters of type TypeAlias | |
|---|---|
Struct.NumberField(TypeAlias type)
|
|
Struct.NumberField(TypeAlias type,
Struct.Offset offset)
|
|
| Uses of TypeAlias in jnr.ffi.byref |
|---|
| Constructors in jnr.ffi.byref with parameters of type TypeAlias | |
|---|---|
NumberByReference(TypeAlias typeAlias)
|
|
NumberByReference(TypeAlias typeAlias,
Number value)
|
|
| Uses of TypeAlias in jnr.ffi.provider.jffi |
|---|
| Methods in jnr.ffi.provider.jffi with parameters of type TypeAlias | |
|---|---|
Type |
NativeRuntime.findType(TypeAlias type)
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.arm.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.arm.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.darwin |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.darwin with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.freebsd |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.freebsd with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.openbsd |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.openbsd with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.solaris |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.solaris with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.i386.windows |
|---|
| Fields in jnr.ffi.provider.jffi.platform.i386.windows with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.mips.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.mips.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.mipsel.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.mipsel.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.s390.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.s390.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.s390x.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.s390x.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.sparc.solaris |
|---|
| Fields in jnr.ffi.provider.jffi.platform.sparc.solaris with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.sparcv9.solaris |
|---|
| Fields in jnr.ffi.provider.jffi.platform.sparcv9.solaris with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.darwin |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.darwin with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.freebsd |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.freebsd with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.linux |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.linux with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.openbsd |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.openbsd with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.solaris |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.solaris with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
| Uses of TypeAlias in jnr.ffi.provider.jffi.platform.x86_64.windows |
|---|
| Fields in jnr.ffi.provider.jffi.platform.x86_64.windows with type parameters of type TypeAlias | |
|---|---|
static Map<TypeAlias,NativeType> |
TypeAliases.ALIASES
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||