|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.variable.EvalSpice
public class EvalSpice
Class to evaluate Spice expressions. User: gainsley Date: Aug 17, 2006
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
EvalSpice(java.lang.String expr)
|
Method Summary | |
---|---|
java.lang.Object |
evaluate()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvalSpice(java.lang.String expr)
Method Detail |
---|
public java.lang.Object evaluate()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |