Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

com.ibm.lpex.hlasm
Interface HLAsmParserConstants


public interface HLAsmParserConstants

Constants for the HLAsm parser.


Field Summary
static short ALL_CASE
          Case-sensitivity level.
static short DEFAULT_CASE
          Case-sensitivity level.
static String DOCUMENT_BRANCH_COLORING
          Parser profile key.
static String DOCUMENT_CASE_LEVEL
          Parser profile key.
static String DOCUMENT_INSTRUCTION_COLORING
          Parser profile key.
static String MESSAGE_ID_BAD_KEYWORD
          Parser message id.
static String MESSAGE_ID_BAD_MACHINE
          Parser message id.
static String MESSAGE_ID_BAD_MACHINE_OP
          Parser message id.
static String MESSAGE_ID_BAD_POSITIONAL
          Parser message id.
static String MESSAGE_ID_DISPLAY_BRANCH_COL
          Parser message id.
static String MESSAGE_ID_DISPLAY_CASE_LEVEL
          Parser message id.
static String MESSAGE_ID_DISPLAY_COL_FILE
          Parser message id.
static String MESSAGE_ID_DISPLAY_CUSTOM_COL
          Parser message id.
static String MESSAGE_ID_MISSING_REQ_OP
          Parser message id.
static String MESSAGE_ID_TOO_FEW_OPS
          Parser message id.
static String MESSAGE_ID_TOO_MANY_OPS
          Parser message id.
static short NO_CASE
          Case-sensitivity level.
static String PARSER_CUSTOM_COLOR_FILE
          Parser profile key.
static String PARSER_OPEN_NEW_COMMANDS
          Parser profile key.
static String PROFILE_NAME
          The parser profile.
 

 

Field Detail

 

 

DOCUMENT_CASE_LEVEL

public static final String DOCUMENT_CASE_LEVEL

Parser profile key.

See Also:
Constant Field Values


 

 

DOCUMENT_BRANCH_COLORING

public static final String DOCUMENT_BRANCH_COLORING

Parser profile key.

See Also:
Constant Field Values


 

 

DOCUMENT_INSTRUCTION_COLORING

public static final String DOCUMENT_INSTRUCTION_COLORING

Parser profile key.

See Also:
Constant Field Values


 

 

PARSER_CUSTOM_COLOR_FILE

public static final String PARSER_CUSTOM_COLOR_FILE

Parser profile key.

See Also:
Constant Field Values


 

 

PARSER_OPEN_NEW_COMMANDS

public static final String PARSER_OPEN_NEW_COMMANDS

Parser profile key.

See Also:
Constant Field Values


 

 

PROFILE_NAME

public static final String PROFILE_NAME

The parser profile.

See Also:
Constant Field Values


 

 

ALL_CASE

public static final short ALL_CASE

Case-sensitivity level.

See Also:
Constant Field Values


 

 

DEFAULT_CASE

public static final short DEFAULT_CASE

Case-sensitivity level.

See Also:
Constant Field Values


 

 

NO_CASE

public static final short NO_CASE

Case-sensitivity level.

See Also:
Constant Field Values


 

 

MESSAGE_ID_BAD_KEYWORD

public static final String MESSAGE_ID_BAD_KEYWORD

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_BAD_POSITIONAL

public static final String MESSAGE_ID_BAD_POSITIONAL

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_MISSING_REQ_OP

public static final String MESSAGE_ID_MISSING_REQ_OP

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_TOO_MANY_OPS

public static final String MESSAGE_ID_TOO_MANY_OPS

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_TOO_FEW_OPS

public static final String MESSAGE_ID_TOO_FEW_OPS

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_DISPLAY_BRANCH_COL

public static final String MESSAGE_ID_DISPLAY_BRANCH_COL

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_DISPLAY_CUSTOM_COL

public static final String MESSAGE_ID_DISPLAY_CUSTOM_COL

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_DISPLAY_COL_FILE

public static final String MESSAGE_ID_DISPLAY_COL_FILE

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_DISPLAY_CASE_LEVEL

public static final String MESSAGE_ID_DISPLAY_CASE_LEVEL

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_BAD_MACHINE

public static final String MESSAGE_ID_BAD_MACHINE

Parser message id.

See Also:
Constant Field Values


 

 

MESSAGE_ID_BAD_MACHINE_OP

public static final String MESSAGE_ID_BAD_MACHINE_OP

Parser message id.

See Also:
Constant Field Values


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD