Uses of Class
org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer

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

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

Subclasses of ParsingBasedProposalComputer in org.eclipse.cdt.internal.ui.text.contentassist
 class DOMCompletionProposalComputer
          Searches the DOM (both the AST and the index) for completion proposals.
 class HelpCompletionProposalComputer
           
 class KeywordCompletionProposalComputer
           
 class LegacyCompletionProposalComputer
          A proposal computer for handling the legacy extensions from the org.eclipse.cdt.core.completionContributors extension point.