Package org.erlide.engine.new_model.internal

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


  private HandleManager handleManager;
 
  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();
View Full Code Here

TOP

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

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.