[Java] Interface AntlrASTProcessor

An interface for processing antlr AST objects

Authors:
Jeremy Rayner

Methods Summary

Methods
Type Params Return Type Name and description
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/2.4.21/html/gapi/org/codehaus/groovy/antlr/AntlrASTProcessor.html