From: acolyer Date: Fri, 7 Apr 2006 10:50:34 +0000 (+0000) Subject: yuck. need to expose ReflectionWorld in the signature - which is supposed to be publi... X-Git-Tag: V1_5_1a_final~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b66a97f68648e8da7e11b194e8e9604de5e201fe;p=aspectj.git yuck. need to expose ReflectionWorld in the signature - which is supposed to be public API. Need a better long term solution... --- diff --git a/weaver/src/org/aspectj/weaver/tools/PointcutParser.java b/weaver/src/org/aspectj/weaver/tools/PointcutParser.java index 0c86fb19c..8cc0d0a3c 100644 --- a/weaver/src/org/aspectj/weaver/tools/PointcutParser.java +++ b/weaver/src/org/aspectj/weaver/tools/PointcutParser.java @@ -214,6 +214,10 @@ public class PointcutParser { setClassLoader(PointcutParser.class.getClassLoader()); } + public void setWorld(ReflectionWorld aWorld) { + this.world = aWorld; + } + /** * Set the classloader that this parser should use for * type resolution.