- implemented static constant arrays in class scope.
This commit is contained in:
parent
93908bc2ef
commit
d283beb063
3 changed files with 104 additions and 5 deletions
|
|
@ -102,6 +102,7 @@ private:
|
|||
void CompileAllConstants();
|
||||
void AddConstant(ZCC_ConstantWork &constant);
|
||||
bool CompileConstant(ZCC_ConstantWork *def);
|
||||
void CompileArrays(ZCC_StructWork *work);
|
||||
|
||||
void CompileAllFields();
|
||||
bool CompileFields(PStruct *type, TArray<ZCC_VarDeclarator *> &Fields, PClass *Outer, PSymbolTable *TreeNodes, bool forstruct, bool hasnativechildren = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue