summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Symbol.java
Commit message (Expand)AuthorAgeFilesLines
* Removed an assertion that no longer holds.mihaylov2005-04-131-1/+0
* - added hasStaticAttribute methodschinz2005-03-141-1/+5
* - Added the following methods: getMainOwner, ge...paltherr2005-02-021-7/+116
* - Added origin to loaded symbols.paltherr2005-02-011-2/+5
* - Added method getOrigin and setOriginpaltherr2005-02-011-0/+36
* - Added method hasPackageFlagpaltherr2004-12-021-0/+5
* - Renamed isParamAccessor to hasParamAccessorFlagpaltherr2004-11-231-3/+3
* - Added method isParamAccessorpaltherr2004-11-231-1/+6
* *** empty log message ***Martin Odersky2004-11-221-1/+1
* - Added method isOverridepaltherr2004-11-221-0/+5
* *** empty log message ***Martin Odersky2004-11-191-1/+13
* *** empty log message ***Martin Odersky2004-11-191-1/+6
* - Fixed class ClonedThisSymLazyType to take int...paltherr2004-11-181-10/+14
* - optimized call orderpaltherr2004-11-161-3/+2
* - added initial support for static membersschinz2004-10-141-1/+14
* *** empty log message ***Martin Odersky2004-09-101-4/+0
* *** empty log message ***Martin Odersky2004-09-021-1/+1
* - Added code in Symbol to clone thisSymspaltherr2004-08-251-1/+53
* - Added CASE to MODULE2CLASSFLAGS in Modifierspaltherr2004-08-111-6/+4
* toString() for case objectsburaq2004-08-111-0/+6
* *** empty log message ***Martin Odersky2004-07-081-53/+60
* *** empty log message ***Martin Odersky2004-07-021-1/+1
* *** empty log message ***Martin Odersky2004-07-011-18/+18
* - Marked the public only needed because of "jav...paltherr2004-06-091-10/+18
* made classes *public*, because they are accesse...buraq2004-06-071-8/+8
* *** empty log message ***Martin Odersky2004-06-031-19/+34
* *** empty log message ***Martin Odersky2004-06-031-4/+65
* - Changed methods Debug.show to add separators ...paltherr2004-06-031-1/+1
* - Fixed and optimized isStatic and isStaticOwnerpaltherr2004-05-171-2/+2
* *** empty log message ***Martin Odersky2004-05-071-1/+1
* *** empty log message ***Martin Odersky2004-04-201-1/+1
* - Added flag IS_CONSTRUCTORpaltherr2004-04-151-11/+6
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-133/+230
* - Removed automatic SYNTHETIC flag on root clas...paltherr2004-04-101-2/+2
* - Replaced Symbol.dualClass by Symbol.linkedCla...paltherr2004-04-091-71/+119
* *** empty log message ***Martin Odersky2004-04-081-1/+2
* *** empty log message ***Martin Odersky2004-04-061-0/+31
* - Added Tree.Createpaltherr2004-04-061-1/+0
* - Removed Symbol.ERROR and Kinds.ERRORpaltherr2004-04-041-47/+0
* - Fixed error tests to use isErrorpaltherr2004-04-041-1/+1
* - Added class ErrorScopepaltherr2004-04-041-1/+2
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-041-2/+1
* - Moved newErrorClasspaltherr2004-04-041-11/+11
* - Added attribute IS_ERRORpaltherr2004-04-041-3/+25
* *** empty log message ***Martin Odersky2004-03-261-1/+2
* - Added a methods newAccessMethod and isAccessM...paltherr2004-03-251-6/+20
* - Moved creation of root class loader into Globalpaltherr2004-03-211-3/+2
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+2
* - Removed Name.ERRORpaltherr2004-03-191-1/+1
* - Removed method subName in class Namepaltherr2004-03-181-3/+3