MCPcopy Create free account
hub / github.com/beefytech/Beef / GetPropertyDeclaration

Method GetPropertyDeclaration

IDEHelper/Compiler/BfSystem.cpp:564–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

MethodToStringMethod · 0.80
ProcessMethodMethod · 0.80
DoMethodDeclarationMethod · 0.80
SlotVirtualMethodMethod · 0.80
SlotInterfaceMethodMethod · 0.80
GetMethodInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected