CsEntityBlockVariable Struct ReferenceLocal block variable entity.
More...
List of all members.
Detailed Description
Local block variable entity.
Local scope containing only one local variable entity. Generated by foreach-statement (CsForeachStatement) and catch-clause (CsCatchClause).
Constructor & Destructor Documentation
| CsEntityBlockVariable::CsEntityBlockVariable |
( |
WPHashString |
phs, |
|
|
CsNode * |
decl_ | |
|
) |
| | [inline] |
| virtual CsEntityBlockVariable::~CsEntityBlockVariable |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual void CsEntityBlockVariable::visit |
( |
CsEntityVisitor * |
visitor |
) |
[inline, virtual] |
| static void* CsEntityBlockVariable::operator new |
( |
size_t |
size |
) |
[inline, static] |
| static void CsEntityBlockVariable::operator delete |
( |
void * |
address |
) |
[inline, static] |
Member Data Documentation
List of nested block entities.
|