summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Symbol.java
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-3/+11
* - Simplified Symbol.isThisSympaltherr2004-03-181-1/+1
* - Added factory methods for term symbol in clas...paltherr2004-03-181-50/+95
* - Fixed id of terminal phasepaltherr2004-03-161-3/+1
* - Added methods Symbol.newVParampaltherr2004-03-151-0/+16
* - Removed method Symbol.isGeneratedpaltherr2004-03-131-4/+0
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
* - Made TermSymbol.clasz finalpaltherr2004-03-121-14/+22
* - Removed method Symbol.updatepaltherr2004-03-121-11/+0
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-121-34/+5
* - Added factory methods for abstract types and ...paltherr2004-03-121-37/+46
* - Added method Symbol.newFactorypaltherr2004-03-111-12/+8
* - Forced all class creators to use factory meth...paltherr2004-03-111-32/+8
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
* - Fixed recognition of redefined packagespaltherr2004-03-111-11/+8
* - Removed now unused method Symbol.copyTopaltherr2004-03-101-35/+0
* - Added factory method Symbol.newConstructorpaltherr2004-03-101-26/+15
* - Removed now obsolete memberspaltherr2004-03-101-63/+1
* - Added new factory methods in class Symbolpaltherr2004-03-101-10/+70