Closed phenaproxima closed 9 years ago
I'm willing to take this on but I'm not sure how interfaces are handled by the parser. It looks like they create InterfaceMethodNodes for each method of the interface, but there's also InterfaceStatementNode, whose purpose is unclear.
Added to master
There's no way to iterate through the methods defined by an interface! This is pretty essential.