summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/matching/TestRegTraverser.java
Commit message (Collapse)AuthorAgeFilesLines
* ant task fixed up,buraq2004-06-071-106/+0
| | | | | | symbol classes public testregtraverser obsolete
* fixed2buraq2004-06-041-1/+7
|
* fixedburaq2004-06-041-0/+2
|
* coommburaq2004-06-041-2/+4
|
* commit 2buraq2004-06-041-9/+7
|
* premature commitburaq2004-06-041-6/+12
|
* *** empty log message ***buraq2004-06-031-2/+4
|
* library update, validation in dtd2scalaburaq2004-05-281-0/+18
|
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-301-1/+2
| | | | | | fixed bugs and cleaned up code in AlgMatcher that was duplicated of Pattern Matcher
* the curse of static variables...buraq2003-10-301-0/+1
|
* fixed bug196 with a wild hackburaq2003-10-291-21/+39
|
* indentationburaq2003-10-291-1/+1
|
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-3/+5
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* Fixed a bug.Matthias Zenger2003-09-111-3/+7
| | | | | | not having a symbol. But obviously, _ tree nodes seem to have null as their symbol. Is this a contract or a bug in the Analyzer?
* - There is a problem with version 1.5, replaced...paltherr2003-09-111-4/+1
| | | | | - There is a problem with version 1.5, replaced it by version 1.4.
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-111-1/+4
| | | | | Implemented variable binding for the "old" pattern matcher.
* Allow non-recursive bindings for the "old" patt...Matthias Zenger2003-09-111-28/+36
| | | | | Allow non-recursive bindings for the "old" pattern matcher.
* handle matching with if pat contains reg op Alg...buraq2003-07-071-2/+2
| | | | | handle matching with if pat contains reg op AlgebraicMatcher
* *** empty log message ***buraq2003-07-051-1/+0
|
* hooking up pattern matcher with sequence matcherburaq2003-07-041-0/+39