aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sandbox/api-clients/org
Commit message (Collapse)AuthorAgeFilesLines
* update license to EPLacolyer2006-06-012-4/+4
|
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-141-2/+2
| | | | IDE-specific handle identifiers.
* Updated to include source location offset.mkersten2005-01-131-3/+6
|
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-3/+3
|
* Added support for clients to extend the ASM relationships in order to addmkersten2004-08-181-0/+88
| | | | | | | new relationships (such as the example in the sandbox that adds additional declared-parents relationships). There is no structural change to the compiler or weaver. The AsmRelationshipProvider is now accessed by getDefault() instead of statically, and its instance can be reset to be a subtype.
* ASM Usage and extension examples, implemented as test cases and mademkersten2004-07-274-199/+148
| | | | available in the sandbox as an Eclipse project.
* flagging that model walker broke in 1.1.1wisberg2003-09-271-2/+3
|
* using linked list, more commentswisberg2003-09-061-7/+12
|
* sample api code to list affected fileswisberg2003-09-061-0/+124
|
* initial checkin of the sandbox. wisberg2003-08-061-0/+69
The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc.