| 562 | } |
| 563 | |
| 564 | BfPropertyDeclaration* BfMethodDef::GetPropertyDeclaration() |
| 565 | { |
| 566 | auto propertyMethodDeclaration = BfNodeDynCast<BfPropertyMethodDeclaration>(mMethodDeclaration); |
| 567 | if (propertyMethodDeclaration == NULL) |
| 568 | return NULL; |
| 569 | return propertyMethodDeclaration->mPropertyDeclaration; |
| 570 | } |
| 571 | |
| 572 | bool BfMethodDef::IsEmptyPartial() |
| 573 | { |
no outgoing calls
no test coverage detected