![JAR search and dependency download from the Maven repository](/logo.png)
Alachisoft.NCache.Parser.IGoldVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nc-parser Show documentation
Show all versions of nc-parser Show documentation
Internal package of Alachisoft.
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