| Methods in coursesolutions with parameters of type ClassDeclaring |
void |
CourseProjectCodeGenVisitor.visit(ClassDeclaring c)
This outputs a standard prelude, with the class extending Object,
a dummy method for main(String[] args) that calls
main431
Thus, your test file must have a static main431 to kick things
off |
void |
CourseCodeGenVisitor.visit(ClassDeclaring c)
This outputs a standard prelude, with the class extending Object,
a dummy method for main(String[] args) that calls
main431
Thus, your test file must have a static main431 to kick things
off |
void |
CourseSymtabVisitor.visit(ClassDeclaring d)
|
void |
CourseTypeSetVisitor.visit(ClassDeclaring c)
|