improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IPackageFragment.java
index 131d36f..117ee26 100644 (file)
@@ -112,7 +112,7 @@ public interface IPackageFragment extends IParent, IJavaElement, IOpenable {
         *              exception occurs while accessing its corresponding resource.
         * @return all of the compilation units in this package fragment
         */
-//     ICompilationUnit[] getCompilationUnits() throws JavaModelException;
+       ICompilationUnit[] getCompilationUnits() throws JavaModelException;
        /**
         * Returns the dot-separated package name of this fragment, for example
         * <code>"java.lang"</code>, or <code>""</code> (the empty string),
@@ -133,7 +133,7 @@ public interface IPackageFragment extends IParent, IJavaElement, IOpenable {
         *              exception occurs while accessing its corresponding resource.
         * @return this package fragment's root kind encoded as an integer
         */
-//     int getKind() throws JavaModelException;
+       int getKind() throws JavaModelException;
        /**
         * Returns an array of non-Java resources contained in this package fragment.
         * <p>