plp.expressions1.parser
Interface Exp1ParserConstants
- All Known Implementing Classes:
- Exp1Parser, Exp1ParserTokenManager
public interface Exp1ParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
REAL_LITERAL
static final int REAL_LITERAL
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
- See Also:
- Constant Field Values
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
static final int HEX_LITERAL
- See Also:
- Constant Field Values
OCTAL_LITERAL
static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- 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
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
BANG
static final int BANG
- See Also:
- Constant Field Values
TILDE
static final int TILDE
- See Also:
- Constant Field Values
HOOK
static final int HOOK
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
SC_OR
static final int SC_OR
- See Also:
- Constant Field Values
SC_AND
static final int SC_AND
- See Also:
- Constant Field Values
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
BIT_AND
static final int BIT_AND
- See Also:
- Constant Field Values
BIT_OR
static final int BIT_OR
- See Also:
- Constant Field Values
XOR
static final int XOR
- See Also:
- Constant Field Values
REM
static final int REM
- See Also:
- Constant Field Values
ORDEM
static final int ORDEM
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage