diff options
author | acolyer <acolyer> | 2005-07-15 16:09:02 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-07-15 16:09:02 +0000 |
commit | 17f150e1033357d7aa561200bd32526118183857 (patch) | |
tree | 420d428dbe72c7e7f976fdcf1ea2446a4f3a8570 /loadtime5/.project | |
parent | be1b2ad17aa2b7f8cd5724a02f0a2b42dd3c60b4 (diff) | |
download | aspectj-17f150e1033357d7aa561200bd32526118183857.tar.gz aspectj-17f150e1033357d7aa561200bd32526118183857.zip |
This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes.
Diffstat (limited to 'loadtime5/.project')
0 files changed, 0 insertions, 0 deletions