Parser Matrix Constants
Constants
- COLUMN_NAME
The column the name is located. @enum {number}
- ROW_NAME
The row the name is located. @enum {number}
- COLUMN_SHORT_NAME
The column the short name is located. @enum {number}
- ROW_SHORT_NAME
The row the short name is located. @enum {number}
- COLUMN_POSITION_NAME
The column the position is located. @enum {number}
- ROW_POSITION_NAME
The row the position is located. @enum {number}
- COLUMN_EXECUTE
The column the execute value is located. @enum {number}
- ROW_EXECUTE
The row the execute value is located. @enum {number}
- COLUMN_GENERATOR
The column the generator command is located. @enum {number}
- ROW_GENERATOR
The row the generator command is located. @enum {number}
- COLUMN_DESCRIPTION
The column the description is located. @enum {number}
- ROW_DESCRIPTION
The row the description is located. @enum {number}
- START_COLUMN_DATA
The column the data matrix starts. @enum {number}
- START_ROW_DATA
The row the data matrix starts. @enum {number}
- KEY_TABLE_START
The identifier for the matrix table. @enum {string}
COLUMN_NAME
The column the name is located. @enum {number}
ROW_NAME
The row the name is located. @enum {number}
COLUMN_SHORT_NAME
The column the short name is located. @enum {number}
ROW_SHORT_NAME
The row the short name is located. @enum {number}
COLUMN_POSITION_NAME
The column the position is located. @enum {number}
ROW_POSITION_NAME
The row the position is located. @enum {number}
COLUMN_EXECUTE
The column the execute value is located. @enum {number}
ROW_EXECUTE
The row the execute value is located. @enum {number}
COLUMN_GENERATOR
The column the generator command is located. @enum {number}
ROW_GENERATOR
The row the generator command is located. @enum {number}
COLUMN_DESCRIPTION
The column the description is located. @enum {number}
ROW_DESCRIPTION
The row the description is located. @enum {number}
START_COLUMN_DATA
The column the data matrix starts. @enum {number}
START_ROW_DATA
The row the data matrix starts. @enum {number}
KEY_TABLE_START
The identifier for the matrix table. @enum {string}
Kind: global constant