Groovy 2.2.0

org.codehaus.groovy.antlr
[Java] Interface AntlrASTProcessor


public interface AntlrASTProcessor

An interface for processing antlr AST objects

Authors:
Jeremy Rayner
Version:
\$Revision\$


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.
Parameters:
t - the AST node to process.
Returns:
possibly returns the AST modified or null, depends on the implementation.


 

Copyright © 2003-2013 The Codehaus. All rights reserved.