|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface AntlrASTProcessor
An interface for processing antlr AST objects
Method Summary | |
---|---|
antlr.collections.AST
|
process(antlr.collections.AST t)
performs some processing on the supplied AST node. |
Method Detail |
---|
public antlr.collections.AST process(antlr.collections.AST t)
t
- the AST node to process.
Groovy Documentation