C# Class Jade.Compiler.IndentWriter

Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Méthodes publiques

Méthode Description
IndentWriter ( TextWriter writer ) : System
ToString ( ) : String
add ( String str ) : IndentWriter
append ( String str ) : IndentWriter
decrement ( ) : void
increment ( ) : void
newline ( ) : void
setUseIndent ( bool useIndent ) : void

Private Methods

Méthode Description
write ( String str ) : void

Method Details

IndentWriter() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

add() public méthode

public add ( String str ) : IndentWriter
str String
Résultat IndentWriter

append() public méthode

public append ( String str ) : IndentWriter
str String
Résultat IndentWriter

decrement() public méthode

public decrement ( ) : void
Résultat void

increment() public méthode

public increment ( ) : void
Résultat void

newline() public méthode

public newline ( ) : void
Résultat void

setUseIndent() public méthode

public setUseIndent ( bool useIndent ) : void
useIndent bool
Résultat void