summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Removed method Symbol.isGeneratedpaltherr2004-03-132-5/+1
|
* - Removed TreeSymbolCloner.javapaltherr2004-03-132-106/+0
|
* - Removed PatternNormalizer.javapaltherr2004-03-131-588/+0
|
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-132-2/+2
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-135-23/+23
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* - Removed unused methodspaltherr2004-03-131-9/+0
|
* - Removed unused methodspaltherr2004-03-121-27/+0
|
* - Added Similarity.scala and NodeSeq.scalapaltherr2004-03-122-0/+30
|
* ;changes to xml apiburaq2004-03-123-4/+8
|
* changes to xml apiburaq2004-03-127-187/+207
|
* *** empty log message ***buraq2004-03-125-49/+88
|
* more flexible reportingburaq2004-03-121-13/+24
|
* added similarityburaq2004-03-121-1/+2
|
* - Made TermSymbol.clasz finalpaltherr2004-03-122-15/+23
| | | | | | - Replace "static TermSymbol.newLocalDummy(Symbol)" by "Symbol.newLoadDummy()"
* - Removed method Symbol.updatepaltherr2004-03-121-11/+0
|
* - Moved TermSymbol.{lookup,define} into Analyzerpaltherr2004-03-122-62/+63
|
* - Added factory methods for abstract types and ...paltherr2004-03-129-82/+91
| | | | | | - Added factory methods for abstract types and type aliases in Symbol - Moved AbsTypeSymbol.define and AliasTypeSymbol.define into Analyzer
* - Added method Symbol.newFactorypaltherr2004-03-117-28/+16
| | | | | | | - Removed class LabelSymbol - Added constant Symbol.IS_LABEL - Removed constant Modifiers.LABEL
* - Forced all class creators to use factory meth...paltherr2004-03-112-34/+28
| | | | | | - Forced all class creators to use factory methods in Symbol Moved - ClassSymbol.define into Analyzer
* - Redesigned symbol cloningpaltherr2004-03-111-49/+50
|
* - Added boottest to ignore listpaltherr2004-03-111-0/+1
|
* new class for representing XMLburaq2004-03-111-0/+39
|
* changed Symbol to Elemburaq2004-03-112-9/+11
|
* better XPath syntaxburaq2004-03-112-19/+20
|
* new way of handling XML literalsburaq2004-03-112-20/+130
|
* adapted to new xml interfaceburaq2004-03-111-1/+1
|
* removed xml stuffburaq2004-03-112-73/+5
|
* added Elem class:buraq2004-03-111-0/+1
|
* - Removed broken call to Definitions.getClasspaltherr2004-03-111-1/+1
|
* - Removed broken call to Definitions.getClasspaltherr2004-03-111-2/+1
|
* - Added doubledefs.scalapaltherr2004-03-113-0/+190
|
* - Modified SymbolTablePrinter.getSymbolKeyword ...paltherr2004-03-112-3/+2
| | | | | - Modified SymbolTablePrinter.getSymbolKeyword to include package info
* - Modified SymbolTablePrinter.getSymbolKind to ...paltherr2004-03-112-2/+4
| | | | | | - Modified SymbolTablePrinter.getSymbolKind to include package and object info
* - Fixed recognition of redefined packagespaltherr2004-03-112-25/+37
|
* - Changed Pickle to encode NoPrefix into ThisTy...paltherr2004-03-111-1/+9
| | | | | - Changed Pickle to encode NoPrefix into ThisType(NONE)
* - Removed now unused method Symbol.copyTopaltherr2004-03-101-35/+0
|
* - Added factory method Symbol.newConstructorpaltherr2004-03-106-40/+38
| | | | | | | | - Changed method Symbol.addConstructor to receive new constructor - as argument Changed Symbol, Analyzer, class parser and - picklers to use new factory method Removed now unused methods - TermSymbol.makeConstructor/newConstructor
* - Removed now obsolete memberspaltherr2004-03-101-63/+1
|
* - Fixed ATree generator and Tree checker for ne...paltherr2004-03-102-23/+11
| | | | | | - Fixed ATree generator and Tree checker for new use of Idents with static syms
* - Removed usage of methods Symbol.makeModulepaltherr2004-03-102-22/+21
|
* bugfix and cleanupburaq2004-03-101-3/+1
|
* a data structure for appending sequences in O(1)buraq2004-03-101-0/+78
|
* added AppendBufferburaq2004-03-101-0/+1
|
* - Simplified some type initializationspaltherr2004-03-102-21/+16
|
* - Added new factory methods in class Symbolpaltherr2004-03-108-146/+216
| | | | | | | | - Removed hack from ClassSymbol.dualClass - Rewrote PackageParser and adapted other parsers and analyzer to use the new factory method - Replaced some unsound calls to Symbol.module by calls to Symbol.dualClass
* - Fixed the initialization of the inner class a...paltherr2004-03-092-18/+4
| | | | | - Fixed the initialization of the inner class aliases
* - Removed unused method Symbol.enclToplevelClasspaltherr2004-03-099-43/+34
| | | | | | - Added method Symbol.isPackageClass - Changed method Symbol.isPackage to return true only for terms
* - Changed new ClassSymbol into Symbol.newClasspaltherr2004-03-091-4/+4
|
* - Fixed computation of SCALA_CLASS and JAVA_CLASSpaltherr2004-03-091-3/+3
| | | | | - Changed new ClassSymbol into Symbol.newClass
* - Added method Symbol.newCompoundClasspaltherr2004-03-092-26/+28
| | | | | | - Added Symbol.IS_COMPOUND - Adapted Type.ExtCompoundType to use method Symbol.newCompoundClass