public static class EvalSpice.Op
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String name
public final int precedence
public static final EvalSpice.Op MULT
public static final EvalSpice.Op DIV
public static final EvalSpice.Op PLUS
public static final EvalSpice.Op MINUS
public static final EvalSpice.Op LT
public static final EvalSpice.Op LTOE
public static final EvalSpice.Op GT
public static final EvalSpice.Op GTOE
public static final EvalSpice.Op EQ
public static final EvalSpice.Op NE
public static final EvalSpice.Op LAND
public static final EvalSpice.Op LOR
public static final EvalSpice.Op CONDCHOICE
public static final EvalSpice.Op COND