[Java] Interface AntlrASTProcessor
public interface AntlrASTProcessor
An interface for processing antlr AST objects
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public AST |
process(AST t) performs some processing on the supplied AST node. |
Method Detail
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.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/antlr/AntlrASTProcessor.html