Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
Modifier and Type | Field and Description |
---|---|
static EvalSpice.Op |
EvalSpice.Op.COND |
static EvalSpice.Op |
EvalSpice.Op.CONDCHOICE |
static EvalSpice.Op |
EvalSpice.Op.DIV |
static EvalSpice.Op |
EvalSpice.Op.EQ |
static EvalSpice.Op |
EvalSpice.Op.GT |
static EvalSpice.Op |
EvalSpice.Op.GTOE |
static EvalSpice.Op |
EvalSpice.Op.LAND |
static EvalSpice.Op |
EvalSpice.Op.LOR |
static EvalSpice.Op |
EvalSpice.Op.LT |
static EvalSpice.Op |
EvalSpice.Op.LTOE |
static EvalSpice.Op |
EvalSpice.Op.MINUS |
static EvalSpice.Op |
EvalSpice.Op.MULT |
static EvalSpice.Op |
EvalSpice.Op.NE |
static EvalSpice.Op |
EvalSpice.Op.PLUS |
Modifier and Type | Method and Description |
---|---|
void |
EvalSpice.SimpleEq.addOp(EvalSpice.Op operator) |
Constructor and Description |
---|
EvalSpice.SimpleEq(java.lang.Object lhop,
EvalSpice.Op op,
java.lang.Object rhop) |