change methods in ASTGenerator

This commit is contained in:
StefanZ3 2024-05-13 22:09:24 +02:00
parent 3783a1d61b
commit e99b7adcd4

View File

@ -16,6 +16,7 @@ public class RefType extends AbstractType implements IClass, Node {
public String name;
public List<FieldDecl> fieldDecls;
public List<MethodDecl> methodDecls;
boolean hasMain;
public RefType(String name,
List<FieldDecl> fieldDecls,