C# Class Jade.Compiler.IndentWriter

Mostrar archivo Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method 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

Method Description
write ( String str ) : void

Method Details

IndentWriter() public method

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

ToString() public method

public ToString ( ) : String
return String

add() public method

public add ( String str ) : IndentWriter
str String
return IndentWriter

append() public method

public append ( String str ) : IndentWriter
str String
return IndentWriter

decrement() public method

public decrement ( ) : void
return void

increment() public method

public increment ( ) : void
return void

newline() public method

public newline ( ) : void
return void

setUseIndent() public method

public setUseIndent ( bool useIndent ) : void
useIndent bool
return void