Package org.python.pydev.refactoring.codegenerator.constructorfield

Examples of org.python.pydev.refactoring.codegenerator.constructorfield.ConstructorFieldRefactoring


import org.python.pydev.refactoring.ui.pages.ConstructorFieldPage;

public class ConstructorFieldAction extends AbstractRefactoringAction {
    @Override
    protected AbstractPythonRefactoring createRefactoring(RefactoringInfo info) {
        return new ConstructorFieldRefactoring(info);
    }
View Full Code Here

TOP

Related Classes of org.python.pydev.refactoring.codegenerator.constructorfield.ConstructorFieldRefactoring

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.