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