summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddAccessorsPhase.java
Commit message (Collapse)AuthorAgeFilesLines
* - rewrote the phase creation processpaltherr2003-08-181-17/+18
| | | | | - replace PhaseRepository by CompilerPhases
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-0/+4
| | | | | | | | Added a new apply method to each phase which allows to apply only a single compilation unit. For some phases this might probably not work as it is right now. At some stage, these phases have to be adapted accordingly.
* - Removed class Phase.paltherr2003-03-211-1/+1
| | | | | | - Removed argument descr in constructors of the class Transformer and of its subclasses.
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-3/+2
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* Added support for the new CheckName checker.mihaylov2003-02-271-1/+2
|
* *** empty log message ***schinz2003-02-171-0/+42