Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.gnu.c | |
org.eclipse.cdt.core.dom.ast.gnu.cpp | |
org.eclipse.cdt.core.dom.parser | |
org.eclipse.cdt.core.model |
Modifier and Type | Class and Description |
---|---|
class |
GCCLanguage
Concrete ILanguage implementation for the DOM C parser.
|
Modifier and Type | Class and Description |
---|---|
class |
GPPLanguage
Concrete ILanguage implementation for the DOM C++ parser.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage
This class provides a skeletal implementation of the ILanguage interface
for the DOM parser framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLanguage
Models the differences between various languages.
|
class |
AssemblyLanguage
Built-in language for assembly files.
|
Modifier and Type | Method and Description |
---|---|
ILanguage |
ILanguageDescriptor.getLanguage() |
ILanguage |
ITranslationUnit.getLanguage()
Return the language for this translation unit.
|
ILanguage |
LanguageManager.getLanguage(IContentType contentType) |
ILanguage |
LanguageManager.getLanguage(IContentType contentType,
IProject project)
Returns language binding to a particular content type for given project.
|
ILanguage |
LanguageManager.getLanguage(IContentType contentType,
IProject project,
org.eclipse.cdt.core.settings.model.ICConfigurationDescription configurationDescription)
Returns language binding to a particular content type for given project.
|
ILanguage |
LanguageManager.getLanguage(java.lang.String id) |
ILanguage |
LanguageManager.getLanguageForContentTypeID(java.lang.String contentTypeID) |
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,
java.lang.String contentTypeId)
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)
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,
java.lang.String contentTypeID)
Returns an ILanguage representing the language to be used for the given file.
|
ILanguage |
LanguageManager.getLanguageForFile(java.lang.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.getRegisteredLanguages()
Returns all of the languages registered with the
Platform . |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.