C# Class Reinforced.Typings.Visitors.TextExportingVisitor

Inheritance: VisitorBase
Afficher le fichier Open project: reinforced/Reinforced.Typings

Méthodes publiques

Méthode Description
Br ( ) : void
TextExportingVisitor ( TextWriter writer ) : System

Méthodes protégées

Méthode 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 méthode

protected AppendTabs ( ) : void
Résultat void

Br() public méthode

public Br ( ) : void
Résultat void

Indent() protected méthode

protected Indent ( ) : void
Résultat void

Tab() protected méthode

protected Tab ( ) : void
Résultat void

TextExportingVisitor() public méthode

public TextExportingVisitor ( TextWriter writer ) : System
writer System.IO.TextWriter
Résultat System

UnTab() protected méthode

protected UnTab ( ) : void
Résultat void

Write() protected méthode

protected Write ( string text ) : void
text string
Résultat void

WriteLine() protected méthode

protected WriteLine ( string text ) : void
text string
Résultat void

WriteLines() protected méthode

protected WriteLines ( string str ) : void
str string
Résultat void