djrieger / mjplusplus

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

move var2pos map to FirmInterface and add a getter method #61

Closed maxvogel closed 9 years ago

maxvogel commented 9 years ago

the var2pos map might have to be used at several different locations, e.g. StatementVisitor::visit(shptr<LVDStatement> lvdstatement), where we want to convert the LVDStatement to FIRM.

ratefuchs commented 9 years ago

Done.