Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.editor
Interface IISeriesEditorConstantsCL

All Known Implementing Classes:
ISeriesEditorCLParser, ParserPreferencePageCL

public interface IISeriesEditorConstantsCL


Field Summary
static String[] _straCallKeywords
           
static String[] _straControlWords
           
static String[] _straKeywords
           
static String[] _straLoopStart
           
static String[] _straPGMKeywords
           
static String[] _straSubroutineWords
           
static String[] _straSymbols
           
static String _strLoopEnd
           
static String _strPgmExpEnd
           
static String _strPgmExpStart
           
static String _strSelectEnd
           
static String _strSelectStart
           
static String _strSubroutineEnd
           
static String _strSubroutineStart
           
static String CL_PARSE_TABLE
           
static String CL_PRODUCT_CODE
           
static String CLASS_CALL_KEYWORDS
           
static String CLASS_COMMENTS
           
static String CLASS_CONTINUATION
           
static String CLASS_INCLUDE
           
static String CLASS_LABEL
           
static String CLASS_PGM_KEYWORDS
           
static String CLASS_SUBROUTINE
           
static String copyright
           
static char FONT_BUILTIN
           
static char FONT_COMMANDS
           
static char FONT_COMMENT
           
static char FONT_ERROR
           
static char FONT_KEYWORD
           
static char FONT_LABEL
           
static char FONT_LANGUAGE
           
static char FONT_LAYOUT
           
static char FONT_LITERAL
           
static char FONT_NAME
           
static char FONT_NUMBER
           
static char FONT_PARAMETER
           
static char FONT_SYMBOLS
           
static char FONT_VALUE
           
static int INDENT_CMD_TO_PARM
           
static int INDENT_CMD_TO_PARM_CONT
           
static int INDENT_COMMAND
           
static int INDENT_COMMAND_BATCH
           
static int INDENT_COMMAND_BATCH_CONT
           
static int INDENT_LABEL
           
static int INDENT_LABEL_BATCH
           
static int INDENT_MAX_CMD_LEN
           
static int INDENT_MAX_LABEL_LEN
           
static int INDENT_MAX_NOLIB_CMD_LEN
           
static int INDENT_TO_CONT
           
static int ISERIES_BND
           
static int ISERIES_CL
           
static int ISERIES_CLLE
           
static int ISERIES_CLP
           
static int ISERIES_CMD
           
static int ISERIES_UNKNOWN_FILE
           
static int MAX_CONTROLS
           
static int MAX_FILENAME_LEN
           
static int MAX_KEYWORDS
           
static int MAX_MESSAGE_LEN
           
static int MAX_PARSE_DATA_LEN
           
static int MAX_SERVERINFO
           
static int MAX_STMT_LEN
           
static int MAX_SYMBOLS
           
static int MAX_TOKEN_LEN
           
static int MAX_VAR_TEXT
           
static int MSG_BUFFER_SIZE
           
static String PREF_CL_PREFIX
           
static int TYPE_COMMAND
           
static int TYPE_KEYWORD
           
static int TYPE_LABEL
           
static int TYPE_NAME
           
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values

CL_PRODUCT_CODE

static final String CL_PRODUCT_CODE
See Also:
Constant Field Values

CL_PARSE_TABLE

static final String CL_PARSE_TABLE
See Also:
Constant Field Values

MAX_FILENAME_LEN

static final int MAX_FILENAME_LEN
See Also:
Constant Field Values

MAX_MESSAGE_LEN

static final int MAX_MESSAGE_LEN
See Also:
Constant Field Values

MAX_PARSE_DATA_LEN

static final int MAX_PARSE_DATA_LEN
See Also:
Constant Field Values

MAX_VAR_TEXT

static final int MAX_VAR_TEXT
See Also:
Constant Field Values

MAX_STMT_LEN

static final int MAX_STMT_LEN
See Also:
Constant Field Values

MAX_TOKEN_LEN

static final int MAX_TOKEN_LEN
See Also:
Constant Field Values

MAX_KEYWORDS

static final int MAX_KEYWORDS
See Also:
Constant Field Values

MAX_CONTROLS

static final int MAX_CONTROLS
See Also:
Constant Field Values

MAX_SYMBOLS

static final int MAX_SYMBOLS
See Also:
Constant Field Values

MSG_BUFFER_SIZE

static final int MSG_BUFFER_SIZE
See Also:
Constant Field Values

MAX_SERVERINFO

static final int MAX_SERVERINFO
See Also:
Constant Field Values

FONT_NAME

static final char FONT_NAME
See Also:
Constant Field Values

FONT_BUILTIN

static final char FONT_BUILTIN
See Also:
Constant Field Values

FONT_COMMENT

static final char FONT_COMMENT
See Also:
Constant Field Values

FONT_ERROR

static final char FONT_ERROR
See Also:
Constant Field Values

FONT_LANGUAGE

static final char FONT_LANGUAGE
See Also:
Constant Field Values

FONT_LITERAL

