Class Constants


  • public class Constants
    extends java.lang.Object
    General language constants.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FORMATTING_HINT_LINEEND
      The name for the optional formatting hint to define the line end.
      static java.lang.String INDENTATION_HINT_ADDITIONAL
      The name for the additional indentation entry in an indentation hint.
      static java.lang.String INDENTATION_HINT_INDENTATION
      The name for the indentation level entry in an indentation hint.
      static java.lang.String INDENTATION_HINT_TAB_EMU
      The name for the tab emulation entry in an indentation hint.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INDENTATION_HINT_INDENTATION

        public static final java.lang.String INDENTATION_HINT_INDENTATION
        The name for the indentation level entry in an indentation hint.
        See Also:
        Constant Field Values
      • INDENTATION_HINT_TAB_EMU

        public static final java.lang.String INDENTATION_HINT_TAB_EMU
        The name for the tab emulation entry in an indentation hint.
        See Also:
        Constant Field Values
      • INDENTATION_HINT_ADDITIONAL

        public static final java.lang.String INDENTATION_HINT_ADDITIONAL
        The name for the additional indentation entry in an indentation hint.
        See Also:
        Constant Field Values
      • FORMATTING_HINT_LINEEND

        public static final java.lang.String FORMATTING_HINT_LINEEND
        The name for the optional formatting hint to define the line end.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()