All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----Jaja.Jaja | +----Jaja.Value | +----Jaja.Number
This class implements default method which are shadowed in the Fixnum and Floatnum classes. Two different strategies are used:
public Number()
public double doubleValue()
public boolean equal(Value other)
public boolean eqnp(Value other)
public boolean lep(Value other)
public boolean ltp(Value other)
public boolean gep(Value other)
public boolean gtp(Value other)
public Number plus(Number other)
public Number fixnum_plus(Fixnum other)
public Number floatnum_plus(Floatnum other)
public Number minus(Number other)
public Number fixnum_minus(Fixnum other)
public Number floatnum_minus(Floatnum other)
public Number times(Number other)
public Number fixnum_times(Fixnum other)
public Number floatnum_times(Floatnum other)
All Packages Class Hierarchy This Package Previous Next Index