Package org.erlide.engine.model.root

Examples of org.erlide.engine.model.root.IErlElement.resourceChanged()


    }

    void change(final IResource rsrc, final IResourceDelta delta) {
        final IErlElement e = findElement(rsrc);
        if (e != null) {
            e.resourceChanged(delta);
        }
    }

    /**
     * Returns the Erlang element corresponding to the given file, its project being the
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.