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

java.lang.Object
  extended by com.sun.electric.database.variable.EvalSpice.Op
Enclosing class:
EvalSpice

public static class EvalSpice.Op
extends java.lang.Object


Field Summary
static EvalSpice.Op COND
           
static EvalSpice.Op CONDCHOICE
           
static EvalSpice.Op DIV
           
static EvalSpice.Op EQ
           
static EvalSpice.Op GT
           
static EvalSpice.Op GTOE
           
static EvalSpice.Op LAND
           
static EvalSpice.Op LOR
           
static EvalSpice.Op LT
           
static EvalSpice.Op LTOE
           
static EvalSpice.Op MINUS
           
static EvalSpice.Op MULT
           
 java.lang.String name
           
static EvalSpice.Op NE
           
static EvalSpice.Op PLUS
           
 int precedence
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

precedence

public final int precedence

MULT

public static final EvalSpice.Op MULT

DIV

public static final EvalSpice.Op DIV

PLUS

public static final EvalSpice.Op PLUS

MINUS

public static final EvalSpice.Op MINUS

LT

public static final EvalSpice.Op LT

LTOE

public static final EvalSpice.Op LTOE

GT

public static final EvalSpice.Op GT

GTOE

public static final EvalSpice.Op GTOE

EQ

public static final EvalSpice.Op EQ

NE

public static final EvalSpice.Op NE

LAND

public static final EvalSpice.Op LAND

LOR

public static final EvalSpice.Op LOR

CONDCHOICE

public static final EvalSpice.Op CONDCHOICE

COND

public static final EvalSpice.Op COND
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object