Package org.apache.xalan.xsltc.runtime
Class Operators
- java.lang.Object
-
- org.apache.xalan.xsltc.runtime.Operators
-
public final class Operators extends java.lang.Object
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen
-
-
Constructor Summary
Constructors Constructor Description Operators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getOpNames(int operator)
static int
swapOp(int operator)
-
-
-
Field Detail
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
NE
public static final int NE
- See Also:
- Constant Field Values
-
GT
public static final int GT
- See Also:
- Constant Field Values
-
LT
public static final int LT
- See Also:
- Constant Field Values
-
GE
public static final int GE
- See Also:
- Constant Field Values
-
LE
public static final int LE
- See Also:
- Constant Field Values
-
-