Package nexj.core.scripting.object

Examples of nexj.core.scripting.object.ClassObject.complete()


  
            for (Iterator itr = m_classSet.iterator(); itr.hasNext();)
            {
               ClassObject clazz = (ClassObject)itr.next();
  
               clazz.complete(identitySet);
               m_stateMap.remove(clazz);
            }
  
            m_classSet = null;
            clearFunctions();
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.