java.lang.Object
com.intellij.formatting.Indent
com.intellij.formatting.IndentImpl
com.intellij.formatting.engine.ExpandableIndent
-
嵌套类概要
从类继承的嵌套类/接口 com.intellij.formatting.Indent
Indent.Type -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanAllows to answer if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line.toString()从类继承的方法 com.intellij.formatting.IndentImpl
getSpaces, getType, isAbsolute, isRelativeToDirectParent从类继承的方法 com.intellij.formatting.Indent
getAbsoluteLabelIndent, getAbsoluteNoneIndent, getContinuationIndent, getContinuationIndent, getContinuationWithoutFirstIndent, getContinuationWithoutFirstIndent, getIndent, getIndent, getLabelIndent, getNoneIndent, getNormalIndent, getNormalIndent, getSmartIndent, getSpaceIndent, getSpaceIndent
-
构造器详细资料
-
ExpandableIndent
-
-
方法详细资料
-
isEnforceIndentToChildren
public boolean isEnforceIndentToChildren()从类复制的说明: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.- 覆盖:
isEnforceIndentToChildren在类中IndentImpl- 返回:
trueif current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line;falseotherwise
-
toString
- 覆盖:
toString在类中IndentImpl
-