java.lang.Object
com.intellij.formatting.Indent
com.intellij.formatting.IndentImpl
com.intellij.formatting.engine.ExpandableIndent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.intellij.formatting.Indent
Indent.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAllows to answer if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line.toString()Methods inherited from class com.intellij.formatting.IndentImpl
getSpaces, getType, isAbsolute, isRelativeToDirectParentMethods inherited from class com.intellij.formatting.Indent
getAbsoluteLabelIndent, getAbsoluteNoneIndent, getContinuationIndent, getContinuationIndent, getContinuationWithoutFirstIndent, getContinuationWithoutFirstIndent, getIndent, getIndent, getLabelIndent, getNoneIndent, getNormalIndent, getNormalIndent, getSmartIndent, getSpaceIndent, getSpaceIndent
-
Constructor Details
-
ExpandableIndent
-
-
Method Details
-
isEnforceIndentToChildren
public boolean isEnforceIndentToChildren()Description copied from class:IndentImplAllows to answer if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line. Feel free to checkIndentjavadoc for the more detailed explanation of this property usage.- Overrides:
isEnforceIndentToChildrenin classIndentImpl- Returns:
trueif current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line;falseotherwise
-
toString
- Overrides:
toStringin classIndentImpl
-