Interface AntlrASTProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      antlr.collections.AST process​(antlr.collections.AST t)
      performs some processing on the supplied AST node.
    • Method Detail

      • process

        antlr.collections.AST process​(antlr.collections.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.