Search in sources :

Example 1 with ErlOtpLibrary

use of org.erlide.engine.internal.model.root.ErlOtpLibrary in project erlide_eclipse by erlang.

the class ErlModel method createLibrary.

public IErlLibrary createLibrary(final RuntimeVersion version) {
    if (version == null) {
        return null;
    }
    final IErlLibrary ep = new ErlOtpLibrary(version, this);
    addChild(ep);
    return ep;
}
Also used : ErlOtpLibrary(org.erlide.engine.internal.model.root.ErlOtpLibrary) IErlLibrary(org.erlide.engine.model.root.IErlLibrary)

Aggregations

ErlOtpLibrary (org.erlide.engine.internal.model.root.ErlOtpLibrary)1 IErlLibrary (org.erlide.engine.model.root.IErlLibrary)1