net.sf.jzeno.echo.script.expr
Interface TreeWalker

All Known Implementing Classes:
ValidationWalker

public interface TreeWalker


Method Summary
 void postProcess(org.antlr.runtime.tree.CommonTree node)
           
 void preProcess(org.antlr.runtime.tree.CommonTree node)
           
 

Method Detail

preProcess

void preProcess(org.antlr.runtime.tree.CommonTree node)

postProcess

void postProcess(org.antlr.runtime.tree.CommonTree node)