net.sf.transjvm.util
Class Evaluator.Float

java.lang.Object
  extended by java.lang.Number
      extended by net.sf.transjvm.util.Evaluator.Float
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Evaluator

public abstract static class Evaluator.Float
extends java.lang.Number

See Also:
Serialized Form

Constructor Summary
Evaluator.Float()
           
 
Method Summary
 double doubleValue()
           
abstract  float floatValue()
           
 int intValue()
           
 long longValue()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Evaluator.Float

public Evaluator.Float()
Method Detail

floatValue

public abstract float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number


Copyright 2004-5, Mark Shannon