Package org.openquark.cal.compiler

Examples of org.openquark.cal.compiler.ModuleContainer$ISourceManager2


     *   This will be used with the workspace is saved and loaded.
     */
    protected CALWorkspace(ResourcePath.FilePath workspaceDescriptionFile) {
        this.nameToMetaModuleMap = new HashMap<ModuleName, MetaModule>();
        this.persistenceManager = new WorkspacePersistenceManager(this);
        this.moduleContainer = new ModuleContainer () {
            @Override
            public int getNModules() {
                return CALWorkspace.this.getNMetaModules();
            }
           
View Full Code Here

TOP

Related Classes of org.openquark.cal.compiler.ModuleContainer$ISourceManager2

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.