ca.quine.jcommons.sourceexporter.test
Class Floats

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.test.Floats

public class Floats
extends Object


Constructor Summary
Floats()
           
 
Method Summary
 float getNaN()
           
 float getNegativeInfinity()
           
 float getPositiveInfinity()
           
 void setAllFields()
          If we set these in the constructor the SourceExporter will detect that nothing is changed and won't output anything.
 void setNaN(float nAn)
           
 void setNegativeInfinity(float negativeInfinity)
           
 void setPositiveInfinity(float positiveInfinity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Floats

public Floats()
Method Detail

setAllFields

public void setAllFields()
If we set these in the constructor the SourceExporter will detect that nothing is changed and won't output anything.


getNaN

public float getNaN()

setNaN

public void setNaN(float nAn)

getNegativeInfinity

public float getNegativeInfinity()

setNegativeInfinity

public void setNegativeInfinity(float negativeInfinity)

getPositiveInfinity

public float getPositiveInfinity()

setPositiveInfinity

public void setPositiveInfinity(float positiveInfinity)