Module aya.ij.parsing.core
Class IndentCalculator
java.lang.Object
com.intellij.psi.impl.source.codeStyle.lineIndent.IndentCalculator
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndentCalculator.BaseLineOffsetCalculatorstatic final IndentCalculator.BaseLineOffsetCalculator -
Constructor Summary
ConstructorsConstructorDescriptionIndentCalculator(@NotNull IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator, @NotNull CharSequence chars, @NotNull IndentOptions indentOptions, @NotNull Indent indent) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull StringgetBaseIndent(@NotNull SemanticEditorPosition currPosition)
-
Field Details
-
LINE_BEFORE
-
LINE_AFTER
-
-
Constructor Details
-
IndentCalculator
public IndentCalculator(@NotNull @NotNull IndentCalculator.BaseLineOffsetCalculator baseLineOffsetCalculator, @NotNull @NotNull CharSequence chars, @NotNull @NotNull IndentOptions indentOptions, @NotNull @NotNull Indent indent)
-
-
Method Details
-
getBaseIndent
@NotNull protected @NotNull String getBaseIndent(@NotNull @NotNull SemanticEditorPosition currPosition)
-