net.hydromatic.clapham.parser.wirth
Interface WirthParserConstants
- All Known Implementing Classes:
- WirthParser, WirthParserTokenManager
public interface WirthParserConstants
-
-
EOF
static final int EOF
- See Also:
- Constant Field Values
LITERAL
static final int 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
DOT
static final int DOT
- See Also:
- Constant Field Values
EQ
static final int EQ
- 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
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage