story.scheherazade.prologuer.comlex
Interface COMLEXParserTokenTypes
- All Known Implementing Classes:
- COMLEXLexer, COMLEXParser
public interface COMLEXParserTokenTypes
Parser for COMLEX.
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
LITERAL_ORTH
static final int LITERAL_ORTH
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- 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
NULL
static final int NULL
- See Also:
- Constant Field Values
STARTNAMECHAR
static final int STARTNAMECHAR
- See Also:
- Constant Field Values
NAMEPART
static final int NAMEPART
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
SINGLELINE_COMMENT_DELIM
static final int SINGLELINE_COMMENT_DELIM
- See Also:
- Constant Field Values
HASH
static final int HASH
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
CARAT
static final int CARAT
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
PIPE
static final int PIPE
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- 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
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- See Also:
- Constant Field Values
LANGLE
static final int LANGLE
- See Also:
- Constant Field Values
RANGLE
static final int RANGLE
- See Also:
- Constant Field Values
EXCLAMATION
static final int EXCLAMATION
- See Also:
- Constant Field Values
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
SL_COMMENT
static final int SL_COMMENT
- See Also:
- Constant Field Values
Copyright © 2011 David K. Elson. All Rights Reserved.