| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxToken | |
|---|---|
| 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 | |
| Uses of SyntaxToken in oracle.javatools.parser | 
|---|
| Methods in oracle.javatools.parser with parameters of type SyntaxToken | |
|---|---|
 void | 
SyntaxListener.receive(SyntaxToken token, int code)The SyntaxToken becomes invalid after the call.  | 
| Uses of SyntaxToken in oracle.javatools.parser.plsql.old | 
|---|
| Methods in oracle.javatools.parser.plsql.old with parameters of type SyntaxToken | |
|---|---|
 void | 
PlsqlTreeGenerator.receive(SyntaxToken token, int syntaxCode)Receive one token from the syntax stream.  | 
| Uses of SyntaxToken in oracle.javatools.parser.plsql.old.symbol | 
|---|
| Methods in oracle.javatools.parser.plsql.old.symbol with parameters of type SyntaxToken | |
|---|---|
 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.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||