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

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

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

Fields in com.sun.electric.database.variable declared as EvalSpice.Op
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
           
 

Methods in com.sun.electric.database.variable with parameters of type EvalSpice.Op
 void EvalSpice.SimpleEq.addOp(EvalSpice.Op operator)
           
 

Constructors in com.sun.electric.database.variable with parameters of type EvalSpice.Op
EvalSpice.SimpleEq(java.lang.Object lhop, EvalSpice.Op op, java.lang.Object rhop)