Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
Modifier and Type | Method and Description |
---|---|
EvalSpice.ParseException |
CodeExpression.getParseException() |
Modifier and Type | Method and Description |
---|---|
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.
|