de.neuland.jade4j.compiler
Class IndentWriter

java.lang.Object
  extended by de.neuland.jade4j.compiler.IndentWriter

public class IndentWriter
extends Object


Constructor Summary
IndentWriter(Writer writer)
           
 
Method Summary
 IndentWriter add(String string)
           
 IndentWriter append(String string)
           
 void decrement()
           
 void increment()
           
 void newline()
           
 void setUseIndent(boolean useIndent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndentWriter

public IndentWriter(Writer writer)
Method Detail

add

public IndentWriter add(String string)

append

public IndentWriter append(String string)

increment

public void increment()

decrement

public void decrement()

toString

public String toString()
Overrides:
toString in class Object

newline

public void newline()

setUseIndent

public void setUseIndent(boolean useIndent)


Copyright © 2013. All rights reserved.