summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab
Commit message (Expand)AuthorAgeFilesLines
* - 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-188-142/+182
* - added definitions related to run-time typesschinz2004-03-181-1/+116
* - Fixed a broken compilation problemmihaylov2004-03-171-0/+5
* - Added support for comparison operations on .N...mihaylov2004-03-171-14/+25
* - Changed accessibility of some fields that rep...mihaylov2004-03-171-18/+19
* - Fixed id of terminal phasepaltherr2004-03-161-3/+1
* - Simplified methods parseField and parseMethodpaltherr2004-03-151-50/+56
* - Added method skipAttributes()paltherr2004-03-151-0/+10
* - Added methods Symbol.newVParampaltherr2004-03-151-0/+16
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-138-354/+420
* - Replaced byte array in Name by a stringpaltherr2004-03-133-5/+7
* - 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-133-8/+8
* - 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-126-67/+64
* - Added method Symbol.newFactorypaltherr2004-03-112-13/+8
* - Forced all class creators to use factory meth...paltherr2004-03-111-32/+8
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
* - Modified SymbolTablePrinter.getSymbolKeyword ...paltherr2004-03-111-0/+1
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-111-1/+3
* - Fixed recognition of redefined packagespaltherr2004-03-111-11/+8
* - Changed Pickle to encode NoPrefix into ThisTy...paltherr2004-03-111-1/+9
* - Removed now unused method Symbol.copyTopaltherr2004-03-101-35/+0
* - Added factory method Symbol.newConstructorpaltherr2004-03-105-39/+36
* - Removed now obsolete memberspaltherr2004-03-101-63/+1
* - Removed usage of methods Symbol.makeModulepaltherr2004-03-101-21/+20
* - Simplified some type initializationspaltherr2004-03-102-21/+16
* - Added new factory methods in class Symbolpaltherr2004-03-107-140/+195
* - Fixed the initialization of the inner class a...paltherr2004-03-092-18/+4
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-092-13/+7
* - Fixed computation of SCALA_CLASS and JAVA_CLASSpaltherr2004-03-091-3/+3
* - Added method Symbol.newCompoundClasspaltherr2004-03-092-26/+28
* - Removed staticsParser and aliasParser in Clas...paltherr2004-03-095-104/+9
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-096-109/+39
* - Added class scalac.symtab.SymbolLoaderpaltherr2004-03-091-0/+144
* - Added temporary hack in ClassSymbol.dualClass...paltherr2004-03-091-1/+7
* - Improved error messagespaltherr2004-03-091-9/+13
* - Added method Symbol.dualClass();paltherr2004-03-091-0/+10
* - Added a node DocDef for documentation comments.cremet2004-03-081-1/+3
* - Added field ClassSymbol.dualpaltherr2004-03-081-1/+66
* - Added constant CLASS2MODULEFLAGSpaltherr2004-03-081-0/+2
* - Added method enterNoHidepaltherr2004-03-081-0/+5
* Improved error messages for failed pattern matc...Matthias Zenger2004-03-081-0/+8
* - Generalized the use of static types/trees in ...paltherr2004-03-062-45/+29
* - Simplified definitions of Global.isStaticpaltherr2004-03-061-1/+1