Uses of Interface
org.eclipse.cdt.ui.text.contentassist.ICompletionProposalComputer

Packages that use ICompletionProposalComputer
org.eclipse.cdt.internal.ui.text.contentassist   
 

Uses of ICompletionProposalComputer in org.eclipse.cdt.internal.ui.text.contentassist
 

Classes in org.eclipse.cdt.internal.ui.text.contentassist that implement ICompletionProposalComputer
 class DOMCompletionProposalComputer
          Searches the DOM (both the AST and the index) for completion proposals.
 class HelpCompletionProposalComputer
           
 class HippieProposalComputer
          A computer wrapper for the hippie processor.
 class KeywordCompletionProposalComputer
           
 class LegacyCompletionProposalComputer
          A proposal computer for handling the legacy extensions from the org.eclipse.cdt.core.completionContributors extension point.
 class ParsingBasedProposalComputer
          The base class for any proposal computers that require a completion node in order to determine its completion proposals.
 class TemplateCompletionProposalComputer
          A completion proposal computer for templates.