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

Method GetAutoPropertyName

IDEHelper/Compiler/BfSystem.cpp:970–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970String BfTypeDef::GetAutoPropertyName(BfPropertyDeclaration* propertyDeclaration)
971{
972 String name = "prop__";
973 if (propertyDeclaration->mNameNode != NULL)
974 name += propertyDeclaration->mNameNode->ToString();
975 return name;
976}
977
978BfAstNode* BfTypeDef::GetRefNode()
979{

Callers 3

ProcessMethodMethod · 0.80
VisitMethod · 0.80
LoadPropertyMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected