org.codehaus.groovy.antlr
Interface AntlrASTProcessor

 
 
Method Summary
AST process(AST t)
           performs some processing on the supplied AST node.
 

Method Detail

process

public AST process(AST t)
performs some processing on the supplied AST node.
param:
t the AST node to process.
return:
possibly returns the AST modified or null, depends on the implementation.