|
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 AbstractLexer | |
|---|---|
| oracle.javatools.parser.css | |
| oracle.javatools.parser.diff | |
| 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. |
| oracle.javatools.parser.html | |
| oracle.javatools.parser.java.v2.scanner | The parser's scanner API. |
| oracle.javatools.parser.plsql.old | |
| oracle.javatools.parser.plsql.syntax | |
| oracle.javatools.parser.properties | |
| oracle.jdeveloper.java.editing | |
| Uses of AbstractLexer in oracle.javatools.parser.css |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.css | |
|---|---|
class |
CSSAtRuleLexerCode Editor lexer for other At-Rules which are added as part of other components (like ADF) inside CSS documents. |
class |
CSSDeclarationsLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSFontFaceRuleLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSImportRuleLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSLexerCode Editor lexer for CSS documents. |
class |
CSSMediaRuleLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSNamespaceRuleLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSPageRuleLexerCode Editor lexer for style rules inside CSS documents. |
class |
CSSPseudoRuleSetLexer |
class |
CSSRuleSetLexerCode Editor lexer for style rules inside CSS documents. |
| Uses of AbstractLexer in oracle.javatools.parser.diff |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.diff | |
|---|---|
class |
DiffLexerThe DiffLexer is an implementation of the Lexer interface for a *.diff or *.patch file. |
| Uses of AbstractLexer in oracle.javatools.parser.generic |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.generic | |
|---|---|
class |
GenericLexerThe GenericLexer is a concrete implementation of the Lexer interface that can be used to lex Language implementations. |
| Uses of AbstractLexer in oracle.javatools.parser.html |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.html | |
|---|---|
class |
HTMLLexerThe HTMLLexer is an implementation of the Lexer interface for the HTML language. |
class |
TagLexerThe TagLexer is an implementation of the Lexer interface for lexing an HTML tag. |
| Uses of AbstractLexer in oracle.javatools.parser.java.v2.scanner |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.java.v2.scanner | |
|---|---|
class |
ArrayedLexerLexer based on a precalculated array of tokens. |
class |
FastLexerThe FastLexer features two optimizations that make it faster than having just a Lexer. |
class |
JavadocLexerThe JavaDocLexer is an implementation of the Lexer interface for tokenizing a Java language documentation comment ("doc comment" aka, in violation of copyright, "Javadoc comment"). |
class |
JavaLexerThe JavaLexer is an implementation of the Lexer interface for the Source language. |
| Uses of AbstractLexer in oracle.javatools.parser.plsql.old |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.plsql.old | |
|---|---|
class |
PlsqlLexerBased on the JavaLexer. |
| Uses of AbstractLexer in oracle.javatools.parser.plsql.syntax |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.plsql.syntax | |
|---|---|
class |
SqlLexer |
class |
SqlPlsqlLexerThe SqlPlsqlLexer is used by the code editor only to highlight both the sql and plsql keywords. |
| Uses of AbstractLexer in oracle.javatools.parser.properties |
|---|
| Subclasses of AbstractLexer in oracle.javatools.parser.properties | |
|---|---|
class |
DefinitionLexerThe DefinitionLexer is an implementation of the Lexer interface for lexing a property definition. |
class |
PropertiesLexerThe PropertiesLexer is an implementation of the Lexer interface for a *.properties or *.rts file. |
| Uses of AbstractLexer in oracle.jdeveloper.java.editing |
|---|
| Methods in oracle.jdeveloper.java.editing that return AbstractLexer | |
|---|---|
protected abstract AbstractLexer |
AbstractEditingPlugin.getLexer()Get the lexer. |
|
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 | |||||||||