Uses of Class
com.sun.electric.database.variable.EvalSpice.ParseException

Packages that use EvalSpice.ParseException
com.sun.electric.database.variable Package for handling variables. 
 

Uses of EvalSpice.ParseException in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable that return EvalSpice.ParseException
 EvalSpice.ParseException CodeExpression.getParseException()
           
 

Methods in com.sun.electric.database.variable that throw EvalSpice.ParseException
 void EvalSpice.SimpleEq.addIdentifier(java.lang.Object id)
           
 void EvalSpice.SimpleEq.addOp(EvalSpice.Op operator)
           
 java.lang.Object EvalSpice.SimpleEq.eval()
          Return either a Double, if the equation can be resolved numerically, or a String representing the equation after any numerical resolution can be done.