Uses of Interface
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.SuggestionProvider
Packages that use SuggestionProvider
Package
Description
Content assist for the Object Query Language pane, including suggesting
class names and highlighting keywords.
-
Uses of SuggestionProvider in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
Classes in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist that implement SuggestionProviderModifier and TypeClassDescriptionclass
Provides the list of built-in functions that start with the provided context String.class
Provides the list of classnames in the snapshot that starts with the provided context String.class
Provides the list of classnames in the snapshot that starts with the provided context String.class
Combines the results of several suggestion providers.class
Provides the list of properties in the snapshot that starts with the provided context String.Constructors in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist with parameters of type SuggestionProviderModifierConstructorDescriptionOQLContentAssistantProcessor
(SuggestionProvider suggestionProvider, ContextExtractor extractor) Base constructor that initializes suggestion provider and extractor.