|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XDouble | |
| edu.neu.ccs | Provides the Stringable interface and data models that implement the interface. |
| edu.neu.ccs.parser | Provides classes for translating Strings into
values of various data types using languages with
simple lexical and syntactic structures. |
| Uses of XDouble in edu.neu.ccs |
| Subclasses of XDouble in edu.neu.ccs | |
class |
HexXDouble
Class HexXDouble extends XDouble
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| Methods in edu.neu.ccs that return XDouble | |
static XDouble[] |
XDouble.toXArray(double[] a)
Returns an array of XDouble objects
initialized from the given array
of double values. |
| Methods in edu.neu.ccs with parameters of type XDouble | |
static double[] |
XDouble.toPrimitiveArray(XDouble[] x)
Returns an array of primitive double values
copied from the given array
of XDouble objects. |
| Uses of XDouble in edu.neu.ccs.parser |
| Methods in edu.neu.ccs.parser that return XDouble | |
static XDouble |
ParserUtilities.toXDouble(XNumber value)
Converts the given value to XDouble. |
| Methods in edu.neu.ccs.parser with parameters of type XDouble | |
Object |
NumericOperation.unaryForXFloating(XDouble x)
Override this method to specify the result of this operation acting as a unary operation on a floating argument. |
Object |
NumericOperation.binaryForXFloating(XDouble x,
XDouble y)
Override this method to specify the result of this operation acting as a binary operation on floating arguments. |
Object |
BooleanOperation.unaryForXFloating(XDouble x)
Override this method to specify the result of this operation acting as a unary operation on a floating argument. |
Object |
BooleanOperation.binaryForXFloating(XDouble x,
XDouble y)
Override this method to specify the result of this operation acting as a binary operation on floating arguments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||