summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/AttributeParser.java
Commit message (Expand)AuthorAgeFilesLines
* - Fixed readAttribute by replacing all return s...paltherr2004-05-141-6/+6
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-091-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Added parse methods in UnPicklepaltherr2004-03-201-2/+6
* - Removed method subName in class Namepaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-9/+7
* - Added method skipAttributes()paltherr2004-03-151-0/+10
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-131-29/+32
* - Added factory methods for abstract types and ...paltherr2004-03-121-14/+9
* - Added new factory methods in class Symbolpaltherr2004-03-101-1/+1
* - Fixed the initialization of the inner class a...paltherr2004-03-091-4/+1
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-061-1/+1
* - Removed Global.firstPos & Symbol.setFirstInfopaltherr2004-02-271-10/+10
* - Added support for static inner classes in JavaMatthias Zenger2004-02-241-10/+34
* - Factored out the ConstantType creation from A...mihaylov2004-02-231-48/+1
* - Generalized use of AConstant to represent con...paltherr2004-02-011-5/+21
* Ignore bridge methods of Java 1.5Matthias Zenger2004-01-081-1/+8
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-7/+49
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-5/+5
* Support for pattern matching on Jaco case class...Matthias Zenger2003-09-241-46/+48
* - Removed constant Global.POST_ANALYZER_PHASE_ID.paltherr2003-08-181-12/+10
* *** empty log message ***Martin Odersky2003-08-061-13/+6
* *** empty log message ***Martin Odersky2003-07-311-38/+23
* Fixed scoping bug of type variables.Matthias Zenger2003-07-071-70/+74
* - Changed method parseType to unalias the type ...paltherr2003-07-031-2/+2
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-0/+1
* *** empty log message ***Martin Odersky2003-05-011-0/+9
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* *** empty log message ***Martin Odersky2003-03-311-8/+6
* *** empty log message ***Martin Odersky2003-03-041-2/+6
* *** empty log message ***Martin Odersky2003-03-031-1/+1
* Initial version.Martin Odersky2003-02-131-0/+439