Examples of ErlangLibraryProperties


Examples of org.erlide.engine.model.root.ErlangLibraryProperties

  public IResource getResource() {
    return this.workspaceProject;
  }
 
  public ErlangProjectProperties getProjectProperties() {
    ErlangLibraryProperties _properties = this.getProperties();
    return ((ErlangProjectProperties) _properties);
  }
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.