Class AutoIndentWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
org.codehaus.janino.util.AutoIndentWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class AutoIndentWriter extends FilterWriter
A FilterWriter that automatically indents lines by looking at trailing opening braces ('{') and leading closing braces ('}').