|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAsmLanguage
This is an optional extension interface to ILanguage
which allows
an assembly language variant to expose certain syntax characteristics.
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[] |
getDirectiveKeywords()
Get the set of assembler directives defined for this variant. |
char[] |
getLineCommentCharacters()
Get the set of valid line comment characters defined for this assembly variant. |
char |
getLineSeparatorCharacter()
Get the line separator character defined for this assembly variant. |
java.lang.String[] |
getPreprocessorKeywords()
Get the preprocessor keywords (directives) defined for this variant. |
Method Detail |
---|
char[] getLineCommentCharacters()
char getLineSeparatorCharacter()
'\0'
means that no line separator character is defined.
'\0'
java.lang.String[] getDirectiveKeywords()
java.lang.String[] getPreprocessorKeywords()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |