com.ibm.lpex.cc
Interface LpexPliParserConstants
- All Known Implementing Classes:
- LpexPliParserTokenManager
public interface LpexPliParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
EOL
static final int EOL
- See Also:
- Constant Field Values
COMMENT_END
static final int COMMENT_END
- See Also:
- Constant Field Values
EXECCOMMENT_END
static final int EXECCOMMENT_END
- See Also:
- Constant Field Values
EOC
static final int EOC
- See Also:
- Constant Field Values
PROCESS
static final int PROCESS
- See Also:
- Constant Field Values
PROC
static final int PROC
- See Also:
- Constant Field Values
ENTRY
static final int ENTRY
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
DO
static final int DO
- See Also:
- Constant Field Values
END
static final int END
- See Also:
- Constant Field Values
DCL
static final int DCL
- See Also:
- Constant Field Values
ENVIRONMENT
static final int ENVIRONMENT
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
LABEL
static final int LABEL
- See Also:
- Constant Field Values
PT
static final int PT
- See Also:
- Constant Field Values
PPT
static final int PPT
- See Also:
- Constant Field Values
PERCENT
static final int PERCENT
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
LPAREN_COLON
static final int LPAREN_COLON
- See Also:
- Constant Field Values
COLON_RPAREN
static final int COLON_RPAREN
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
SUB
static final int SUB
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
EXP
static final int EXP
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
ADD_ASSIGN
static final int ADD_ASSIGN
- See Also:
- Constant Field Values
SUB_ASSIGN
static final int SUB_ASSIGN
- See Also:
- Constant Field Values
MUL_ASSIGN
static final int MUL_ASSIGN
- See Also:
- Constant Field Values
DIV_ASSIGN
static final int DIV_ASSIGN
- See Also:
- Constant Field Values
AND_ASSIGN
static final int AND_ASSIGN
- See Also:
- Constant Field Values
EXP_ASSIGN
static final int EXP_ASSIGN
- See Also:
- Constant Field Values
EXEC
static final int EXEC
- See Also:
- Constant Field Values
SQL
static final int SQL
- See Also:
- Constant Field Values
CICS
static final int CICS
- See Also:
- Constant Field Values
DLI
static final int DLI
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
DQUOTE
static final int DQUOTE
- See Also:
- Constant Field Values
DBCSDQUOTE
static final int DBCSDQUOTE
- See Also:
- Constant Field Values
SQUOTE
static final int SQUOTE
- See Also:
- Constant Field Values
DBCSSQUOTE
static final int DBCSSQUOTE
- See Also:
- Constant Field Values
POSTLIT
static final int POSTLIT
- See Also:
- Constant Field Values
dbPOSTLIT
static final int dbPOSTLIT
- See Also:
- Constant Field Values
CONT_DQUOTE
static final int CONT_DQUOTE
- See Also:
- Constant Field Values
CONT_DQUOTE_CONT
static final int CONT_DQUOTE_CONT
- See Also:
- Constant Field Values
CONT_DBCSDQUOTE
static final int CONT_DBCSDQUOTE
- See Also:
- Constant Field Values
CONT_DBCSDQUOTE_CONT
static final int CONT_DBCSDQUOTE_CONT
- See Also:
- Constant Field Values
CONT_SQUOTE
static final int CONT_SQUOTE
- See Also:
- Constant Field Values
CONT_SQUOTE_CONT
static final int CONT_SQUOTE_CONT
- See Also:
- Constant Field Values
CONT_DBCSSQUOTE
static final int CONT_DBCSSQUOTE
- See Also:
- Constant Field Values
CONT_DBCSSQUOTE_CONT
static final int CONT_DBCSSQUOTE_CONT
- See Also:
- Constant Field Values
WORD
static final int WORD
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
ANY_OTHER
static final int ANY_OTHER
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
COMMENT_TO_EOL
static final int COMMENT_TO_EOL
- See Also:
- Constant Field Values
IN_EXEC
static final int IN_EXEC
- See Also:
- Constant Field Values
IN_COMMENT
static final int IN_COMMENT
- See Also:
- Constant Field Values
IN_EXECCOMMENT
static final int IN_EXECCOMMENT
- See Also:
- Constant Field Values
IN_COMMENT_TO_EOL
static final int IN_COMMENT_TO_EOL
- See Also:
- Constant Field Values
IN_DQUOTE
static final int IN_DQUOTE
- See Also:
- Constant Field Values
IN_DBCSDQUOTE
static final int IN_DBCSDQUOTE
- See Also:
- Constant Field Values
IN_SQUOTE
static final int IN_SQUOTE
- See Also:
- Constant Field Values
IN_DBCSSQUOTE
static final int IN_DBCSSQUOTE
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2012 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.