Package org.jboss.jdeparser
Class ConfigIndent
- java.lang.Object
-
- org.jboss.jdeparser.ConfigIndent
-
-
Field Summary
Fields Modifier and Type Field Description private FormatPreferences.Indentation
indentation
-
Constructor Summary
Constructors Constructor Description ConfigIndent(FormatPreferences.Indentation indentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
void
escape(Indent next, java.lang.StringBuilder b, int idx)
(package private) FormatPreferences.Indentation
getIndentation()
void
unescaped(Indent next, java.lang.StringBuilder b, int idx)
-
-
-
Field Detail
-
indentation
private final FormatPreferences.Indentation indentation
-
-
Constructor Detail
-
ConfigIndent
ConfigIndent(FormatPreferences.Indentation indentation)
-
-
Method Detail
-
getIndentation
FormatPreferences.Indentation getIndentation()
-
addIndent
public void addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
-
escape
public void escape(Indent next, java.lang.StringBuilder b, int idx)
-
-