|
intarsys nativeC library | |||||||||
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.NativeJavaType
de.intarsys.nativec.type.NativeObject.MetaClass
de.intarsys.nativec.type.NativePrimitive.MetaClass
de.intarsys.nativec.type.NativeNumber.MetaClass
de.intarsys.nativec.type.NativeShort.MetaClass
public static class NativeShort.MetaClass
The meta class implementation
Method Summary | |
---|---|
NativeObject |
createNative(INativeHandle handle)
Create a new INativeObject from a INativeHandle . |
NativeObject |
createNative(Object value)
Create an INativeObject for this type from the Java object. |
int |
getSize()
The size of the type in c memory. |
Methods inherited from class de.intarsys.nativec.type.NativeJavaType |
---|
getInstanceClass, lookup |
Methods inherited from class de.intarsys.nativec.type.NativeType |
---|
Array, Ref |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NativeObject createNative(INativeHandle handle)
INativeType
INativeObject
from a INativeHandle
.
createNative
in interface INativeType
createNative
in class NativeType
handle
- The handle to memory.
INativeObject
public NativeObject createNative(Object value)
INativeType
INativeObject
for this type from the Java object.
createNative
in interface INativeType
createNative
in class NativeType
INativeObject
public int getSize()
INativeType
getSize
in interface INativeType
getSize
in class NativeType
|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |