org.eclipse.cdt.internal.ui.text.contentassist
Class DOMCompletionProposalComputer

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer
      extended by org.eclipse.cdt.internal.ui.text.contentassist.DOMCompletionProposalComputer
All Implemented Interfaces:
ICompletionProposalComputer

public class DOMCompletionProposalComputer
extends ParsingBasedProposalComputer

Searches the DOM (both the AST and the index) for completion proposals.

Author:
Bryan Wilkinson

Constructor Summary
DOMCompletionProposalComputer()
          Default constructor is required (executable extension).
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer
computeCompletionProposals, computeContextInformation, getErrorMessage, sessionEnded, sessionStarted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMCompletionProposalComputer

public DOMCompletionProposalComputer()
Default constructor is required (executable extension).