Package org.apache.xalan.xsltc.runtime
Class Operators
java.lang.Object
org.apache.xalan.xsltc.runtime.Operators
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final String
getOpNames
(int operator) static final int
swapOp
(int operator)
-
Field Details
-
EQ
public static final int EQ- See Also:
-
NE
public static final int NE- See Also:
-
GT
public static final int GT- See Also:
-
LT
public static final int LT- See Also:
-
GE
public static final int GE- See Also:
-
LE
public static final int LE- See Also:
-
-
Constructor Details
-
Operators
public Operators()
-
-
Method Details
-
getOpNames
-
swapOp
public static final int swapOp(int operator)
-