summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/SymblParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-47/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* - Replaced Symbol.module by Symbol.sourceModulepaltherr2004-04-141-2/+2
| | | | | | | | | | | | - Made Symbol.linkedModule and Symbol.linkedClass a bit less ambiguous - Added documentation to Symbol.sourceModule and Symbol.linkedModule - Added classes ConstructorSymbol, ModuleSymbol ModuleClassSymbol - Added classes LinkedModuleSymbol and LinkedClassSymbol - Changed the argument order in symbol constructors to be the same as in the symbol factories - Changed Pickle to use sourceModule instead of HashTable - Replaced notion of main class by notion of root symbol in SymbolLoader - Fixed UnPickle to work with any root symbol
* - Avoided recomputations of files that are alre...paltherr2004-03-211-12/+27
| | | | | - Avoided recomputations of files that are already done in PackageParser
* - Added method AbstractFile.toString and used itpaltherr2004-03-211-1/+1
|
* - Moved AbstractFile from scalac.util into scal...paltherr2004-03-211-0/+1
| | | | | - Moved AbstractFile from scalac.util into scala.tools.util
* - Added parse methods in UnPicklepaltherr2004-03-201-1/+1
| | | | | - Removed UnPickle.sourcePath
* - Replaced MetadataParser superclass by SymbolL...paltherr2004-03-091-25/+5
| | | | | | | | | - Replaced MetadataParser superclass by SymbolLoader Removed usage - of staticsParsers (no more needed with SymbolLoader) Simplified - Analyzer.lateEnter (code no more needed with SymbolLoader) Moved some - code from SourceCompleter into Analyzer.loadMixinCode Simplified - parsers (code no more needed with SymbolLoader)
* - Rewrote SourceRepresentation.externalizeFileN...paltherr2004-02-291-1/+1
| | | | | | - Rewrote SourceRepresentation.externalizeFileName to use SymbolNameWriter
* - added common superclass (MetadataParser) for ...mihaylov2003-12-081-7/+2
| | | | | | - added common superclass (MetadataParser) for PackageParser and ClassParser that handles switching and restoring the compiler phase
* - Added phase changespaltherr2003-10-281-0/+3
|
* - Removed printing of stack traces if not in de...paltherr2003-08-111-2/+2
| | | | | - Removed printing of stack traces if not in debug mode
* *** empty log message ***Martin Odersky2003-08-041-3/+4
|
* *** empty log message ***Martin Odersky2003-07-221-0/+52