Uses of Interface
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.ContextExtractor
Packages that use ContextExtractor
Package
Description
Content assist for the Object Query Language pane, including suggesting
class names and highlighting keywords.
-
Uses of ContextExtractor in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
Classes in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist that implement ContextExtractorModifier and TypeClassDescriptionclass
Context extractor to be used in the SELECT and WHERE clause of a query.class
Context extractor to be used in the FROM clause of a query.Constructors in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist with parameters of type ContextExtractorModifierConstructorDescriptionOQLContentAssistantProcessor
(SuggestionProvider suggestionProvider, ContextExtractor extractor) Base constructor that initializes suggestion provider and extractor.