]> source.dussan.org Git - aspectj.git/commitdiff
yuck. need to expose ReflectionWorld in the signature - which is supposed to be publi...
authoracolyer <acolyer>
Fri, 7 Apr 2006 10:50:34 +0000 (10:50 +0000)
committeracolyer <acolyer>
Fri, 7 Apr 2006 10:50:34 +0000 (10:50 +0000)
weaver/src/org/aspectj/weaver/tools/PointcutParser.java

index 0c86fb19ca9f6dfa8f446d2d76f5560415667de9..8cc0d0a3c7ec87fddd088b97e3b5747dac16e92b 100644 (file)
@@ -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.