|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface AntlrASTProcessor
An interface for processing antlr AST objects
Method Summary | |
---|---|
AST
|
process(AST t)
performs some processing on the supplied AST node. |
Method Detail |
---|
public AST process(AST t)
t
- the AST node to process.
Copyright © 2003-2013 The Codehaus. All rights reserved.