de.intarsys.nativec.type
Class NativeNumberType

java.lang.Object
  extended by de.intarsys.nativec.type.NativeType
      extended by de.intarsys.nativec.type.NativeSimpleType
          extended by 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
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeNumberType

protected NativeNumberType()