Uses of Interface
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.ContextExtractor
-
Packages that use ContextExtractor 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. -
-
Uses of ContextExtractor in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
Classes in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist that implement ContextExtractor Modifier and Type Class Description class
AttributeExtractor
Context extractor to be used in the SELECT and WHERE clause of a query.class
ClassNameExtractor
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 ContextExtractor Constructor Description OQLContentAssistantProcessor(SuggestionProvider suggestionProvider, ContextExtractor extractor)
Base constructor that initializes suggestion provider and extractor.
-