org.globus.cog.karajan.translator
Class IndentationLevel

java.lang.Object
  extended by org.globus.cog.karajan.translator.IndentationLevel

public class IndentationLevel
extends Object


Constructor Summary
IndentationLevel()
           
 
Method Summary
 void dec()
           
 void inc()
           
 void write(Writer wr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndentationLevel

public IndentationLevel()
Method Detail

inc

public void inc()

dec

public void dec()

write

public void write(Writer wr)
           throws IOException
Throws:
IOException