Module aya.ij.parsing.core
Class JavaLikeLangLineIndentProvider.IndentCalculatorFactory
java.lang.Object
com.intellij.psi.impl.source.codeStyle.lineIndent.JavaLikeLangLineIndentProvider.IndentCalculatorFactory
- Enclosing class:
- JavaLikeLangLineIndentProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@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)
-
Constructor Details
-
IndentCalculatorFactory
public IndentCalculatorFactory()
-
-
Method Details
-
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)
-