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

Public Member Functions | |
| def | is_declaration (self) |
| def | is_reference (self) |
| def | is_expression (self) |
| def | is_statement (self) |
| def | is_attribute (self) |
| def | is_invalid (self) |
| def | is_translation_unit (self) |
| def | is_preprocessing (self) |
| def | is_unexposed (self) |
| def | __repr__ (self) |
Public Member Functions inherited from BaseEnumeration | |
| def | __init__ (self, value) |
| def | from_param (self) |
| def | name (self) |
| def | from_id (cls, id) |
| def | __repr__ (self) |
Static Public Member Functions | |
| def | get_all_kinds () |
Static Private Attributes | |
| list | _kinds = [] |
| _name_map = None | |
Additional Inherited Members | |
Public Attributes inherited from BaseEnumeration | |
| value | |
A CursorKind describes the kind of entity that a cursor points to.
|
static |
| def is_attribute | ( | self | ) |
| def is_declaration | ( | self | ) |
| def is_expression | ( | self | ) |
| def is_preprocessing | ( | self | ) |
| def is_reference | ( | self | ) |
| def is_statement | ( | self | ) |
| def is_translation_unit | ( | self | ) |
| def is_unexposed | ( | self | ) |
1.8.13