Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Uses of Class
oracle.javatools.parser.AbstractLexer

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 CSSAtRuleLexer
          Code Editor lexer for other At-Rules which are added as part of other components (like ADF) inside CSS documents.
 class CSSDeclarationsLexer
          Code Editor lexer for style rules inside CSS documents.
 class CSSFontFaceRuleLexer
          Code Editor lexer for style rules inside CSS documents.
 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 CSSRuleSetLexer
          Code 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 DiffLexer
          The 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 GenericLexer
          The 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 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.
 

Uses of AbstractLexer in oracle.javatools.parser.java.v2.scanner
 

Subclasses of AbstractLexer in oracle.javatools.parser.java.v2.scanner
 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.
 

Uses of AbstractLexer in oracle.javatools.parser.plsql.old
 

Subclasses of AbstractLexer in oracle.javatools.parser.plsql.old
 class PlsqlLexer
          Based on the JavaLexer.
 

Uses of AbstractLexer in oracle.javatools.parser.plsql.syntax
 

Subclasses of AbstractLexer in oracle.javatools.parser.plsql.syntax
 class SqlLexer
           
 class SqlPlsqlLexer
          The 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 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.
 

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.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.