improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IJavaElement.java
index 07f17f3..cea7b63 100644 (file)
@@ -112,6 +112,12 @@ public interface IJavaElement extends IAdaptable {
        int IMPORT_DECLARATION = 13;
 
        /**
+        * Constant representing a local variable declaration.
+        * A Java element with this type can be safely cast to <code>ILocalVariable</code>.
+        * @since 3.0
+        */
+       int LOCAL_VARIABLE = 14;
+       /**
         * Returns whether this Java element exists in the model.
         * <p>
         * Java elements are handle objects that may or may not be backed by an