Uses of Interface
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.ContextExtractor

Packages that use ContextExtractor
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
 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
OQLContentAssistantProcessor(SuggestionProvider suggestionProvider, ContextExtractor extractor)
          Base constructor that initializes suggestion provider and extractor.