Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.codeassist.cobol
Class CobolLanguageConstant

java.lang.Object
  extended by com.ibm.etools.iseries.edit.codeassist.cobol.CobolLanguageConstant

public class CobolLanguageConstant
extends Object

Utility class for constants used in COBOL language parser.


Field Summary
static int AREA_B_BEGIN_POSITION
          begin position of B area.
static int CODE_AREA_BEGIN_POSITION
          start position of core area.
static int CODE_AREA_END_POSITION
          end position of core area.
static String COMMENT_INDICATORS
          Characters to represent a comment line.
static String DEFAULT_EXTENSIONS
           
static String DEFAULT_LIBRARY
           
static String ENVVAR_FOR_COPY_EXT
           
static String ILE_COBOL
           
static int INDICATOR_POSITION
          position of indicator column.
static int LEVEL01
          01-level
static int LEVEL49
          49-level
static int LEVEL66
          66-level
static int LEVEL77
          77-level
static int LEVEL88
          88-level
static String STR_AUTHOR
           
static String STR_CLASS_ID
           
static String STR_CONFIGURATION
          Section/Paragraph names in ENVIRONMENT.
static String STR_COPY
          COPY keyword
static String STR_DATA
          DATA keyword
static String STR_DATE_COMPILED
           
static String STR_DATE_WRITTEN
           
static String STR_DECLARATIVES
          DECLARATIVES keyword
static String STR_DIVISION
          DIVISION keyword
static String STR_END
          END keyword
static String STR_END_EXEC
          EXEC keyword
static String STR_ENVIRONMENT
          ENVIRONMENT keyword
static String STR_FACTORY
           
static String STR_FD
          FD keyword
static String STR_FILE
          Section names in DATA.
static String STR_FILE_CONTROL
           
static String STR_FILLER
          FILLER keyword
static String STR_I_O_CONTROL
           
static String STR_ID
           
static String STR_IDENTIFICATION
          IDENTIFICATION keyword
static String STR_IN
          IN keyword
static String STR_INPUT_OUTPUT
           
static String STR_INSTALLATION
           
static String STR_LINKAGE
           
static String STR_LOCAL_STORAGE
           
static String STR_METHOD_ID
           
static String STR_OBJECT
           
static String STR_OBJECT_COMPUTER
           
static String STR_OF
          OF keyword
static String STR_PROCEDURE
          PRPOCEDURE keyword
static String STR_PROGRAM_ID
          Paragraph names in IDENTIFICATION.
static String STR_REPOSITORY
           
static String STR_SD
          SD keyword
static String STR_SECTION
          SECTION keyword
static String STR_SECURITY
           
static String STR_SOURCE_COMPUTER
           
static String STR_SPECIAL_NAMES
           
static String STR_WORKING_STORAGE
           
 
Constructor Summary
CobolLanguageConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_AREA_BEGIN_POSITION

public static final int CODE_AREA_BEGIN_POSITION
start position of core area.

See Also:
Constant Field Values

CODE_AREA_END_POSITION

public static final int CODE_AREA_END_POSITION
end position of core area.

See Also:
Constant Field Values

AREA_B_BEGIN_POSITION

public static final int AREA_B_BEGIN_POSITION
begin position of B area.

See Also:
Constant Field Values

INDICATOR_POSITION

public static final int INDICATOR_POSITION
position of indicator column.

See Also:
Constant Field Values

COMMENT_INDICATORS

public static final String COMMENT_INDICATORS
Characters to represent a comment line.

See Also:
Constant Field Values

STR_DIVISION

public static final String STR_DIVISION
DIVISION keyword

See Also:
Constant Field Values

STR_IDENTIFICATION

public static final String STR_IDENTIFICATION
IDENTIFICATION keyword

See Also:
Constant Field Values

STR_ID

public static final String STR_ID
See Also:
Constant Field Values

STR_PROGRAM_ID

public static final String STR_PROGRAM_ID
Paragraph names in IDENTIFICATION.

See Also:
Constant Field Values

STR_CLASS_ID

public static final String STR_CLASS_ID
See Also:
Constant Field Values

STR_FACTORY

public static final String STR_FACTORY
See Also:
Constant Field Values

STR_OBJECT

public static final String STR_OBJECT
See Also:
Constant Field Values

STR_METHOD_ID

