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 | Field and Description |
---|---|
protected GenericLexer |
GenericBraceProvider.lexer
The lexer to use for the language.
|
Constructor and Description |
---|
GenericBraceProvider(LanguageSupport support, Language language, GenericLexer lexerToUse)
Constructs a new GenericBraceProvider associated with the given LanguageSupport and language instance.
|