Interface | Description |
---|---|
PlsqlSyntaxCodes | |
PlsqlTokens |
The
PlsqlTokens interface defines the constants for the
various tokens of the Plsql Language. |
Class | Description |
---|---|
PlsqlLexer |
Based on the JavaLexer.
|
PlsqlParser |
Entrypoint into the Plsql parser.
|
PlsqlParser.ParsingOptions |
ParsingOptions is an encapsulation of the various parsing options
available in the PlsqlParser.
|
PlsqlSyntaxRecognizer | |
PlsqlTreeGenerator |
The TreeGenerator is the glue between the SyntaxRecognizer and
the SymbolFactory.
|
PlsqlUtilities |