comma::AccessType Class Reference
#include <Type.h>
List of all members.
Detailed Description
Definition at line 1198 of file Type.h.
Member Function Documentation
static bool comma::AccessType::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::AccessType::classof |
( |
const AccessType * |
node |
) |
[inline, static] |
Returns the access type declaration that introduced this type.
Definition at line 1211 of file Type.cpp.
const AccessDecl* comma::AccessType::getDefiningDecl |
( |
|
) |
const [inline] |
Returns the access type declaration that introduced this type.
Definition at line 1209 of file Type.h.
Returns the defining identifier of this type;.
Definition at line 1216 of file Type.cpp.
const AccessType* comma::AccessType::getRootType |
( |
|
) |
const [inline] |
AccessType* comma::AccessType::getRootType |
( |
|
) |
[inline] |
const char* comma::AccessType::getString |
( |
|
) |
const [inline] |
Returns the defining identifier of this type as a C-string.
Definition at line 1205 of file Type.h.
Type* comma::AccessType::getTargetType |
( |
|
) |
[inline] |
const Type* comma::AccessType::getTargetType |
( |
|
) |
const [inline] |
Returns the to which this access type points.
Definition at line 1217 of file Type.h.
Friends And Related Function Documentation
The documentation for this class was generated from the following files: