Uses of Class
edu.vub.at.objects.natives.NATNumeric

Packages that use NATNumeric
edu.vub.at.objects.coercion   
edu.vub.at.objects.natives   
 

Uses of NATNumeric in edu.vub.at.objects.coercion
 

Methods in edu.vub.at.objects.coercion that return NATNumeric
 NATNumeric ATConversions.asNativeNumeric()
           
 

Uses of NATNumeric in edu.vub.at.objects.natives
 

Subclasses of NATNumeric in edu.vub.at.objects.natives
 class NATFraction
          The native implementation of an AmbientTalk fraction.
 class NATNumber
          The native implementation of an AmbientTalk number.
 

Methods in edu.vub.at.objects.natives that return NATNumeric
 NATNumeric NATNumeric.asNativeNumeric()
           
 NATNumeric NATNil.asNativeNumeric()