mops
Class Eval
Object
Eval
- All Implemented Interfaces:
- Arithmetic
public abstract class Eval
- extends Object
- implements Arithmetic
demonstrate arithmetic expression evaluation.
java mops.Eval
{value: 3.333333333333333, input: (1: 22)}
- Version:
- 1.2.0
|
Constructor Summary |
Eval()
|
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
af
static ParserFactory af
number
static Parser number
term
static Parser term
product
static Parser product
sum
static Parser sum
expr
static Parser expr
Eval
public Eval()
main
public static void main(String... arg)
throws Exception
- Throws:
Exception