improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / IInvocationContext.java
index fc45294..4b637b1 100644 (file)
@@ -41,10 +41,10 @@ public interface IInvocationContext {
                        
        /**
         * Returns an AST of the compilation unit, possibly only a partial AST focused on the selection
-        * offset (see {@link org.eclipse.jdt.core.dom.ASTParser#setFocalPosition(int)}).
+        * offset (see {@link net.sourceforge.phpdt.core.dom.ASTParser#setFocalPosition(int)}).
         * The returned AST is shared and therefore protected and cannot be modified.
         * The client must check the AST API level and do nothing if they are given an AST
-        * they can't handle. (see {@link org.eclipse.jdt.core.dom.AST#apiLevel()}).
+        * they can't handle. (see {@link net.sourceforge.phpdt.core.dom.AST#apiLevel()}).
         * @return Returns the root of the AST corresponding to the current compilation unit.
         */
        CompilationUnit getASTRoot();