类 JavaLikeLangLineIndentProvider.IndentCalculatorFactory
java.lang.Object
com.intellij.psi.impl.source.codeStyle.lineIndent.JavaLikeLangLineIndentProvider.IndentCalculatorFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@Nullable IndentCalculatorcreateIndentCalculator(@Nullable Indent.Type indentType, IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator) @Nullable IndentCalculatorcreateIndentCalculator(@Nullable Indent indent, IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator) @Nullable IndentCalculatorcreateIndentCalculatorWithCustomBaseIndent(@Nullable Indent indent, @NotNull String baseIndent)
-
构造器详细资料
-
IndentCalculatorFactory
public IndentCalculatorFactory()
-
-
方法详细资料
-
createIndentCalculator
@Nullable public @Nullable IndentCalculator createIndentCalculator(@Nullable @Nullable Indent.Type indentType, @Nullable IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator) -
createIndentCalculator
@Nullable public @Nullable IndentCalculator createIndentCalculator(@Nullable @Nullable Indent indent, @Nullable IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator) -
createIndentCalculatorWithCustomBaseIndent
@Nullable public @Nullable IndentCalculator createIndentCalculatorWithCustomBaseIndent(@Nullable @Nullable Indent indent, @NotNull @NotNull String baseIndent)
-