*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / VariableDeclaration.java
index 6d01007..5a709fd 100644 (file)
@@ -96,6 +96,10 @@ public class VariableDeclaration extends AbstractVariableDeclaration implements
     return parent;
   }
 
+  public String toString() {
+    return toStringExpression();
+  }
+
   /**
    * Get the image of a variable.
    * @return the image that represents a php variable