Package com.python.pydev.refactoring.refactorer

Examples of com.python.pydev.refactoring.refactorer.RefactorerFindReferences


     * @param request the rquest for a rename.
     * @return a list with the files that may contain matches for the refactoring.
     */
    protected ArrayList<Tuple<List<ModulesKey>, IPythonNature>> findFilesWithPossibleReferences(
            RefactoringRequest request) {
        return new RefactorerFindReferences().findPossibleReferences(request);
    }
View Full Code Here

TOP

Related Classes of com.python.pydev.refactoring.refactorer.RefactorerFindReferences

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.