X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/IMember.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/IMember.java index 8494bd8..68446bd 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/IMember.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/IMember.java @@ -45,7 +45,7 @@ ICompilationUnit getCompilationUnit(); * @return the type in which this member is declared, or null * 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 * Flags. @@ -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.