new version with WorkingCopy Management
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IMember.java
index 8494bd8..68446bd 100644 (file)
@@ -45,7 +45,7 @@ ICompilationUnit getCompilationUnit();
  * @return the type in which this member is declared, or <code>null</code>
  * if this member is not declared in a type (for example, a top-level type)
  */
-//IType getDeclaringType();
+ IType getDeclaringType();
 /**
  * Returns the modifier flags for this member. The flags can be examined using class
  * <code>Flags</code>.
@@ -73,7 +73,7 @@ int getFlags() throws JavaModelException;
  * (for example, an initializer), or if this member does not have
  * associated source code (for example, a binary type)
  */
-//ISourceRange getNameRange() throws JavaModelException;
+ISourceRange getNameRange() throws JavaModelException;
 /**
  * Returns whether this member is from a class file.
  * This is a handle-only method.