Class IndentationConstants


  • public final class IndentationConstants
    extends java.lang.Object
    Constants related to indentation management in lexical preservation. This class centralizes all indentation-related constants to avoid duplication and ensure consistency across IndentationContext and IndentationCalculator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STANDARD_INDENTATION_SIZE
      Standard indentation size in spaces.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STANDARD_INDENTATION_SIZE

        public static final int STANDARD_INDENTATION_SIZE
        Standard indentation size in spaces. This is the number of spaces added or removed when increasing/decreasing indentation.
        See Also:
        Constant Field Values