Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.editor
Interface IISeriesEditorConstantsRPG

All Superinterfaces:
IISeriesEditorConstantsColors
All Known Subinterfaces:
IISeriesEditorConstantsRPGILE, IISeriesEditorConstantsRPGOPM
All Known Implementing Classes:
ISeriesEditorRPGILEFormatLine, ISeriesEditorRPGILEFreeFormConverter, ISeriesEditorRPGILEParser, ISeriesEditorRPGILEPrompter, ISeriesEditorRPGILESQLParser, ISeriesEditorRPGILESyntaxChecker, ISeriesEditorRPGILETokenizer, ISeriesEditorRPGOPMFormatLine, ISeriesEditorRPGOPMParser, ISeriesEditorRPGOPMPrompter, ISeriesEditorRPGOPMTokenizer, ISeriesEditorUtilities

public interface IISeriesEditorConstantsRPG
extends IISeriesEditorConstantsColors


Field Summary
static String[] _straSQLWords
           
static String[] _straSQLWordsWithComment
           
static String CMD_SETFORMATLINETEXT
           
static String CMD_SETTABS
           
static int COLUMN_C_FREE
           
static int COLUMN_C_OPCODE
           
static int COLUMN_COMMENT
           
static int COLUMN_FACTOR1
           
static int COLUMN_FACTOR2
           
static int COLUMN_KEYWORDS
           
static int COLUMN_PROC_NAME_BEGIN
           
static int COLUMN_PROC_NAME_END
           
static int COLUMN_PROC_SPEC
           
static int COLUMN_SPEC
           
static String copyright
           
static String FIELD_FACTOR1
           
static String FIELD_FACTOR2
           
static String FIELD_FROM
           
static String FIELD_OPCODE
           
static String FIELD_TOLENGTH
           
static int OPM_COLUMN_FACTOR1
           
 
Fields inherited from interface com.ibm.etools.iseries.edit.IISeriesEditorConstantsColors
COLOR_BLACK_WHITE, COLOR_BLUE_WHITE, COLOR_BRIGHTBLUE_WHITE, COLOR_BRIGHTGREEN_WHITE, COLOR_BRIGHTGREY_WHITE, COLOR_BRIGHTPINK_WHITE, COLOR_BRIGHTRED_WHITE, COLOR_BRIGHTRED_WHITE_SQUIGGLE, COLOR_BROWN_WHITE, COLOR_CYAN_WHITE, COLOR_DARK_BROWN_WHITE, COLOR_ERROR_HIGHLIGHT, COLOR_GREEN_WHITE, COLOR_GREY_WHITE, COLOR_HIGHLIGHT, COLOR_MAGENTA_WHITE, COLOR_PINK_WHITE, COLOR_RED_WHITE, COLOR_WHITE_BRIGHTRED
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values

COLUMN_SPEC

static final int COLUMN_SPEC
See Also:
Constant Field Values

COLUMN_C_FREE

static final int COLUMN_C_FREE
See Also:
Constant Field Values

COLUMN_C_OPCODE

static final int COLUMN_C_OPCODE
See Also:
Constant Field Values

COLUMN_FACTOR1

static final int COLUMN_FACTOR1
See Also:
Constant Field Values

OPM_COLUMN_FACTOR1

static final int OPM_COLUMN_FACTOR1
See Also:
Constant Field Values

COLUMN_PROC_NAME_BEGIN

static final int COLUMN_PROC_NAME_BEGIN
See Also:
Constant Field Values

COLUMN_PROC_NAME_END

static final int COLUMN_PROC_NAME_END
See Also:
Constant Field Values

COLUMN_PROC_SPEC

static final int COLUMN_PROC_SPEC
See Also:
Constant Field Values

COLUMN_FACTOR2

static final int COLUMN_FACTOR2
See Also:
Constant Field Values

COLUMN_KEYWORDS

static final int COLUMN_KEYWORDS
See Also:
Constant Field Values

COLUMN_COMMENT

static final int COLUMN_COMMENT
See Also:
Constant Field Values

_straSQLWords

static final String[] _straSQLWords

_straSQLWordsWithComment

static final String[] _straSQLWordsWithComment

FIELD_FACTOR1

static final String FIELD_FACTOR1
See Also:
Constant Field Values

FIELD_FACTOR2

static final String FIELD_FACTOR2
See Also:
Constant Field Values

FIELD_OPCODE

static final String FIELD_OPCODE
See Also:
Constant Field Values

FIELD_FROM

static final String FIELD_FROM
See Also:
Constant Field Values

FIELD_TOLENGTH

static final String FIELD_TOLENGTH
See Also:
Constant Field Values

CMD_SETTABS

static final String CMD_SETTABS
See Also:
Constant Field Values

CMD_SETFORMATLINETEXT

static final String CMD_SETFORMATLINETEXT
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.