Package | Description |
---|---|
oracle.javatools.parser |
The
Parser package is a basic framework of interfaces for building a lexer or parser for various document types. |
oracle.javatools.parser.plsql.old | |
oracle.javatools.parser.plsql.old.symbol |
Modifier and Type | Method and Description |
---|---|
void |
SyntaxListener.receive(SyntaxToken token, int code)
The SyntaxToken becomes invalid after the call.
|
Modifier and Type | Method and Description |
---|---|
void |
PlsqlTreeGenerator.receive(SyntaxToken token, int syntaxCode)
Receive one token from the syntax stream.
|
Modifier and Type | Method and Description |
---|---|
PlsqlSymbol |
PlsqlSymbolFactory.createAndFinishErrorSymbol(SyntaxToken token, CommonRoot root) |
PlsqlSymbol |
PlsqlSymbolFactory.createSymbol(SyntaxToken token, PlsqlSymbol parent)
Creates an empty symbol.
|
void |
PlsqlSymbolFactory.finishSymbol(PlsqlSymbol symbol, SyntaxToken token, ReadTextBuffer buffer)
Finishes a symbol's setup by looking at the symbol's syntax code and doing the appropriate wiring.
|