Formal parameter entity.
More...
List of all members.
Detailed Description
Constructor & Destructor Documentation
| CsEntityFormalParameter::CsEntityFormalParameter |
( |
WPHashString |
phs, |
|
|
CsFormalParameter * |
param_ |
|
) |
| [inline] |
| virtual CsEntityFormalParameter::~CsEntityFormalParameter |
( |
| ) |
[inline, virtual] |
Member Function Documentation
| void CsEntityFormalParameter::iRemoveEntities |
( |
| ) |
[inline] |
| bool CsEntityFormalParameter::isHasDefault |
( |
| ) |
const [inline] |
| bool CsEntityFormalParameter::isOptional |
( |
| ) |
const [inline] |
| bool CsEntityFormalParameter::isOut |
( |
| ) |
const [inline] |
| bool CsEntityFormalParameter::isRef |
( |
| ) |
const [inline] |
| virtual void CsEntityFormalParameter::setDynamicType |
( |
const bool * |
traverseFlags | ) |
[inline, virtual] |
| virtual void CsEntityFormalParameter::setDynamicType |
( |
| ) |
[inline, virtual] |
| virtual void CsEntityFormalParameter::visit |
( |
CsEntityVisitor * |
visitor | ) |
[inline, virtual] |
Member Data Documentation
true - if System.ParamArrayAttribute is set for last parameter, false - otherwise (parameters keyword in C#).
AST-node where entity was defined. Null for parameters defined in entities imported from assemblies.