Package org.statcato.calculator

Provides classes for the calculator tool, including a token scanner and a parser for mathematical expressions.

See:
          Description

Class Summary
CompUnit A computational unit.
MathExpParserComplete A parser for mathematical expressions using the recurive descent algorithm.
MathFunction A mathematical function object defined by a type.
MathFunctions Defines functions used in the calculator.
MathOperations Mathematical operations used in the calculator application.
Token A token in a mathematical expression accepted by the Statcato calculator.
TokenScanner A scanner that read Tokens from a string representing a mathematical expression.
 

Package org.statcato.calculator Description

Provides classes for the calculator tool, including a token scanner and a parser for mathematical expressions.

Since:
1.0