Package org.jboss.jdeparser
Class ConfigIndent
java.lang.Object
org.jboss.jdeparser.ConfigIndent
- All Implemented Interfaces:
Indent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIndent
(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) void
escape
(Indent next, StringBuilder b, int idx) (package private) FormatPreferences.Indentation
void
unescaped
(Indent next, StringBuilder b, int idx)
-
Field Details
-
indentation
-
-
Constructor Details
-
ConfigIndent
ConfigIndent(FormatPreferences.Indentation indentation)
-
-
Method Details