change methods in ASTGenerator
This commit is contained in:
parent
3783a1d61b
commit
e99b7adcd4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user