|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.antlr.ASTUtil
public class ASTUtil
Utility class for AST node handling.
Constructor Summary | |
---|---|
ASTUtil()
|
Method Summary | |
---|---|
static void |
dumpAST(org.antlr.runtime.tree.Tree ast)
Dump the AST node to system.out. |
static void |
printTokens(org.antlr.runtime.CommonTokenStream tokens)
Print the token stream to the logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASTUtil()
Method Detail |
---|
public static void dumpAST(org.antlr.runtime.tree.Tree ast)
ast
- to dumppublic static void printTokens(org.antlr.runtime.CommonTokenStream tokens)
tokens
- to print
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |