djrieger / mjplusplus

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

FirmInterface needs a way to store the current graph-build, entity lists, etc. #59

Closed BigPeet closed 9 years ago

BigPeet commented 9 years ago

For example: In MethodInvocation we need an entity of the callee (aka the method). This should be created by MethodDeclaration or something like that.

djrieger commented 9 years ago

Fixed?

BigPeet commented 9 years ago

Yeah, I think this can be closed.