org.jrubyparser.rewriter.utils
Class Indenter

java.lang.Object
  extended by org.jrubyparser.rewriter.utils.Indenter

public class Indenter
extends Object


Constructor Summary
Indenter(int indentationSteps, char indentationChar)
           
 
Method Summary
 char getIndentationChar()
           
 int getIndentationSteps()
           
 void indent()
           
 void outdent()
           
 void printIndentation(PrintWriter out)
           
 void setIndentationChar(char indentationChar)
           
 void setIndentationSteps(int indentationSteps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indenter

public Indenter(int indentationSteps,
                char indentationChar)
Method Detail

indent

public void indent()

outdent

public void outdent()

printIndentation

public void printIndentation(PrintWriter out)

getIndentationChar

public char getIndentationChar()

setIndentationChar

public void setIndentationChar(char indentationChar)

getIndentationSteps

public int getIndentationSteps()

setIndentationSteps

public void setIndentationSteps(int indentationSteps)


Copyright © 2013. All Rights Reserved.