| [ews.eclipse.technology.aspectj] A question about reflection and weaver tools APIs |
Hi, all
PointcutParser parse = new PointcutParser(); String expr = "call(public * main.hello(..)"; PointcutExpression pex = parse.parsePointcutExpression(expr);
Thanks a lot! James Gan