]> source.dussan.org Git - aspectj.git/commitdiff
typemap accessible
authoraclement <aclement>
Fri, 11 Dec 2009 04:24:14 +0000 (04:24 +0000)
committeraclement <aclement>
Fri, 11 Dec 2009 04:24:14 +0000 (04:24 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/World.java

index e132ad07a367bf409fdb070db6d8a9fe472cfba4..7ecd05cd9a496e446b61430ab6c2765197f8bc12 100644 (file)
@@ -1703,4 +1703,8 @@ public abstract class World implements Dump.INode {
                        }
                }
        }
+       
+       public TypeMap getTypeMap() {
+               return typeMap; 
+       }
 }
\ No newline at end of file