| Package | Description |
|---|---|
| oracle.javatools.parser.generic |
The
Generic Lexer package is a basic set of classes to
help in quickly prototyping a lexer/scanner for a given language. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericLexer
The
GenericLexer is a concrete implementation of the
Lexer interface that can be used to lex
Language implementations. |
class |
Language
The
Language interface provides methods for providing
basic details of a language, such as the keywords, the comment
delimiters, and the quote delimiters of a language. |