java.lang.Object
com.intellij.formatting.IndentInfo
-
构造器概要
构造器构造器说明IndentInfo(int lineFeeds, int indentSpaces, int spaces) IndentInfo(int lineFeeds, int indentSpaces, int spaces, boolean forceSkipTabulationsUsage) -
方法概要
修饰符和类型方法说明@NotNull StringgenerateNewWhiteSpace(@NotNull IndentOptions options) Builds string that contains line feeds, white spaces and tabulation symbols known to the currentIndentInfoobject.intint
-
构造器详细资料
-
IndentInfo
public IndentInfo(int lineFeeds, int indentSpaces, int spaces) -
IndentInfo
public IndentInfo(int lineFeeds, int indentSpaces, int spaces, boolean forceSkipTabulationsUsage)
-
-
方法详细资料
-
getSpaces
public int getSpaces() -
getIndentSpaces
public int getIndentSpaces() -
generateNewWhiteSpace
Builds string that contains line feeds, white spaces and tabulation symbols known to the currentIndentInfoobject.- 参数:
options- indentation formatting options
-