com.jeffpalm.bib
Interface BibParserConstants
- All Known Implementing Classes:
- BibParser, BibParserTokenManager
public interface BibParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
INT_LITERAL
static final int INT_LITERAL
- See Also:
- Constant Field Values
STRING_LITERAL1
static final int STRING_LITERAL1
- See Also:
- Constant Field Values
STRING_LITERAL2
static final int STRING_LITERAL2
- 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
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage