![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|

Public Member Functions | |
| def | spelling (self) |
| def | kind (self) |
| def | location (self) |
| def | extent (self) |
| def | cursor (self) |
Static Private Attributes | |
| list | _fields_ |
Represents a single token from the preprocessor. Tokens are effectively segments of source code. Source code is first parsed into tokens before being converted into the AST and Cursors. Tokens are obtained from parsed TranslationUnit instances. You currently can't create tokens manually.
| def kind | ( | self | ) |
| def location | ( | self | ) |
| def spelling | ( | self | ) |
|
staticprivate |
1.8.13