Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
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 |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractLexer |
AbstractEditingPlugin.getLexer()
Get the lexer.
|
Modifier and Type | Class and Description |
---|---|
class |
CSSAtRuleLexer
Code Editor lexer for other At-Rules which are added as part of other
components (like ADF) inside CSS documents.
|
class |
CSSCounterStyleRuleLexer |
class |
CSSDeclarationsLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSFontFaceRuleLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSGenericAtRuleLexer |
class |
CSSImportRuleLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSLexer
Code Editor lexer for CSS documents.
|
class |
CSSMediaRuleLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSNamespaceRuleLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSPageRuleLexer
Code Editor lexer for style rules inside CSS documents.
|
class |
CSSPseudoRuleSetLexer |
class |
CSSRegionRuleLexer
For lexing @region in http://www.w3.org/TR/css3-regions/
|
class |
CSSRuleSetLexer
Code Editor lexer for style rules inside CSS documents.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffLexer
The
DiffLexer is an implementation of the
Lexer interface for a *.diff or *.patch file. |
Modifier and Type | Class and Description |
---|---|
class |
GenericLexer
The
GenericLexer is a concrete implementation of the
Lexer interface that can be used to lex
Language implementations. |
Modifier and Type | Class and Description |
---|---|
class |
HTMLLexer
The
HTMLLexer is an implementation of the
Lexer interface for the HTML language. |
class |
TagLexer
The
TagLexer is an implementation of the
Lexer interface for lexing an HTML tag. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayedLexer
Lexer based on a precalculated array of tokens.
|
class |
FastLexer
The FastLexer features two optimizations that make it faster than
having just a Lexer.
|
class |
JavadocLexer
The
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 |
JavaLexer
The
JavaLexer is an implementation of the Lexer
interface for the Source language. |
Modifier and Type | Class and Description |
---|---|
class |
PlsqlLexer
Based on the JavaLexer.
|
Modifier and Type | Class and Description |
---|---|
class |
SqlLexer
Deprecated.
the javatools sql parser is no longer supported. For working with
sql queries see the utilities in package oracle.javatools.db.sql
|
class |
SqlPlsqlLexer
The SqlPlsqlLexer is used by the code editor only to highlight both the sql and plsql keywords.
|
Modifier and Type | Class and Description |
---|---|
class |
DefinitionLexer
The
DefinitionLexer is an implementation of the
Lexer interface for lexing a property definition. |
class |
PropertiesLexer
The
PropertiesLexer is an implementation of the
Lexer interface for a *.properties or *.rts file. |