类 IndentInfo

java.lang.Object
com.intellij.formatting.IndentInfo

public class IndentInfo extends Object
  • 构造器详细资料

    • 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

      @NotNull public @NotNull String generateNewWhiteSpace(@NotNull @NotNull IndentOptions options)
      Builds string that contains line feeds, white spaces and tabulation symbols known to the current IndentInfo object.
      参数:
      options - indentation formatting options