Interface IGoldVisitor

This is a visitor-interface for the parse tree generated by GoldParser. See the sample project for more information.

Method Summary
Visit
Visits the specified Reduction

Method Detail

Visit

public void Visit(GoldParser.Reduction r)
Visits the specified Reduction.