GoldDotNet Documentation

Reduction.Accept Method 

Makes the IGoldVisitor visit this Reduction.

public void Accept(
   IGoldVisitor p_visitor
);

Example

See the GoldTest sample project.

See Also

Reduction Class | DevinCook.GoldParser Namespace