Package de.intarsys.nativec.type
Class NativeNumberType
- java.lang.Object
-
- de.intarsys.nativec.type.NativeType
-
- de.intarsys.nativec.type.NativeSimpleType
-
- de.intarsys.nativec.type.NativeNumberType
-
- All Implemented Interfaces:
INativeType
- Direct Known Subclasses:
NativeByteType
,NativeIntType
,NativeLongLP64Type
,NativeLongType
,NativeShortType
public class NativeNumberType extends NativeSimpleType
The meta class implementation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NativeNumberType()
-
Method Summary
-
Methods inherited from class de.intarsys.nativec.type.NativeSimpleType
getPreferredBoundary
-
Methods inherited from class de.intarsys.nativec.type.NativeType
Array, createNative, createNative, getByteCount, lookup, Ref, register
-
-