public static final String STR_METHOD_ID
See Also:
Constant Field Values

STR_AUTHOR

public static final String STR_AUTHOR
See Also:
Constant Field Values

STR_INSTALLATION

public static final String STR_INSTALLATION
See Also:
Constant Field Values

STR_DATE_WRITTEN

public static final String STR_DATE_WRITTEN
See Also:
Constant Field Values

STR_DATE_COMPILED

public static final String STR_DATE_COMPILED
See Also:
Constant Field Values

STR_SECURITY

public static final String STR_SECURITY
See Also:
Constant Field Values

STR_ENVIRONMENT

public static final String STR_ENVIRONMENT
ENVIRONMENT keyword

See Also:
Constant Field Values

STR_CONFIGURATION

public static final String STR_CONFIGURATION
Section/Paragraph names in ENVIRONMENT.

See Also:
Constant Field Values

STR_SOURCE_COMPUTER

public static final String STR_SOURCE_COMPUTER
See Also:
Constant Field Values

STR_OBJECT_COMPUTER

public static final String STR_OBJECT_COMPUTER
See Also:
Constant Field Values

STR_SPECIAL_NAMES

public static final String STR_SPECIAL_NAMES
See Also:
Constant Field Values

STR_REPOSITORY

public static final String STR_REPOSITORY
See Also:
Constant Field Values

STR_INPUT_OUTPUT

public static final String STR_INPUT_OUTPUT
See Also:
Constant Field Values

STR_FILE_CONTROL

public static final String STR_FILE_CONTROL
See Also:
Constant Field Values

STR_I_O_CONTROL

public static final String STR_I_O_CONTROL
See Also:
Constant Field Values

STR_DATA

public static final String STR_DATA
DATA keyword

See Also:
Constant Field Values

STR_FILE

public static final String STR_FILE
Section names in DATA.

See Also:
Constant Field Values

STR_WORKING_STORAGE

public static final String STR_WORKING_STORAGE
See Also:
Constant Field Values

STR_LOCAL_STORAGE

public static final String STR_LOCAL_STORAGE
See Also:
Constant Field Values

STR_LINKAGE

public static final String STR_LINKAGE
See Also:
Constant Field Values

STR_PROCEDURE

public static final String STR_PROCEDURE
PRPOCEDURE keyword

See Also:
Constant Field Values

STR_DECLARATIVES

public static final String STR_DECLARATIVES
DECLARATIVES keyword

See Also:
Constant Field Values

STR_END

public static final String STR_END
END keyword

See Also:
Constant Field Values

STR_COPY

public static final String STR_COPY
COPY keyword

See Also:
Constant Field Values

STR_FD

public static final String STR_FD
FD keyword

See Also:
Constant Field Values

STR_SD

public static final String STR_SD
SD keyword

See Also:
Constant Field Values

STR_SECTION

public static final String STR_SECTION
SECTION keyword

See Also:
Constant Field Values

STR_OF

public static final String STR_OF
OF keyword

See Also:
Constant Field Values

STR_IN

public static final String STR_IN
IN keyword

See Also:
Constant Field Values

STR_END_EXEC

public static final String STR_END_EXEC
EXEC keyword

See Also:
Constant Field Values

STR_FILLER

public static final String STR_FILLER
FILLER keyword

See Also:
Constant Field Values

LEVEL01

public static final int LEVEL01
01-level

See Also:
Constant Field Values

LEVEL49

public static final int LEVEL49
49-level

See Also:
Constant Field Values

LEVEL66

public static final int LEVEL66
66-level

See Also:
Constant Field Values

LEVEL77

public static final int LEVEL77
77-level

See Also:
Constant Field Values

LEVEL88

public static final int LEVEL88
88-level

See Also:
Constant Field Values

DEFAULT_LIBRARY

public static final String DEFAULT_LIBRARY
See Also:
Constant Field Values

ENVVAR_FOR_COPY_EXT

public static final String ENVVAR_FOR_COPY_EXT
See Also:
Constant Field Values

ILE_COBOL

public static final String ILE_COBOL
See Also:
Constant Field Values

DEFAULT_EXTENSIONS

public static final String DEFAULT_EXTENSIONS
See Also:
Constant Field Values
Constructor Detail

CobolLanguageConstant

public CobolLanguageConstant()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.