1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Fixit for adding ctor

This commit is contained in:
Brian Fiete 2020-09-19 15:36:25 -07:00
parent 0794ed8592
commit 4571221551
3 changed files with 81 additions and 0 deletions

View file

@ -258,6 +258,7 @@ public:
void FixitAddMethod(BfTypeInstance* typeInst, const StringImpl& methodName, BfType* returnType, const BfTypeVector& paramTypes, bool wantStatic);
void FixitAddNamespace(BfAstNode* refNode, const StringImpl& namespacStr);
void FixitCheckNamespace(BfTypeDef* activeTypeDef, BfAstNode* typeRef, BfTokenNode* nextDotToken);
void FixitAddConstructor(BfTypeInstance* typeInstance);
void SetResultStringType(BfType* type);
};