Package org.erlide.wrangler.refactoring.core.internal

Examples of org.erlide.wrangler.refactoring.core.internal.UnfoldFunctionApplicationRefactoring


                refactoring = new GenFsmStateDataToRecordRefactoring();
                pages.add(new RecordDataInputPage("gen_fsm State Data To Record"));

            } else if (actionId
                    .equals("org.erlide.wrangler.refactoring.unfoldfunctionapplication")) {
                refactoring = new UnfoldFunctionApplicationRefactoring();

            } else if (actionId
                    .equals("org.erlide.wrangler.refactoring.partitionexports")) {
                refactoring = new PartitionExportsRefactoring();
                final SimpleInputPage page = new SimpleInputPage("Partition exports",
View Full Code Here

TOP

Related Classes of org.erlide.wrangler.refactoring.core.internal.UnfoldFunctionApplicationRefactoring

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.