Examples of ErlModuleSelection


Examples of org.erlide.wrangler.refactoring.selection.internal.ErlModuleSelection

                            WranglerUtils.getDocument(file));
                } else if (firstElement instanceof IFile) {
                    final IFile file = (IFile) firstElement;
                    final IErlModule module = ErlangEngine.getInstance().getModel()
                            .findModule(file);
                    wranglerSelection = new ErlModuleSelection(module, file);
                } else {
                    wranglerSelection = null;
                    throw new WranglerException("Please select an Erlang element!");
                }
            } else {
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.