Examples of RefactorerFindReferences


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
Copyright © 2018 www.massapi.com. 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.