summaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/lang/reflect/Pointcut.java
Commit message (Collapse)AuthorAgeFilesLines
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-301-3/+28
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-211-0/+2
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-171-1/+1
| | | | | | | PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line. Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4. -- AMC.
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-251-0/+9
| | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests.
* I'm committing this shell of an implementation for runtime reflection on ↵acolyer2005-04-181-0/+16
AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this...