C# Class Reinforced.Typings.Visitors.TextExportingVisitor

Inheritance: VisitorBase
Datei anzeigen Open project: reinforced/Reinforced.Typings

Public Methods

Method Description
Br ( ) : void
TextExportingVisitor ( TextWriter writer ) : System

Protected Methods

Method Description
AppendTabs ( ) : void
Indent ( ) : void
Tab ( ) : void
UnTab ( ) : void
Write ( string text ) : void
WriteLine ( string text ) : void
WriteLines ( string str ) : void

Method Details

AppendTabs() protected method

protected AppendTabs ( ) : void
return void

Br() public method

public Br ( ) : void
return void

Indent() protected method

protected Indent ( ) : void
return void

Tab() protected method

protected Tab ( ) : void
return void

TextExportingVisitor() public method

public TextExportingVisitor ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

UnTab() protected method

protected UnTab ( ) : void
return void

Write() protected method

protected Write ( string text ) : void
text string
return void

WriteLine() protected method

protected WriteLine ( string text ) : void
text string
return void

WriteLines() protected method

protected WriteLines ( string str ) : void
str string
return void