com.werken.xpath.impl
Class Op

java.lang.Object
  extended by com.werken.xpath.impl.Op

public class Op
extends java.lang.Object


Field Summary
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
           
 
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

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
Method Detail

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.