djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

Implement method table #30

Closed ratefuchs closed 9 years ago

ratefuchs commented 9 years ago

Each class should have a method table, which saves the name and the return type and types for the parameters. It should be simpler to implement than the symbol table, since it needs no scopes.

ratefuchs commented 9 years ago

is implemented, can now be incorporated in the semantic analysis