All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Parser.IGoldVisitor Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package Alachisoft.NCache.Parser;

// C# Translation of GoldParser, by Marcus Klimstra .
// Based on GOLDParser by Devin Cook .

/**
 * This is a visitor-interface for the parse tree generated by GoldParser.
 * See the sample project for more information.
 */
public interface IGoldVisitor {
    /**
     * Visits the specified Reduction.
     */
    void Visit(Reduction r);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy