Modifier and Type | Class and Description |
---|---|
(package private) class |
CommentIndentation |
(package private) class |
ConfigIndent |
Modifier and Type | Field and Description |
---|---|
(package private) static Indent |
StringJExpr.ESC |
private static Indent |
ImplJDocComment.escIndent |
private Indent |
FormatPreferences.Indentation.indent |
(package private) static Indent |
InlineDocTagCommentContent.INDENT |
private Indent |
SourceFileWriter.nextIndent |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Indent> |
SourceFileWriter.indentStack |
private java.util.ListIterator<Indent> |
SourceFileWriter.stackIterator |
Modifier and Type | Method and Description |
---|---|
(package private) Indent |
FormatPreferences.Indentation.getIndent() |
Modifier and Type | Method and Description |
---|---|
void |
Indent.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
CommentIndentation.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
ConfigIndent.addIndent(Indent next,
FormatPreferences preferences,
java.lang.StringBuilder lineBuffer) |
void |
Indent.escape(Indent next,
java.lang.StringBuilder b,
int idx) |
void |
CommentIndentation.escape(Indent next,
java.lang.StringBuilder b,
int idx) |
void |
ConfigIndent.escape(Indent next,
java.lang.StringBuilder b,
int idx) |
(package private) void |
SourceFileWriter.popIndent(Indent indent) |
(package private) void |
SourceFileWriter.pushIndent(Indent indent) |
void |
Indent.unescaped(Indent next,
java.lang.StringBuilder b,
int idx) |
void |
CommentIndentation.unescaped(Indent next,
java.lang.StringBuilder b,
int idx) |
void |
ConfigIndent.unescaped(Indent next,
java.lang.StringBuilder b,
int idx) |