Class | Description |
---|---|
EvalJavaBsh |
Used for evaluating Java expressions in Variables
It is meant to be invoked from the Variable context;
these methods should not be used from other contexts, and
thus are declared protected.
|
EvalJython | |
EvalSpice |
Class to evaluate Spice expressions.
|
EvalSpice.Op | |
EvalSpice.SimpleEq |
A simple equation consists of two Identifiers (operands)
that are Doubles, Strings, or other SimpleEq,
and an operator *,/,+,-.
|
Exception | Description |
---|---|
EvalSpice.ParseException |