static methods: add inheritance capability
authorBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 09:10:42 +0000 (11:10 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 09:11:48 +0000 (11:11 +0200)
commite7e935029c53fe5a46b6153e4fca74d4994459ff
treedcea8c1e9865b4c9c9310936a690d4cb808b5ef0
parent9df0e74cf9ec38da33ba910272b8f5c29fcfc18a
static methods: add inheritance capability

if the method isn't found when compiling, check the superclasses for
this certain method. if one is found eventually, add an map entry
for each class to the same method entry.

see tests/Static5.java
Makefile
Mate.hs
Mate/MethodPool.hs
tests/Static5.java [new file with mode: 0644]