|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeSimpleType
de.intarsys.nativec.type.NativeNumberType
de.intarsys.nativec.type.NativeLongLP64Type
public class NativeLongLP64Type
The meta class implementation
Constructor Summary | |
---|---|
protected |
NativeLongLP64Type()
|
Method Summary | |
---|---|
static java.lang.Object |
coerce(java.lang.Number value)
Utility method: return the given number as another number object with compatible byte size |
INativeObject |
createNative(INativeHandle handle)
Create a new INativeObject from a INativeHandle . |
INativeObject |
createNative(java.lang.Object value)
Create an INativeObject for this type from the Java object. |
int |
getByteCount()
The size of the type in c memory. |
Methods inherited from class de.intarsys.nativec.type.NativeSimpleType |
---|
getPreferredBoundary |
Methods inherited from class de.intarsys.nativec.type.NativeType |
---|
Array, lookup, Ref, register |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected NativeLongLP64Type()
Method Detail |
---|
public static java.lang.Object coerce(java.lang.Number value)
public INativeObject createNative(INativeHandle handle)
INativeType
INativeObject
from a INativeHandle
.
createNative
in interface INativeType
createNative
in class NativeType
handle
- The handle to memory.
INativeObject
public INativeObject createNative(java.lang.Object value)
INativeType
INativeObject
for this type from the Java object.
createNative
in interface INativeType
createNative
in class NativeType
INativeObject
public int getByteCount()
INativeType
getByteCount
in interface INativeType
getByteCount
in class NativeType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |