org.codehaus.groovy.antlr
Interface AntlrASTProcessor

All Known Implementing Classes:
AntlrASTProcessSnippets, PreOrderTraversal, SourceCodeTraversal, TraversalHelper

public interface AntlrASTProcessor

An interface for processing antlr AST objects

Version:
$Revision: 2387 $
Author:
Jeremy Rayner

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

Method Detail

process

antlr.collections.AST process(antlr.collections.AST t)
performs some processing on the supplied AST node.

Parameters:
t - the AST node to process.
Returns:
possibly returns the AST modified or null, depends on the implementation.


Copyright © 2003-2010 The Codehaus. All Rights Reserved.