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:
parent
0794ed8592
commit
4571221551
3 changed files with 81 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue