com.sun.electric.database.variable
Class EvalSpice

java.lang.Object
  extended by com.sun.electric.database.variable.EvalSpice

public class EvalSpice
extends java.lang.Object

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

EvalSpice

public EvalSpice(java.lang.String expr)
Method Detail

evaluate

public java.lang.Object evaluate()

main

public static void main(java.lang.String[] args)