The name field is now protected (PHPVarDeclaration needs)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / phpparser / PHPSegment.java
index 9e387f4..b3aaf25 100644 (file)
@@ -8,7 +8,7 @@ import org.eclipse.jface.text.Position;
  * @author khartlage
  */
 public abstract class PHPSegment {
-  private String name;
+  protected String name;
   private Position position;
   private Object parent;