Package | Description |
---|---|
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist |
Content assist for the Object Query Language pane, including suggesting
class names and highlighting keywords.
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltinSuggestionProvider
Provides the list of built-in functions that start with the provided
context String.
|
class |
ClassesSuggestionProvider
Provides the list of classnames in the snapshot that starts with the provided
context String.
|
class |
FieldsSuggestionProvider
Provides the list of classnames in the snapshot that starts with the provided
context String.
|
class |
MultiSuggestionProvider
Combines the results of several suggestion providers.
|
class |
PropertySuggestionProvider
Provides the list of properties in the snapshot that starts with the provided
context String.
|
Constructor and Description |
---|
MultiSuggestionProvider(SuggestionProvider... l) |
OQLContentAssistantProcessor(SuggestionProvider suggestionProvider,
ContextExtractor extractor)
Base constructor that initializes suggestion provider and extractor.
|