C# Class Shovel.Compiler.Types.ParseTree

Mostra file Open project: mbrezu/Shovel Class Usage Examples

Public Methods

Method Description
RenderToStringBuilder ( StringBuilder sb, int indentation ) : void
RunOnChildren ( ParseTree>.Func fn ) : void
ToString ( ) : string

Method Details

RenderToStringBuilder() public method

public RenderToStringBuilder ( StringBuilder sb, int indentation ) : void
sb StringBuilder
indentation int
return void

RunOnChildren() public method

public RunOnChildren ( ParseTree>.Func fn ) : void
fn ParseTree>.Func
return void

ToString() public method

public ToString ( ) : string
return string