Class Indentation


  • public class Indentation
    extends Object
    Manages indentation levels.

    There are two types of indentation levels:

    - BLOCK_LEVEL : increased by open-parenthesis - TOP_LEVEL : increased by RESERVED_TOPLEVEL words

    • Constructor Detail

      • Indentation

        public Indentation()
    • Method Detail

      • getIndent

        public String getIndent()
        Returns current indentation string.
        Returns:
        {String}