public static class FormatProcessor.FormatOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
FormatTextRanges |
myAffectedRanges |
CommonCodeStyleSettings.IndentOptions |
myIndentOptions |
int |
myInterestingOffset |
CodeStyleSettings |
mySettings |
Constructor and Description |
---|
FormatOptions(CodeStyleSettings settings,
CommonCodeStyleSettings.IndentOptions options,
FormatTextRanges ranges) |
FormatOptions(CodeStyleSettings settings,
CommonCodeStyleSettings.IndentOptions options,
FormatTextRanges ranges,
int interestingOffset) |
Modifier and Type | Method and Description |
---|---|
boolean |
isReformatWithContext() |
public CodeStyleSettings mySettings
public CommonCodeStyleSettings.IndentOptions myIndentOptions
public FormatTextRanges myAffectedRanges
public int myInterestingOffset
public FormatOptions(CodeStyleSettings settings, CommonCodeStyleSettings.IndentOptions options, FormatTextRanges ranges)
public FormatOptions(CodeStyleSettings settings, CommonCodeStyleSettings.IndentOptions options, FormatTextRanges ranges, int interestingOffset)