com.werken.xpath.impl
Class Op
java.lang.Object
com.werken.xpath.impl.Op
public class Op
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.