summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/classfile/ConstantPool.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-217/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* *** empty log message ***Martin Odersky2004-10-041-1/+1
|
* - Rewrote Signatures and ConstantPool to avoid ...paltherr2004-03-131-152/+184
| | | | | | - Rewrote Signatures and ConstantPool to avoid creation of unnecessary names
* - Replaced byte array in Name by a stringpaltherr2004-03-131-1/+1
|
* - In class Name renamed sub, pos, lastPos into ...paltherr2004-03-131-1/+1
| | | | | | - In class Name renamed sub, pos, lastPos into charAt, indexOf, - lastIndexOf In those methdos, replaced byte by char
* Added support for | in algebraic patterns;Matthias Zenger2003-11-111-8/+10
| | | | | Added support for reading ConstantValue attributes;
* Initial version.Martin Odersky2003-02-131-0/+183