issues
search
dianaliu
/
oop
Final project for CSCI-UA.0470-001. See branch 'final' for our submission.
1
stars
0
forks
source link
TODO : branch vtable
#1
Closed
dianaliu
closed
13 years ago
dianaliu
commented
13 years ago
Refactor MethodDeclaration node/visitors into VT nodes/methods
Debug addVTable
getParentClass
How to get around not being able to call methods from within Visitor - see addVTable
make overrides more robust
Replace vtable entries with pointers to methodDeclarations in AST tree where possible. Will not be possible fro Grimm Class methods. How to handle?
create getter methods
add comments / debug code