static final char FONT_LITERAL
See Also:
Constant Field Values

FONT_KEYWORD

static final char FONT_KEYWORD
See Also:
Constant Field Values

FONT_LABEL

static final char FONT_LABEL
See Also:
Constant Field Values

FONT_NUMBER

static final char FONT_NUMBER
See Also:
Constant Field Values

FONT_COMMANDS

static final char FONT_COMMANDS
See Also:
Constant Field Values

FONT_PARAMETER

static final char FONT_PARAMETER
See Also:
Constant Field Values

FONT_SYMBOLS

static final char FONT_SYMBOLS
See Also:
Constant Field Values

FONT_VALUE

static final char FONT_VALUE
See Also:
Constant Field Values

FONT_LAYOUT

static final char FONT_LAYOUT
See Also:
Constant Field Values

PREF_CL_PREFIX

static final String PREF_CL_PREFIX
See Also:
Constant Field Values

TYPE_LABEL

static final int TYPE_LABEL
See Also:
Constant Field Values

TYPE_COMMAND

static final int TYPE_COMMAND
See Also:
Constant Field Values

TYPE_KEYWORD

static final int TYPE_KEYWORD
See Also:
Constant Field Values

TYPE_NAME

static final int TYPE_NAME
See Also:
Constant Field Values

INDENT_MAX_CMD_LEN

static final int INDENT_MAX_CMD_LEN
See Also:
Constant Field Values

INDENT_MAX_NOLIB_CMD_LEN

static final int INDENT_MAX_NOLIB_CMD_LEN
See Also:
Constant Field Values

INDENT_MAX_LABEL_LEN

static final int INDENT_MAX_LABEL_LEN
See Also:
Constant Field Values

INDENT_LABEL

static final int INDENT_LABEL
See Also:
Constant Field Values

INDENT_LABEL_BATCH

static final int INDENT_LABEL_BATCH
See Also:
Constant Field Values

INDENT_TO_CONT

static final int INDENT_TO_CONT
See Also:
Constant Field Values

INDENT_CMD_TO_PARM

static final int INDENT_CMD_TO_PARM
See Also:
Constant Field Values

INDENT_COMMAND

static final int INDENT_COMMAND
See Also:
Constant Field Values

INDENT_COMMAND_BATCH

static final int INDENT_COMMAND_BATCH
See Also:
Constant Field Values

INDENT_COMMAND_BATCH_CONT

static final int INDENT_COMMAND_BATCH_CONT
See Also:
Constant Field Values

INDENT_CMD_TO_PARM_CONT

static final int INDENT_CMD_TO_PARM_CONT
See Also:
Constant Field Values

ISERIES_UNKNOWN_FILE

static final int ISERIES_UNKNOWN_FILE
See Also:
Constant Field Values

ISERIES_CL

static final int ISERIES_CL
See Also:
Constant Field Values

ISERIES_CLLE

static final int ISERIES_CLLE
See Also:
Constant Field Values

ISERIES_CLP

static final int ISERIES_CLP
See Also:
Constant Field Values

ISERIES_CMD

static final int ISERIES_CMD
See Also:
Constant Field Values

ISERIES_BND

static final int ISERIES_BND
See Also:
Constant Field Values

_straSubroutineWords

static final String[] _straSubroutineWords

_straCallKeywords

static final String[] _straCallKeywords

_straPGMKeywords

static final String[] _straPGMKeywords

_straControlWords

static final String[] _straControlWords

_straKeywords

static final String[] _straKeywords

_straLoopStart

static final String[] _straLoopStart

_strLoopEnd

static final String _strLoopEnd
See Also:
Constant Field Values

_strSelectStart

static final String _strSelectStart
See Also:
Constant Field Values

_strSelectEnd

static final String _strSelectEnd
See Also:
Constant Field Values

_strSubroutineStart

static final String _strSubroutineStart
See Also:
Constant Field Values

_strSubroutineEnd

static final String _strSubroutineEnd
See Also:
Constant Field Values

_strPgmExpStart

static final String _strPgmExpStart
See Also:
Constant Field Values

_strPgmExpEnd

static final String _strPgmExpEnd
See Also:
Constant Field Values

_straSymbols

static final String[] _straSymbols

CLASS_SUBROUTINE

static final String CLASS_SUBROUTINE
See Also:
Constant Field Values

CLASS_LABEL

static final String CLASS_LABEL
See Also:
Constant Field Values

CLASS_COMMENTS

static final String CLASS_COMMENTS
See Also:
Constant Field Values

CLASS_CONTINUATION

static final String CLASS_CONTINUATION
See Also:
Constant Field Values

CLASS_INCLUDE

static final String CLASS_INCLUDE
See Also:
Constant Field Values

CLASS_CALL_KEYWORDS

static final String CLASS_CALL_KEYWORDS
See Also:
Constant Field Values

CLASS_PGM_KEYWORDS

static final String CLASS_PGM_KEYWORDS
See Also:
Constant Field Values

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.