|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICLanguageKeywords
This is an optional extension interface to ILanguage
which allows
a C/C++ language variant to expose the set of keywords it defines.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the CDT team.
Method Summary | |
---|---|
java.lang.String[] |
getBuiltinTypes()
Get the built-in type names defined for this language. |
java.lang.String[] |
getKeywords()
Get the keywords defined for this language, excluding bult-in types. |
java.lang.String[] |
getPreprocessorKeywords()
Get the preprocessor keywords (directives) defined for this language. |
Method Detail |
---|
java.lang.String[] getKeywords()
null
java.lang.String[] getBuiltinTypes()
null
java.lang.String[] getPreprocessorKeywords()
null
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |