]> source.dussan.org Git - aspectj.git/commitdiff
made declaredModifiers accessible to AJDT
authoraclement <aclement>
Tue, 22 Nov 2005 16:41:13 +0000 (16:41 +0000)
committeraclement <aclement>
Tue, 22 Nov 2005 16:41:13 +0000 (16:41 +0000)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java

index 82e29fa6a7e08eeaa61b94a65b719f1ed1d2b8b7..4c93be6ecc5535597b6e2b9c2a0ae6e016ada410 100644 (file)
@@ -50,7 +50,7 @@ public abstract class InterTypeDeclaration extends AjMethodDeclaration {
        protected TypeReference onType;
        protected ReferenceBinding onTypeBinding;
        protected ResolvedTypeMunger munger;
-       protected int declaredModifiers;
+       public int declaredModifiers; // so others can see (these differ from the modifiers in the superclass)
        protected char[] declaredSelector;
        
        /**