org.jrubyparser.rewriter.utils
Class Indenter
java.lang.Object
org.jrubyparser.rewriter.utils.Indenter
public class Indenter
- extends Object
|
Constructor Summary |
Indenter(int indentationSteps,
char indentationChar)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Indenter
public Indenter(int indentationSteps,
char indentationChar)
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.