Package org.erlide.engine.new_model.internal

Examples of org.erlide.engine.new_model.internal.ErlModelCache


  private ListenerList listenerList;
 
  public void startup() {
    ErlModel _erlModel = new ErlModel();
    this.erlModel = _erlModel;
    ErlModelCache _erlModelCache = new ErlModelCache();
    HandleManager _handleManager = new HandleManager(_erlModelCache);
    this.handleManager = _handleManager;
    ListenerList _listenerList = new ListenerList();
    this.listenerList = _listenerList;
    IWorkspace _workspace = this.erlModel.getWorkspace();
View Full Code Here

TOP

Related Classes of org.erlide.engine.new_model.internal.ErlModelCache

Copyright © 2018 www.massapicom. 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.