Package nexj.core.scripting.object

Examples of nexj.core.scripting.object.ClassObject


         {
            Set identitySet = new IdentityHashHolder();
  
            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

Related Classes of nexj.core.scripting.object.ClassObject

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.