Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.ILanguage

Packages that use ILanguage
org.eclipse.cdt.core.dom.ast.gnu.c   
org.eclipse.cdt.core.dom.ast.gnu.cpp   
org.eclipse.cdt.core.dom.parser.c   
org.eclipse.cdt.core.dom.parser.cpp   
org.eclipse.cdt.core.model   
 

Uses of ILanguage in org.eclipse.cdt.core.dom.ast.gnu.c
 

Classes in org.eclipse.cdt.core.dom.ast.gnu.c that implement ILanguage
 class GCCLanguage
           
 

Uses of ILanguage in org.eclipse.cdt.core.dom.ast.gnu.cpp
 

Classes in org.eclipse.cdt.core.dom.ast.gnu.cpp that implement ILanguage
 class GPPLanguage
           
 

Uses of ILanguage in org.eclipse.cdt.core.dom.parser.c
 

Classes in org.eclipse.cdt.core.dom.parser.c that implement ILanguage
 class org.eclipse.cdt.core.dom.parser.c.AbstractCLanguage
          Abstract C language.
 

Uses of ILanguage in org.eclipse.cdt.core.dom.parser.cpp
 

Classes in org.eclipse.cdt.core.dom.parser.cpp that implement ILanguage
 class org.eclipse.cdt.core.dom.parser.cpp.AbstractCPPLanguage
          Abstract C++ language.
 

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

Classes in org.eclipse.cdt.core.model that implement ILanguage
 class AbstractLanguage
          Models the differences between various languages.
 

Methods in org.eclipse.cdt.core.model that return ILanguage
 ILanguage ILanguageDescriptor.getLanguage()
           
 ILanguage LanguageManager.getLanguage(String id)
           
 ILanguage[] LanguageManager.getRegisteredLanguages()
          Returns all of the languages registered with the Platform.
 ILanguage LanguageManager.getLanguageForFile(String fullPathToFile, IProject project, org.eclipse.cdt.core.settings.model.ICConfigurationDescription configuration)
          Returns an ILanguage representing the language to be used for the given file.
 ILanguage LanguageManager.getLanguageForFile(IPath pathToFile, IProject project, org.eclipse.cdt.core.settings.model.ICConfigurationDescription configuration, String contentTypeID)
          Returns an ILanguage representing the language to be used for the given file.
 ILanguage LanguageManager.getLanguageForFile(IFile file, org.eclipse.cdt.core.settings.model.ICConfigurationDescription configuration)
          Returns an ILanguage representing the language to be used for the given file.
 ILanguage LanguageManager.getLanguageForFile(IFile file, org.eclipse.cdt.core.settings.model.ICConfigurationDescription configuration, String contentTypeId)
          Returns an ILanguage representing the language to be used for the given file.
 ILanguage ITranslationUnit.getLanguage()
          Return the language for this translation unit.
 


Eclipse CDT
Pre-release 3.0

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