Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTCompletionNode

Packages that use IASTCompletionNode
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.model   
 

Uses of IASTCompletionNode in org.eclipse.cdt.core.dom.ast
 

Classes in org.eclipse.cdt.core.dom.ast that implement IASTCompletionNode
 class ASTCompletionNode
           
 

Uses of IASTCompletionNode in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return IASTCompletionNode
 IASTCompletionNode ILanguage.getCompletionNode(org.eclipse.cdt.core.parser.CodeReader reader, org.eclipse.cdt.core.parser.IScannerInfo scanInfo, org.eclipse.cdt.core.dom.ICodeReaderFactory fileCreator, org.eclipse.cdt.core.index.IIndex index, org.eclipse.cdt.core.parser.IParserLogService log, int offset)
          Return the AST completion node for the given offset.
 IASTCompletionNode ITranslationUnit.getCompletionNode(org.eclipse.cdt.core.index.IIndex index, int style, int offset)
          Return the completion node using the given index and parsing style at the given offset.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.