public final class CobolConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CODE_AREA_LENGTH
The number of characters that can be used between the Indicator Area and the beginning of the comment area.
|
static int |
COMMENT_AREA_LENGTH
The number of characters of the comment area.
|
static int |
INDICATOR_AREA_DEFAULT_POSITION_INDEX
Position of the Indicator Area, used to set debug ('D'), comment ('*'), preprocessing ('$') or continuation ('-') operators.
|
static String |
LANGUAGE_KEY |
static String |
SOURCE_FORMAT_FIXED |
static String |
SOURCE_FORMAT_FREE |
static String |
SOURCE_FORMAT_KEY |
static String |
SOURCE_FORMAT_VARIABLE |
static List<String> |
SOURCE_FORMATS |
public static final int INDICATOR_AREA_DEFAULT_POSITION_INDEX
public static final int CODE_AREA_LENGTH
public static final int COMMENT_AREA_LENGTH
public static final String SOURCE_FORMAT_KEY
public static final String SOURCE_FORMAT_FIXED
public static final String SOURCE_FORMAT_VARIABLE
public static final String SOURCE_FORMAT_FREE
public static final String LANGUAGE_KEY
Copyright © 2009–2017 SonarSource. All rights reserved.