java.lang.Object
com.intellij.psi.impl.source.codeStyle.lineIndent.IndentCalculator
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final IndentCalculator.BaseLineOffsetCalculatorstatic final IndentCalculator.BaseLineOffsetCalculator -
构造器概要
构造器构造器说明IndentCalculator(@NotNull IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator, @NotNull CharSequence chars, @NotNull IndentOptions indentOptions, @NotNull Indent indent) -
方法概要
-
字段详细资料
-
LINE_BEFORE
-
LINE_AFTER
-
-
构造器详细资料
-
IndentCalculator
public IndentCalculator(@NotNull @NotNull IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator, @NotNull @NotNull CharSequence chars, @NotNull @NotNull IndentOptions indentOptions, @NotNull @NotNull Indent indent)
-
-
方法详细资料
-
getBaseIndent
@NotNull protected @NotNull String getBaseIndent(@NotNull @NotNull SemanticEditorPosition currPosition)
-