| 552 | } |
| 553 | |
| 554 | BfMethodDeclaration* BfMethodDef::GetMethodDeclaration() |
| 555 | { |
| 556 | return BfNodeDynCast<BfMethodDeclaration>(mMethodDeclaration); |
| 557 | } |
| 558 | |
| 559 | BfPropertyMethodDeclaration* BfMethodDef::GetPropertyMethodDeclaration() |
| 560 | { |
no outgoing calls
no test coverage detected