Package org.jboss.jdeparser
Class ConfigIndent
- java.lang.Object
-
- org.jboss.jdeparser.ConfigIndent
-
-
Field Summary
Fields Modifier and Type Field Description private FormatPreferences.Indentationindentation
-
Constructor Summary
Constructors Constructor Description ConfigIndent(FormatPreferences.Indentation indentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)voidescape(Indent next, java.lang.StringBuilder b, int idx)(package private) FormatPreferences.IndentationgetIndentation()voidunescaped(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)
-
-