Package com.werken.xpath.impl
Class Op
- java.lang.Object
-
- com.werken.xpath.impl.Op
-
public class Op extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
UNION
public static final Op UNION
-
OR
public static final Op OR
-
AND
public static final Op AND
-
EQUAL
public static final Op EQUAL
-
NOT_EQUAL
public static final Op NOT_EQUAL
-
LT
public static final Op LT
-
GT
public static final Op GT
-
LT_EQUAL
public static final Op LT_EQUAL
-
GT_EQUAL
public static final Op GT_EQUAL
-
MOD
public static final Op MOD
-
DIV
public static final Op DIV
-
PLUS
public static final Op PLUS
-
MINUS
public static final Op MINUS
-
MULTIPLY
public static final Op MULTIPLY
-
-