summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/JavaTypeCreator.java
Commit message (Expand)AuthorAgeFilesLines
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Removed method subName in class Namepaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-2/+2
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-131-24/+2
* - Generalized the use of static types/trees in ...paltherr2004-03-061-1/+1
* - Replaced some calls to Symbol.typeConstructor...paltherr2004-03-061-13/+13
* - Added methods objectType and stringType in Ja...paltherr2004-03-061-1/+11
* - Removed alias scala.Stringpaltherr2004-03-061-5/+5
* - Added methods JavaTypeFactory.classType(Symbol)paltherr2004-03-061-1/+5
* - Factored out the ConstantType creation from A...mihaylov2004-02-231-1/+53
* - Fixed, in Definitions, type of primitive type...paltherr2003-10-301-1/+3
* - Normalized member names of class Definitionpaltherr2003-10-301-1/+1
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-17/+43
* *** empty log message ***Martin Odersky2003-09-021-1/+7
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-0/+1
* Initial version.Martin Odersky2003-02-131-0/+82