Relates :
|
This refactoring should make easier the adoption of tiered attribution in javac. Attr is right now: - offering an API for the rest of the compiler - holding a lot of check methods - acting as a tree visitor that attributes the code All these concerns should be split out in different classes.
|