The name field is now protected (PHPVarDeclaration needs)
authorkpouer <kpouer>
Fri, 24 Jan 2003 11:36:05 +0000 (11:36 +0000)
committerkpouer <kpouer>
Fri, 24 Jan 2003 11:36:05 +0000 (11:36 +0000)
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;