new version with WorkingCopy Management
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / AstNode.java
index 4d3aec2..e4ccbbb 100644 (file)
@@ -11,6 +11,9 @@ public abstract class AstNode {
   /** Starting and ending position of the node in the sources. */
   public int sourceStart, sourceEnd;
 
+       protected AstNode() {
+               super();
+       }
   /**
    * Create a node giving starting and ending offset.
    * @param sourceStart starting offset