Class ExpandableIndent


public class ExpandableIndent extends IndentImpl
  • Constructor Details

    • ExpandableIndent

      public ExpandableIndent(Indent.Type type)
  • Method Details

    • isEnforceIndentToChildren

      public boolean isEnforceIndentToChildren()
      Description copied from class: IndentImpl
      Allows 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 check Indent javadoc for the more detailed explanation of this property usage.

      Overrides:
      isEnforceIndentToChildren in class IndentImpl
      Returns:
      true if current indent object is configured to enforce indent for sub-blocks of composite block that doesn't start new line; false otherwise
    • toString

      public String toString()
      Overrides:
      toString in class IndentImpl