added class fields to outline
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ISourceElementRequestor.java
index dea0622..c929ee1 100644 (file)
@@ -120,7 +120,7 @@ public interface ISourceElementRequestor {
    * initializationStart denotes the source start of the expression used for initializing
    * the field if any (-1 if no initialization).
    */
-  //void exitField(int initializationStart, int declarationEnd, int declarationSourceEnd);
+  void exitField(int initializationStart, int declarationEnd, int declarationSourceEnd);
   void exitInitializer(int declarationEnd);
   void exitInterface(int declarationEnd);
   void exitMethod(int declarationEnd);