Class CobolConstants


  • public final class CobolConstants
    extends Object
    Constants linked to the COBOL language.
    • Field Detail

      • INDICATOR_AREA_DEFAULT_POSITION_INDEX

        public static final int INDICATOR_AREA_DEFAULT_POSITION_INDEX
        Position of the Indicator Area, used to set debug ('D'), comment ('*'), preprocessing ('$') or continuation ('-') operators.
        By default, this indicator area is the character #7, so its index is 6
        See Also:
        Constant Field Values
      • CODE_AREA_LENGTH

        public static final int CODE_AREA_LENGTH
        The number of characters that can be used between the Indicator Area and the beginning of the comment area.
        See Also:
        Constant Field Values
      • COMMENT_AREA_LENGTH

        public static final int COMMENT_AREA_LENGTH
        The number of characters of the comment area.
        See Also:
        Constant Field Values
      • SOURCE_FORMATS

        public static final List<String> SOURCE_FORMATS