net.esper.util
Class DebugFacility
java.lang.Object
net.esper.util.DebugFacility
public class DebugFacility
- extends Object
Utility class for enabling certain debugging using system properties.
Method Summary |
static void |
dumpAST(antlr.collections.AST ast)
Dump the AST node to system.out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugFacility
public DebugFacility()
dumpAST
public static void dumpAST(antlr.collections.AST ast)
- Dump the AST node to system.out.
- Parameters:
ast
- to dump