| Package | Description | 
|---|---|
| oracle.javatools.editor.language | 
 The Language package is a subset of the Editor package, and is the
framework for extending the editor with color syntax highlighting,
brace matching, and other language or content-specific editing
features. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LexerDocumentRenderer.DefaultLexerOffsetsCache
The  
DefaultLexerOffsetsCache provides rapid access for
 offsets that correspond to the start of a language token. | 
| Modifier and Type | Field and Description | 
|---|---|
protected LexerOffsetsCache | 
LexerDocumentRenderer.offsetsCache
The offsets cache to quickly locate token start offsets. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LexerOffsetsCache | 
LexerDocumentRenderer.createOffsetsCache(LexerDocumentRenderer renderer)  | 
LexerOffsetsCache | 
LexerDocumentRenderer.getOffsetsCache()
Fetches a LexerOffsetsCache that we can use to speed up the
 location of token starts for the purposes of rendering. 
 |