java.lang.Object
com.intellij.formatting.IndentInfo
-
Constructor Summary
ConstructorsConstructorDescriptionIndentInfo(int lineFeeds, int indentSpaces, int spaces) IndentInfo(int lineFeeds, int indentSpaces, int spaces, boolean forceSkipTabulationsUsage) -
Method Summary
Modifier and TypeMethodDescription@NotNull StringgenerateNewWhiteSpace(@NotNull IndentOptions options) Builds string that contains line feeds, white spaces and tabulation symbols known to the currentIndentInfoobject.intint
-
Constructor Details
-
IndentInfo
public IndentInfo(int lineFeeds, int indentSpaces, int spaces) -
IndentInfo
public IndentInfo(int lineFeeds, int indentSpaces, int spaces, boolean forceSkipTabulationsUsage)
-
-
Method Details
-
getSpaces
public int getSpaces() -
getIndentSpaces
public int getIndentSpaces() -
generateNewWhiteSpace
Builds string that contains line feeds, white spaces and tabulation symbols known to the currentIndentInfoobject.- Parameters:
options- indentation formatting options
-