Class Summary |
Constant |
This class wraps any constant value. |
Evaluation |
This class associates a JSci.maths.analysis.RealFunction to
an Expression argument, to generate an Expression . |
Expression |
The basic abstract class for doing analytical calculations. |
ExpressionParser |
This class has some static methods to create an Expression from
a string or a text stream. |
ExpressionParser.JJCalls |
|
ExpressionParserTokenManager |
|
Function |
A function like sin(x), exp(x) or sqrt(x). |
Negative |
|
Power |
|
Product |
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
Sum |
|
Token |
Describes the input token stream. |
Variable |
Variables in an Expression. |