C# Class Boo.BooLangService.Document.DocumentVisualiser

IGNORE ME, I'm a developer aid! Outputs a IBooParseTreeNode hierarchy as a text tree.
Show file Open project: jagregory/boolangstudio

Public Methods

Method Description
Output ( IBooParseTreeNode node ) : string

Private Methods

Method Description
Output ( IBooParseTreeNode node, int indentLevel ) : string

Method Details

Output() public static method

public static Output ( IBooParseTreeNode node ) : string
node IBooParseTreeNode
return string