Package com.python.pydev.refactoring.wizards.rename

Examples of com.python.pydev.refactoring.wizards.rename.PyRenameAnyLocalProcess


        }
        return new PyRenameGlobalProcess(definition);
    }

    public static IRefactorRenameProcess getRenameAnyProcess() {
        return new PyRenameAnyLocalProcess();
    }
View Full Code Here

TOP

Related Classes of com.python.pydev.refactoring.wizards.rename.PyRenameAnyLocalProcess

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.