diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-02-19 13:01:01 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-02-19 13:01:01 +0100 |
commit | 7e10664e6adf34a3280eb765feaad5e36213c9d1 (patch) | |
tree | 90c58d3415be67ae7b4fa3b889005e7727386442 /src/shared/cplusplus/TranslationUnit.h | |
parent | 764379deb72cb07d6704327d9b2577075b0f35d9 (diff) | |
download | qt-creator-7e10664e6adf34a3280eb765feaad5e36213c9d1.tar.gz |
Instroduced TranslationUnit::spell(tokenIndex).
Diffstat (limited to 'src/shared/cplusplus/TranslationUnit.h')
-rw-r--r-- | src/shared/cplusplus/TranslationUnit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/TranslationUnit.h b/src/shared/cplusplus/TranslationUnit.h index aa490701ef..7a57950ac3 100644 --- a/src/shared/cplusplus/TranslationUnit.h +++ b/src/shared/cplusplus/TranslationUnit.h @@ -87,6 +87,7 @@ public: unsigned tokenCount() const; const Token &tokenAt(unsigned index) const; int tokenKind(unsigned index) const; + const char *spell(unsigned index) const; unsigned matchingBrace(unsigned index) const; Identifier *identifier(unsigned index) const; |