public abstract class IndentHelper
extends java.lang.Object
Constructor and Description |
---|
IndentHelper() |
Modifier and Type | Method and Description |
---|---|
int |
getIndent(Project project,
FileType fileType,
ASTNode element)
Deprecated.
|
int |
getIndent(Project project,
FileType fileType,
ASTNode element,
boolean includeNonSpace)
Deprecated.
|
abstract int |
getIndent(PsiFile file,
ASTNode element) |
abstract int |
getIndent(PsiFile file,
ASTNode element,
boolean includeNonSpace) |
static IndentHelper |
getInstance() |
public static IndentHelper getInstance()
@Deprecated public final int getIndent(Project project, FileType fileType, ASTNode element)
getIndent(PsiFile, ASTNode)
@Deprecated public final int getIndent(Project project, FileType fileType, ASTNode element, boolean includeNonSpace)
getIndent(PsiFile, ASTNode, boolean)