C# Class Loyc.Syntax.Les.Les2PrinterWriter

Helper class of Les2Printer that ensures there is a tokens are spaced apart properly.
Inheritance: DefaultNodePrinterWriter
Afficher le fichier Open project: qwertie/ecsharp Class Usage Examples

Méthodes publiques

Méthode Description
Les2PrinterWriter ( StringBuilder sb, string indentString = "\t", string lineSeparator = "\n", string labelIndent = "" ) : System
Les2PrinterWriter ( TextWriter @out, string indentString = "\t", string lineSeparator = "\n", string labelIndent = "" ) : System

Méthodes protégées

Méthode Description
StartToken ( char nextCh ) : void

Method Details

Les2PrinterWriter() public méthode

public Les2PrinterWriter ( StringBuilder sb, string indentString = "\t", string lineSeparator = "\n", string labelIndent = "" ) : System
sb StringBuilder
indentString string
lineSeparator string
labelIndent string
Résultat System

Les2PrinterWriter() public méthode

public Les2PrinterWriter ( TextWriter @out, string indentString = "\t", string lineSeparator = "\n", string labelIndent = "" ) : System
@out System.IO.TextWriter
indentString string
lineSeparator string
labelIndent string
Résultat System

StartToken() protected méthode

protected StartToken ( char nextCh ) : void
nextCh char
Résultat void