Modifier and Type | Field and Description |
---|---|
private FormatPreferences.Indentation |
ConfigIndent.indentation |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumSet<FormatPreferences.Indentation> |
FormatPreferences.absoluteIndents |
private static java.util.EnumSet<FormatPreferences.Indentation> |
FormatPreferences.DEFAULT_ABS_INDENTS |
private static EnumIntMap<FormatPreferences.Indentation> |
FormatPreferences.DEFAULT_INDENTS |
private EnumIntMap<FormatPreferences.Indentation> |
FormatPreferences.indents |
Modifier and Type | Method and Description |
---|---|
(package private) FormatPreferences.Indentation |
ConfigIndent.getIndentation() |
(package private) FormatPreferences.Indentation |
AbstractJClassDef.getMemberIndentation() |
static FormatPreferences.Indentation |
FormatPreferences.Indentation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatPreferences.Indentation[] |
FormatPreferences.Indentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormatPreferences.clearIndentAbsolute(FormatPreferences.Indentation indentation)
Clear absolute indentation for the given context.
|
int |
FormatPreferences.getIndent(FormatPreferences.Indentation indentation)
Get the configured indentation for the given context.
|
boolean |
FormatPreferences.isIndentAbsolute(FormatPreferences.Indentation indentation)
Determine whether the indentation for the given context is absolute or relative.
|
(package private) void |
SourceFileWriter.popIndent(FormatPreferences.Indentation indentation) |
(package private) void |
SourceFileWriter.pushIndent(FormatPreferences.Indentation indentation) |
int |
FormatPreferences.setIndent(FormatPreferences.Indentation indentation,
int value)
Set the configured indentation for the given context.
|
void |
FormatPreferences.setIndentAbsolute(FormatPreferences.Indentation indentation)
Set absolute indentation for the given context.
|
Constructor and Description |
---|
ConfigIndent(FormatPreferences.Indentation indentation) |