Hi Andy and all,

I was wondering if there is a way to reuse/use explicitly the ajc code
responsible for pattern matching. That is, given a method signature pattern
(using wildcarding etc) in some format (like String etc) and a method
signature (also in some format), I want to know if that method signature
pattern matches such method signature.

For example:

Given a signature pattern like "void C.set(..)" and a method signature like
"void C.set(int, int)" I want to return "true" for this query.

Does AspectJ use Regular expressions or something like to perform such
pattern matching? I just want to reuse such feature...

All the best,
Henrique



-- 
...............................................................................................................................
Henrique Rebelo
http://www.cin.ufpe.br/~hemr
Informatics Center, UFPE, Brazil
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to