public class Evaluate extends Object
This class is a wrapper for the mathematical expression evaluator. It is provided to confirm that expressions processed by a Reference_Resolver will correctly evaluate; and if not, why not.
The arguments on the command line are taken to be the expression. This may be contained in one argument or multiple arguments; multiple arguments are concatenated with spaces separating them to form a single expression.
The expression is evaluated and the results are listed. If the expression can not be evaulated the expression evaluator's description of the problem is listed.
Parser.Parser()
Constructor and Description |
---|
Evaluate() |
public static void main(String[] args)