Modifier and Type | Method and Description |
---|---|
NativeType |
StructLayout.getNativeType() |
abstract NativeType |
Type.getNativeType()
The native type of this type
|
static NativeType |
NativeType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static Pointer |
Memory.allocate(Runtime runtime,
NativeType type)
Allocates a new block of java memory and wraps it in a
Pointer
accessor. |
static Pointer |
Memory.allocateDirect(Runtime runtime,
NativeType type)
Allocates a new block of native memory and wraps it in a
Pointer
accessor. |
static Pointer |
Memory.allocateTemporary(Runtime runtime,
NativeType type)
Allocates a new block of transient native memory and wraps it in a
Pointer
accessor. |
static Pointer |
Memory.allocateTemporary(Runtime runtime,
NativeType type,
boolean clear)
Allocates a new block of transient native memory and wraps it in a
Pointer
accessor. |
abstract Type |
Runtime.findType(NativeType type)
Looks up the runtime-specific type that corresponds to the pseudo-type
|
Modifier and Type | Method and Description |
---|---|
NativeType |
BadType.getNativeType() |
NativeType |
SigType.getNativeType() |
Modifier and Type | Method and Description |
---|---|
Type |
AbstractRuntime.findType(NativeType type)
Looks up the runtime-specific that corresponds to the pseudo-type
|
Constructor and Description |
---|
FromNativeType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
FromNativeConverter fromNativeConverter,
FromNativeContext fromNativeContext) |
ParameterType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
ToNativeConverter toNativeConverter,
ToNativeContext toNativeContext) |
ResultType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
FromNativeConverter fromNativeConverter,
FromNativeContext fromNativeContext) |
SigType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
java.lang.Class convertedType) |
ToNativeType(java.lang.Class javaType,
NativeType nativeType,
java.util.Collection<java.lang.annotation.Annotation> annotations,
ToNativeConverter toNativeConverter,
ToNativeContext toNativeContext) |
Constructor and Description |
---|
AbstractRuntime(java.nio.ByteOrder byteOrder,
java.util.EnumMap<NativeType,Type> typeMap) |
Modifier and Type | Method and Description |
---|---|
static void |
NumberUtil.convertPrimitive(SkinnyMethodAdapter mv,
java.lang.Class from,
java.lang.Class to,
NativeType nativeType) |
static void |
NumberUtil.widen(SkinnyMethodAdapter mv,
java.lang.Class from,
java.lang.Class to,
NativeType nativeType) |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TypeAlias,NativeType> |
TypeAliases.ALIASES |
Copyright © 2017. All rights reserved.