import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / ast / ThisReference.java
index 78ccdfa..c81c876 100644 (file)
@@ -97,6 +97,10 @@ public class ThisReference extends Reference {
                return true ;
        }
 
+       public int nullStatus(FlowInfo flowInfo) {
+               return FlowInfo.NON_NULL;
+       }
+       
        public StringBuffer printExpression(int indent, StringBuffer output){
        
                if (this.isImplicitThis()) return output;