Package org.erlide.engine.internal.model.root

Examples of org.erlide.engine.internal.model.root.ErlElement.open()


        final ErlElement ErlElementParent = (ErlElement) getErlElementParent();
        if (ErlElementParent == null) {
            return;
        }

        ErlElementParent.open(pm);
    }

    /**
     * Elements within compilation units and class files have no corresponding
     * resource.
 
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.