Interface AntlrASTProcessor

    • Method Detail

      • process

        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.