net.hydromatic.clapham.parser.bnf
Interface BnfParserConstants
- All Known Implementing Classes:
- BnfParser, BnfParserTokenManager
public interface BnfParserConstants
-
-
EOF
static final int EOF
- 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
HOOK
static final int HOOK
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
ASTERISK
static final int ASTERISK
- See Also:
- Constant Field Values
COLCOLEQ
static final int COLCOLEQ
- See Also:
- Constant Field Values
BAR
static final int BAR
- See Also:
- Constant Field Values
QUOT
static final int QUOT
- See Also:
- Constant Field Values
BRACKETED_IDENTIFIER
static final int BRACKETED_IDENTIFIER
- See Also:
- Constant Field Values
LITERAL
static final int LITERAL
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage