Package org.eclipse.epsilon.egl.output
Class OutdentationFormatter
- java.lang.Object
-
- org.eclipse.epsilon.egl.output.OutdentationFormatter
-
-
Field Summary
Fields Modifier and Type Field Description protected int
outdentation
protected Map<Integer,Integer>
outdentations
protected OutputBuffer
outputBuffer
-
Constructor Summary
Constructors Constructor Description OutdentationFormatter(OutputBuffer outputBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(String text)
void
indent(int offset)
void
outdent(int offset)
protected String
outdent(String line, int outdentation)
-
-
-
Field Detail
-
outdentation
protected int outdentation
-
outputBuffer
protected OutputBuffer outputBuffer
-
-
Constructor Detail
-
OutdentationFormatter
public OutdentationFormatter(OutputBuffer outputBuffer)
-
-