| Package | Description |
|---|---|
| oracle.javatools.db.plsql |
Utility classes for working with (for example parsing) PL/SQL.
|
| oracle.javatools.db.token |
| Class and Description |
|---|
| Token
A Token represents a lexical unit, either an alphanumeric identifier, a
string or numeric literal, a comment or whitespace etc.
|
| Token.Type
The type of Token
|
| Tokenizer.Config
Configuration object that drives the tokenization
|
| Tokenizer.TokenFactory
Token factory which will create subclass of Token if required
|
| TokenPattern
TokenPattern works in collaboration with the
Tokenizerto provide a
search mechanism for Tokens (typically of SQL or PL/SQL). |
| TokenPattern.PatternResult
The results of a test of a sequence of Tokens against a TokenPattern.
|
| Class and Description |
|---|
| Token
A Token represents a lexical unit, either an alphanumeric identifier, a
string or numeric literal, a comment or whitespace etc.
|
| Token.Type
The type of Token
|
| Tokenizer.Config
Configuration object that drives the tokenization
|
| Tokenizer.TokenFactory
Token factory which will create subclass of Token if required
|
| TokenPattern.PatternResult
The results of a test of a sequence of Tokens against a TokenPattern.
|