public class EvalSpice
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EvalSpice.Op |
static class |
EvalSpice.ParseException |
static class |
EvalSpice.SimpleEq
A simple equation consists of two Identifiers (operands)
that are Doubles, Strings, or other SimpleEq,
and an operator *,/,+,-.
|
| Constructor and Description |
|---|
EvalSpice(java.lang.String expr) |