edu.umd.cs.db.xsq
Class Tools
java.lang.Object
|
+--edu.umd.cs.db.xsq.Tools
- public class Tools
- extends java.lang.Object
Tools provides all the constants and the enumerate values
Constructor Summary |
Tools()
|
Method Summary |
static long |
getCurTime()
|
static java.lang.String |
getEvalStr(int e)
|
static java.lang.String |
getEventStr(int e)
|
static int |
getOp(java.lang.String op)
|
static boolean |
isCharInOp(char ch)
|
static java.lang.String |
normalize(java.lang.String s)
|
static void |
out(java.lang.String message)
|
static void |
outln(java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static final boolean debug
- See Also:
- Constant Field Values
debugLevel
public static final int debugLevel
- See Also:
- Constant Field Values
debugRunHPDT
public static final int debugRunHPDT
- See Also:
- Constant Field Values
debugBuildHPDT
public static final int debugBuildHPDT
- See Also:
- Constant Field Values
debugXPathParser
public static final int debugXPathParser
- See Also:
- Constant Field Values
debugOutputQ
public static final int debugOutputQ
- See Also:
- Constant Field Values
debugStat
public static final int debugStat
- See Also:
- Constant Field Values
Tools
public Tools()
getEvalStr
public static final java.lang.String getEvalStr(int e)
getEventStr
public static final java.lang.String getEventStr(int e)
isCharInOp
public static final boolean isCharInOp(char ch)
getOp
public static final int getOp(java.lang.String op)
getCurTime
public static final long getCurTime()
out
public static final void out(java.lang.String message)
outln
public static final void outln(java.lang.String message)
normalize
public static java.lang.String normalize(java.lang.String s)