Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Use pointcut syntax for querying classes in source code

Hi,

is there an API in the AspectJ or AJDT plug-in with which it is possible to query a java source code using the pointcut syntax? Can I find the names of classes and packages in the source code of an eclipse java project which match a given pointcut string?
In the AJDT there are several features which seem to investigate the source code rather the compiled byte code.

Thanks...
-- 
GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.!
http://portal.gmx.net/de/go/dsl02


Back to the top