public class Op
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Op |
AND |
static Op |
DIV |
static Op |
EQUAL |
static Op |
GT |
static Op |
GT_EQUAL |
static Op |
LT |
static Op |
LT_EQUAL |
static Op |
MINUS |
static Op |
MOD |
static Op |
MULTIPLY |
static Op |
NOT_EQUAL |
static Op |
OR |
static Op |
PLUS |
static Op |
UNION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Op UNION
public static final Op OR
public static final Op AND
public static final Op EQUAL
public static final Op NOT_EQUAL
public static final Op LT
public static final Op GT
public static final Op LT_EQUAL
public static final Op GT_EQUAL
public static final Op MOD
public static final Op DIV
public static final Op PLUS
public static final Op MINUS
public static final Op MULTIPLY
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.