| 557 | } |
| 558 | |
| 559 | BfPropertyMethodDeclaration* BfMethodDef::GetPropertyMethodDeclaration() |
| 560 | { |
| 561 | return BfNodeDynCast<BfPropertyMethodDeclaration>(mMethodDeclaration); |
| 562 | } |
| 563 | |
| 564 | BfPropertyDeclaration* BfMethodDef::GetPropertyDeclaration() |
| 565 | { |
no outgoing calls
no test coverage detected