C# Class AjTalk.Compilers.SourceWriter

Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode Description
SourceWriter ( TextWriter writer ) : System
Write ( string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void
WriteLineEnd ( string text ) : void
WriteLineStart ( string text ) : void

Private Methods

Méthode Description
WriteIndent ( ) : void

Method Details

SourceWriter() public méthode

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

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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

WriteLineEnd() public méthode

public WriteLineEnd ( string text ) : void
text string
Résultat void

WriteLineStart() public méthode

public WriteLineStart ( string text ) : void
text string
Résultat void