added class fields to outline
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / CompilationUnitDeclaration.java
index a3aeef4..ad98413 100644 (file)
@@ -32,6 +32,7 @@ public class CompilationUnitDeclaration extends AstNode implements ProblemSeveri
   //  public TypeDeclaration[] types;
   public ArrayList types;
   //public char[][] name;
+  public int[][] comments;
 
   public boolean ignoreFurtherInvestigation = false; // once pointless to investigate due to errors
   public boolean ignoreMethodBodies = false;