GoldDotNet Documentation

ParseTree.graph Method 

Recursively build the node graph.

public int graph(
   Reduction cr
);

Parameters

cr
A DevinCook.GoldParser.Reduction to Graph

Return Value

Node number of this node used for recursion

See Also

ParseTree Class | WorldMaker.Util.GoldDot Namespace