Package org.jboss.jdeparser
Interface Indent
-
- All Known Implementing Classes:
CommentIndentation,ConfigIndent
interface Indent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)voidescape(Indent next, java.lang.StringBuilder b, int idx)voidunescaped(Indent next, java.lang.StringBuilder b, int idx)
-
-
-
Method Detail
-
addIndent
void addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
-
escape
void escape(Indent next, java.lang.StringBuilder b, int idx)
-
unescaped
void unescaped(Indent next, java.lang.StringBuilder b, int idx)
-
-