Package de.intarsys.nativec.type
Class NativeFunction.NativeFunctionType
java.lang.Object
de.intarsys.nativec.type.NativeType
de.intarsys.nativec.type.NativeSimpleType
de.intarsys.nativec.type.NativeVoidType
de.intarsys.nativec.type.NativeFunction.NativeFunctionType
- All Implemented Interfaces:
INativeType
- Enclosing class:
- NativeFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNative(INativeHandle handle) Create a newINativeObjectfrom aINativeHandle.Methods inherited from class de.intarsys.nativec.type.NativeVoidType
createNative, getByteCountMethods inherited from class de.intarsys.nativec.type.NativeSimpleType
getPreferredBoundaryMethods inherited from class de.intarsys.nativec.type.NativeType
Array, lookup, Ref, register
-
Constructor Details
-
NativeFunctionType
public NativeFunctionType()
-
-
Method Details
-
createNative
Description copied from interface:INativeTypeCreate a newINativeObjectfrom aINativeHandle.- Specified by:
createNativein interfaceINativeType- Overrides:
createNativein classNativeVoidType- Parameters:
handle- The handle to memory.- Returns:
- The new
INativeObject
-