public interface ICLanguageKeywords
ILanguage
which allows
a C/C++ language variant to expose the set of keywords it defines.Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getBuiltinTypes()
Returns the built-in type names defined for this language.
|
java.lang.String[] |
getKeywords()
Returns the keywords defined for this language, excluding built-in types.
|
java.lang.String[] |
getPreprocessorKeywords()
Returns the preprocessor keywords (directives) defined for this language.
|
java.lang.String[] getKeywords()
null
java.lang.String[] getBuiltinTypes()
null
java.lang.String[] getPreprocessorKeywords()
null
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.