summaryrefslogtreecommitdiff
path: root/sources/meta/scalac/ast/Tree.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-441/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* *** empty log message ***Martin Odersky2004-07-151-0/+7
|
* case classes implement trait scala.CaseClassburaq2004-05-181-1/+1
|
* - Added Tree.Createpaltherr2004-04-061-0/+7
|
* - Removed Tree.Badpaltherr2004-04-041-5/+0
|
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-1/+1
|
* All sequence nodes removed before LambdaLiftburaq2004-03-081-1/+1
|
* - Fixed start phases of Import, Select and Identpaltherr2004-03-061-3/+3
|
* - Added new node DocDefpaltherr2004-03-011-0/+8
| | | | | | | - Added a "case DocDef" in Analyzer.enterSyms and Analyzer.transform - Split method Analyzer.transform into transform, transform0 and - transform1
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-1/+2
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* - Generalized use of AConstant to represent con...paltherr2004-02-011-1/+2
| | | | | - Generalized use of AConstant to represent constant values
* - Added some end phasespaltherr2003-11-181-4/+4
|
* *** empty log message ***Martin Odersky2003-08-281-0/+12
|
* - Moved Switch below If.paltherr2003-08-261-9/+9
|
* - Added node Switchpaltherr2003-08-251-0/+10
|
* *** empty log message ***Martin Odersky2003-08-151-2/+3
|
* *** empty log message ***Martin Odersky2003-08-151-1/+1
|
* *** empty log message ***Martin Odersky2003-08-141-4/+13
|
* *** empty log message ***Martin Odersky2003-08-121-16/+3
|
* *** empty log message ***Martin Odersky2003-07-311-1/+1
|
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-4/+4
| | | | | - Repolaced Tree argument of This and Super nodes by a Name argument
* - renamed son of Super from "tpe" to "qualifier"schinz2003-07-231-1/+1
|
* *** empty log message ***Martin Odersky2003-07-111-1/+22
|
* removed subsequence nodesburaq2003-07-051-7/+1
|
* - Set elimination phase of tree node ModuleDefpaltherr2003-06-271-1/+1
|
* *** empty log message ***Martin Odersky2003-06-111-5/+5
|
* added Subsequence, Alternative and Bind nodesburaq2003-05-131-0/+20
|
* renamed Tuple to Sequenceburaq2003-05-131-3/+3
|
* *** empty log message ***Martin Odersky2003-05-011-7/+1
|
* - Changed LabelDef to have an array of Idents i...paltherr2003-04-301-1/+1
| | | | | | - Changed LabelDef to have an array of Idents instead of an array of Trees
* *** empty log message ***Martin Odersky2003-04-301-1/+2
|
* - Added methods which take a symbol in TreeFact...paltherr2003-04-301-61/+67
| | | | | - Added methods which take a symbol in TreeFactories and TreeCopiers.
* - Added information about linked tree fieldspaltherr2003-04-231-13/+16
|
* - Added Phase.javapaltherr2003-04-141-0/+364
- Added Tree.java - Added TreeField.java - Added TreeKind.java - Added TreeNode.java - Added TreeSymbol.java - Added TreeType.java